#F04992
A light, vivid magenta closely aligning with Hotpink.
About #F04992
At its core, #F04992 is a light and vivid hue. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 73, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 70% M, 39% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F04992
RGB240, 73, 146
HSL333.8°, 84.8%, 61.4%
CMYK0%, 70%, 39%, 6%
HSV333.8°, 69.6%, 94.1%
LAB57.4, 68.8, -3.2
XYZ43.5, 25.4, 29.8
Decimal15747474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F04992;
}
.text-color {
color: #F04992;
}
.border-color {
border: 2px solid #F04992;
}