#F0165F
A medium, vivid magenta closely aligning with Crimson.
About #F0165F
When working with digital screens, the color #F0165F is rendered by mixing light. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 240 red, 22 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 91% magenta, 60% yellow, and 6% black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0165F
RGB240, 22, 95
HSL339.9°, 87.9%, 51.4%
CMYK0%, 91%, 60%, 6%
HSV339.9°, 90.8%, 94.1%
LAB51.8, 77.2, 19.2
XYZ38.3, 19.9, 12.7
Decimal15734367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0165F;
}
.text-color {
color: #F0165F;
}
.border-color {
border: 2px solid #F0165F;
}