#F00F7C
A medium, vivid magenta closely aligning with Deeppink.
About #F00F7C
Visually, #F00F7C is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 15, and 124.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 94% M, 48% Y, and 6% K. 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. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F00F7C
RGB240, 15, 124
HSL330.9°, 88.2%, 50.0%
CMYK0%, 94%, 48%, 6%
HSV330.9°, 93.8%, 94.1%
LAB52.2, 79.9, 2.2
XYZ39.7, 20.3, 20.9
Decimal15732604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F7C;
}
.text-color {
color: #F00F7C;
}
.border-color {
border: 2px solid #F00F7C;
}