File ConversionColor ConversionFree Tool
HEX to RGB
Convert a HEX color code (#RRGGBB) to its exact RGB(r, g, b) equivalent using standard base-16 to base-10 conversion.
How to Use HEX to RGB
- 1Enter a hex color code (e.g. #4F46E5)
- 2Click Convert
- 3Copy the RGB result
Frequently Asked Questions
Exact — HEX and RGB describe the same underlying color values in different notations (base-16 vs base-10 per channel), so the conversion is a precise 1-to-1 mapping with no rounding or approximation.
Yes — shorthand codes like #F00 are expanded to their 6-digit equivalent (#FF0000) before conversion.
No — the conversion happens entirely in your browser.
Related Tools
RGB to HEX
Convert RGB values (0-255 per channel) to a HEX color code (#RRGGBB) using standard base-10 to base-16 conversion.
HEX to HSL
Convert a HEX color code to HSL (Hue, Saturation, Lightness) using the standard RGB-to-HSL formula.
HSL to HEX
Convert HSL (Hue, Saturation, Lightness) values to a HEX color code using the standard HSL-to-RGB formula.
HEX to CMYK
Convert a HEX color code to approximate CMYK percentages using the standard RGB-to-CMYK formula — a screen-to-print estimate, not a color-managed proof.