#F05083
A light, vivid magenta closely aligning with Hotpink.
About #F05083
At its core, #F05083 is a light and vivid hue. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(240, 80, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 67% Magenta, 45% Yellow, and 6% Black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F05083
RGB240, 80, 131
HSL340.9°, 84.2%, 62.7%
CMYK0%, 67%, 45%, 6%
HSV340.9°, 66.7%, 94.1%
LAB57.9, 64.8, 6.3
XYZ42.9, 25.9, 24.2
Decimal15749251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05083;
}
.text-color {
color: #F05083;
}
.border-color {
border: 2px solid #F05083;
}