#FF0066
A medium, vivid magenta closely aligning with Crimson.
About #FF0066
At its core, #FF0066 is a medium and vivid hue. Its closest recognized web color is Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 0, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 60% yellow, and 0% black. The HSL representation is 336.0° hue, 100.0% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF0066
RGB255, 0, 102
HSL336.0°, 100.0%, 50.0%
CMYK0%, 100%, 60%, 0%
HSV336.0°, 100.0%, 100.0%
LAB54.3, 82.9, 18.9
XYZ43.6, 22.2, 14.6
Decimal16711782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0066;
}
.text-color {
color: #FF0066;
}
.border-color {
border: 2px solid #FF0066;
}