Hex to RGB Converter

Converted

rgb(127, 17, 224)

Preview

Hex Color Code

The Hex Color Code is a way of specifying colors using a 6 hexadecimal digit code. The first two digits are the amount of red, the second two green, and the last two blue. For example, FF0000 is red, 00FF00 is green, and 0000FF is blue.

RGB Color Code

The RGB Color Code is a way of specifying colors using a 3-number code. The first number is the amount of red, the second green, and the last blue. For example, rgb(255, 0, 0) is red, rgb(0, 255, 0) is green, and rgb(0, 0, 255) is blue.

Converting Hex to RGB

To convert a Hex Color Code to an RGB Color Code, you need to know the following two things:

  1. The values of the six digits in the Hex Color Code
  2. The order in which those six digits are arranged

For example, let's say you want to convert the color code FF0000 to an RGB color code. You would first need to know that FF is equal to 255 in decimal. You also need to know that the first two digits are the amount of red, the second two green, and the last two blue. Therefore, the RGB color code for FF0000 is 255,0,0.

Another example, the hex code #ABCDEF. In this case, we know that AB is equal to 171 in decimal, CD is equal to 205 in decimal, and EF is equal to 239 in decimal. We also know that the first two digits are the amount of red, the second two green, and the last two blue. Therefore, the RGB color code for ABCDEF is rgb(171, 205, 239).

© 2023
RGBA Color Picker
|
Privacy Policy