Free HEX to RGB Color Converter
Convert HEX color codes to RGB and RGBA instantly with live preview.
About this tool
How to use
Frequently Asked Questions
HEX is a hexadecimal representation of RGB values. #FF0000 is the same as rgb(255, 0, 0) - both represent pure red. HEX is more compact for CSS, while RGB is more readable and supports decimal precision.
RGBA adds an Alpha (opacity) channel to RGB. The alpha value ranges from 0 (fully transparent) to 1 (fully opaque). For example, rgba(255, 0, 0, 0.5) is 50% transparent red.
Yes. A 3-digit HEX code like #F73 is shorthand for #FF7733 - each digit is simply doubled. This tool accepts both 3-digit and 6-digit HEX codes.
Screens use the RGB color model (additive color), while printers use CMYK (subtractive color). A color that looks great on screen may appear different when printed because the color models have different gamuts.
