colorhextorgb command
Summary
Converts the hexadecimal representation of the color to RGB numbers.
Description
If you want to get the RGB color numbers from the hexadecimal representation of the color, you can use this command.
Command usage
colorhextorgb <#RRGGBB>
Examples
colorhextorgb #FFEEDD
: Converts color#FFEEDD
to RGB and displays them
Last updated