#F07CB6
A light, vivid magenta closely aligning with Hotpink.
About #F07CB6
The hex code #F07CB6 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(240, 124, 182).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 48% M, 24% 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 light 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#F07CB6
RGB240, 124, 182
HSL330.0°, 79.5%, 71.4%
CMYK0%, 48%, 24%, 6%
HSV330.0°, 48.3%, 94.1%
LAB66.8, 51.1, -10.1
XYZ51.6, 36.3, 48.5
Decimal15760566
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F07CB6;
}
.text-color {
color: #F07CB6;
}
.border-color {
border: 2px solid #F07CB6;
}