HEX to RGB Converter

Decode opaque 3- or 6-digit HEX into 8-bit sRGB channels.

Convert RGB to HEX
Source HEXEnter a valid color
Converted RGBResult preview

Preview updates after a valid conversion.

Working ruleHEX pairs become decimal red, green, and blue channels.

Use this when a compact web color needs numeric channels for CSS, design QA, or a tool that expects RGB notation.

CSS handoffDesign tokensChannel checksBrand QA

Check: Standard six-digit HEX does not include transparency. Check alpha separately when the source uses #RRGGBBAA.

Read HEX Channel Values As RGB

HEX stores each channel as a base-16 pair. RGB exposes the same color as 0-255 red, green, and blue values, which is easier for channel checks and opacity workflows.

Parsing The HEX color Color

Decode opaque 3- or 6-digit HEX into 8-bit sRGB channels.

RGB, HEX, HSL, HSV, and RGBA values use the declared sRGB-derived profile.

Reading The sRGB channels Channels

HSL and HSV are convenient coordinates, not perceptually uniform color spaces.

Profile Example

#0A66C2 HEX produces rgb(10, 102, 194) RGB under the declared profile. The calculator carries the value through the operation before formatting the displayed result.

Learn More About This Topic

Use the supporting references when the assumptions behind HEX to RGB matter as much as the immediate result. For more context, read RGB, HEX, and HSL format differences before using the result in a real workflow.

Frequently Asked Questions

Decode opaque 3- or 6-digit HEX into 8-bit sRGB channels.

RGB, HEX, HSL, HSV, and RGBA values use the declared sRGB-derived profile.

Related Converter Tools

More converters in Color Converter: