#F0248A
A medium, vivid magenta closely aligning with Deeppink.
About #F0248A
The hex code #F0248A represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 240 red, 36 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 85% Magenta, 43% Yellow, and 6% Black. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0248A
RGB240, 36, 138
HSL330.0°, 87.2%, 54.1%
CMYK0%, 85%, 43%, 6%
HSV330.0°, 85.0%, 94.1%
LAB53.6, 78.2, -4.1
XYZ41.2, 21.6, 26.0
Decimal15737994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0248A;
}
.text-color {
color: #F0248A;
}
.border-color {
border: 2px solid #F0248A;
}