#F00F92
A medium, vivid magenta closely aligning with Deeppink.
About #F00F92
The hex code #F00F92 represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(240, 15, 146).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#F00F92
RGB240, 15, 146
HSL325.1°, 88.2%, 50.0%
CMYK0%, 94%, 39%, 6%
HSV325.1°, 93.8%, 94.1%
LAB52.9, 81.8, -10.0
XYZ41.3, 20.9, 29.1
Decimal15732626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.05:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F92;
}
.text-color {
color: #F00F92;
}
.border-color {
border: 2px solid #F00F92;
}