HEX to RGB

Enter a hex color (e.g. #FF5733 or FF5733). Get red, green, blue (0–255).

HEX to RGB

How it works

We parse pairs of hex digits (RR, GG, BB) and convert each to 0–255.

When to use it

Use when a tool needs RGB and you have a hex code.

Frequently asked questions

Short hex (#FFF)?

Some tools support #RGB → #RRGGBB by doubling each digit.