A HEX code is a hexadecimal way to represent a color in RGB format. It's a six-digit code, often preceded
by a #, where the first two digits represent red, the next two green, and the last two
blue.
RGB stands for Red, Green, and Blue. It's an additive color model where red, green, and blue light are added together in various ways to reproduce a broad array of colors. Each component can have a value from 0 to 255.
It takes a HEX color code, splits it into its Red, Green, and Blue components, and converts each two-digit hexadecimal value into its decimal equivalent (0-255).
After converting, click the "Copy" button next to the result to copy the rgb(r, g, b) code to your clipboard.
Yes, this tool works entirely in your browser and does not send any data to a server.