HEX to RGB
Your data never leaves your browserConvert HEX color codes to RGB values.
Brie — Bug Reporting Tool
Building a UI and spotting visual bugs?
Brie lets you capture, annotate, and share screenshots with your team — with full device and browser context attached.
About HEX to RGB
Convert hexadecimal color codes (e.g. #FF5733) to their RGB equivalent (e.g. rgb(255, 87, 51)). Supports both 6-digit and 3-digit shorthand hex codes. Enter one color per line for batch conversion.
How to use
- Enter one HEX color code per line (e.g. #FF5733 or FF5733).
- The RGB equivalent appears instantly in the output panel.
- Click Copy to copy the results to your clipboard.
More Color Tools
Frequently Asked Questions
FAQs about HEX to RGB
What is a HEX color code?
A HEX color code is a 6-digit (or 3-digit shorthand) hexadecimal number prefixed with # that represents a color as Red, Green, and Blue components. For example #FF0000 is pure red.
What is the RGB color model?
RGB stands for Red, Green, Blue. Each component ranges from 0 to 255. rgb(255, 0, 0) is pure red, rgb(0, 255, 0) is pure green, and rgb(0, 0, 255) is pure blue.
Does this tool support 3-digit shorthand hex?
Yes. 3-digit hex codes like #F53 are automatically expanded to #FF5533 before conversion.
Do I need the # symbol?
The # prefix is optional. Both #FF5733 and FF5733 work.
Can I convert multiple colors at once?
Yes. Enter one HEX color per line for batch conversion.