#F083CC
A light, vivid magenta closely aligning with Hotpink.
About #F083CC
Visually, #F083CC is defined as a vivid magenta. 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, 131, and 204.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 45% Magenta, 15% Yellow, and 6% Black. The HSL representation is 319.8° hue, 78.4% saturation, and 72.7% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F083CC
RGB240, 131, 204
HSL319.8°, 78.4%, 72.7%
CMYK0%, 45%, 15%, 6%
HSV319.8°, 45.4%, 94.1%
LAB68.8, 50.9, -19.3
XYZ55.0, 39.1, 61.8
Decimal15762380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.82:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F083CC;
}
.text-color {
color: #F083CC;
}
.border-color {
border: 2px solid #F083CC;
}