hex2rgb()
Convert hex colors to RGB tuples
h (str) – String hex color value
hex2rgb("#ff0033") (>>>)
'255
0
51'