Returns the converted rgb color from the given hex color
Optional
the hex color to inspect
the converted rgb color from the given hex color
hexToRgb('#fff'); // 'rgb(255, 255, 255)'hexToRgb('#ff0000'); // 'rgb(255, 0, 0)' Copy
hexToRgb('#fff'); // 'rgb(255, 255, 255)'hexToRgb('#ff0000'); // 'rgb(255, 0, 0)'
Returns the converted rgb color from the given hex color