Last edit: 25 Nov 2024
Here I collect a bunch of HEX color codes to my likings.
A hex color code is a six-character string used in web design and digital graphics to specify colors. It begins with a # followed by three pairs of hexadecimal digits, representing the intensity of red, green, and blue (RGB) components, respectively. For example:
#FF0000 represents pure red (FF for red, 00 for green, 00 for blue).
#00FF00 represents pure green.
#0000FF represents pure blue.
Each pair ranges from 00 (minimum intensity) to FF (maximum intensity).
Fuchsia
Wine Red