#F00766
A medium, vivid magenta closely aligning with Crimson.
About #F00766
The hex code #F00766 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 240 red, 7 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 97% M, 57% Y, and 6% K. With a hue angle of 335.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F00766
RGB240, 7, 102
HSL335.5°, 94.3%, 48.4%
CMYK0%, 97%, 57%, 6%
HSV335.5°, 97.1%, 94.1%
LAB51.4, 79.0, 14.5
XYZ38.4, 19.6, 14.3
Decimal15730534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00766;
}
.text-color {
color: #F00766;
}
.border-color {
border: 2px solid #F00766;
}