#FF0766
A medium, vivid magenta closely aligning with Crimson.
About #FF0766
Visually, #FF0766 is defined as a vivid magenta. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(255, 7, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF0766
RGB255, 7, 102
HSL337.0°, 100.0%, 51.4%
CMYK0%, 97%, 60%, 0%
HSV337.0°, 97.3%, 100.0%
LAB54.4, 82.4, 19.1
XYZ43.7, 22.4, 14.6
Decimal16713574
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0766;
}
.text-color {
color: #FF0766;
}
.border-color {
border: 2px solid #FF0766;
}