HEX to RGB Converter

HEX and RGB are two ways of writing the same sRGB color. HEX uses three pairs of hexadecimal digits (#RRGGBB); RGB uses three decimal channels from 0–255.

How HEXRGB works

Split the hex string into three two-character pairs and convert each from base-16 to base-10. #FF7F50 → R=255, G=127, B=80.

When to use RGB

Use RGB when you need numeric channel values — for image manipulation, gradients defined in code, or anywhere you need to blend channels mathematically.

Convert any HEX on your Mac

Colorframe shows you HEX, RGB, and every other format side-by-side as you pick. Copy any with one click.