#F07CBD
A light, vivid magenta closely aligning with Hotpink.
About #F07CBD
When working with digital screens, the color #F07CBD is rendered by mixing light. It is closely associated with the named CSS color Hotpink. In the RGB color space, it consists of 240 red, 124 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 48% magenta, 21% yellow, and 6% black. 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. 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#F07CBD
RGB240, 124, 189
HSL326.4°, 79.5%, 71.4%
CMYK0%, 48%, 21%, 6%
HSV326.4°, 48.3%, 94.1%
LAB67.0, 52.1, -13.7
XYZ52.3, 36.6, 52.5
Decimal15760573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.32:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F07CBD;
}
.text-color {
color: #F07CBD;
}
.border-color {
border: 2px solid #F07CBD;
}