#F00757
A medium, vivid magenta closely aligning with Crimson.
About #F00757
At its core, #F00757 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(240, 7, 87).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 97% M, 64% Y, and 6% K. The HSL representation is 339.4° hue, 94.3% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F00757
RGB240, 7, 87
HSL339.4°, 94.3%, 48.4%
CMYK0%, 97%, 64%, 6%
HSV339.4°, 97.1%, 94.1%
LAB51.1, 78.2, 23.2
XYZ37.7, 19.4, 10.8
Decimal15730519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00757;
}
.text-color {
color: #F00757;
}
.border-color {
border: 2px solid #F00757;
}