#F0247C
A medium, vivid magenta closely aligning with Deeppink.
About #F0247C
When working with digital screens, the color #F0247C is rendered by mixing light. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 36, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 85% M, 48% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0247C
RGB240, 36, 124
HSL334.1°, 87.2%, 54.1%
CMYK0%, 85%, 48%, 6%
HSV334.1°, 85.0%, 94.1%
LAB53.2, 77.0, 3.7
XYZ40.2, 21.2, 21.0
Decimal15737980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0247C;
}
.text-color {
color: #F0247C;
}
.border-color {
border: 2px solid #F0247C;
}