Hex to RGB Conversion (Challenge)

# Introduction In web development, colors are often represented in hexadecimal format, which consists of a pound sign (#) followed by six characters representing the red, green, and blue (RGB) components of the color. However, sometimes we need to convert these hexadecimal color codes to RGB values to use them in other contexts.

|60 : 00

Click the virtual machine below to start practicing