Parse each pair of hex digits and convert to decimal (0–255)
HEX is a 6-digit hexadecimal code representing RGB color values, e.g. #FF5733.
Split the 6-digit hex into 3 pairs, convert each pair from base-16 to base-10.