#F02466
A medium, vivid magenta closely aligning with Crimson.
About #F02466
Visually, #F02466 is defined as a vivid magenta. Its closest recognized web color is Crimson. In the RGB color space, it consists of 240 red, 36 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 85% Magenta, 57% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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#F02466
RGB240, 36, 102
HSL340.6°, 87.2%, 54.1%
CMYK0%, 85%, 57%, 6%
HSV340.6°, 85.0%, 94.1%
LAB52.7, 75.4, 16.2
XYZ39.0, 20.7, 14.5
Decimal15737958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.08:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F02466;
}
.text-color {
color: #F02466;
}
.border-color {
border: 2px solid #F02466;
}