#F0577C
A light, vivid red closely aligning with Palevioletred.
About #F0577C
The precise color #F0577C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(240, 87, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 64% Magenta, 48% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0577C
RGB240, 87, 124
HSL345.5°, 83.6%, 64.1%
CMYK0%, 64%, 48%, 6%
HSV345.5°, 63.7%, 94.1%
LAB58.8, 61.4, 11.6
XYZ43.0, 26.8, 22.0
Decimal15751036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F0577C;
}
.text-color {
color: #F0577C;
}
.border-color {
border: 2px solid #F0577C;
}