#F05FAF
A light, vivid magenta closely aligning with Hotpink.
About #F05FAF
Visually, #F05FAF is defined as a vivid magenta. Its closest recognized web color is Hotpink. Its digital footprint relies on 240 parts red, 95 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 60% Magenta, 27% 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. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F05FAF
RGB240, 95, 175
HSL326.9°, 82.9%, 65.7%
CMYK0%, 60%, 27%, 6%
HSV326.9°, 60.4%, 94.1%
LAB61.5, 63.5, -14.0
XYZ47.8, 29.8, 43.8
Decimal15753135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.96:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05FAF;
}
.text-color {
color: #F05FAF;
}
.border-color {
border: 2px solid #F05FAF;
}