HEX to RGB Converter
Convert hexadecimal color codes to decimal Red, Green, Blue values instantly in your browser.
Complementary Palette
Analogous Palette
Triadic Palette
Monochromatic Palette
Drag & Drop Image or Click to Browse
Supported: JPEG, PNG, GIF, SVG, WebP (max 10 MB)
Hover over the image to preview pixel colors. Click to select and load that color into the main converter fields (HEX, RGB, HSL, CMYK).
What is the HEX to RGB Converter?
Convert HEX color codes to RGB values online. Easy, fast, and local in-browser hex to rgb color converter, palette builder, and visual picker.
How to use the HEX to RGB Converter?
- Enter your 3-digit or 6-digit HEX color code (e.g. #14b8a6 or #fff) in the HEX input box.
- The tool will instantly output the matching RGB values (e.g. rgb(20, 184, 166)) in the RGB field.
- Click 'Copy' to copy the formatted RGB CSS string to your clipboard.
Frequently Asked Questions
How does HEX to RGB conversion work?
HEX represents colors in base-16 (hexadecimal) where pairs of characters denote Red, Green, and Blue intensities (from 00 to FF). RGB represents these intensities as base-10 integers from 0 to 255. For example, #FF0000 has R=FF (255), G=00 (0), and B=00 (0).
Can I use shorthand 3-digit HEX codes?
Yes! Shorthand HEX codes like #F00 are converted by doubling each character (producing #FF0000) before calculating RGB values.