#FF7599
A light, vivid magenta closely aligning with Palevioletred.
About #FF7599
At its core, #FF7599 is a light and vivid hue. Designers often compare it to the standard color Palevioletred. Its digital footprint relies on 255 parts red, 117 parts green, and 153 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 54% Magenta, 40% Yellow, and 0% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF7599
RGB255, 117, 153
HSL344.3°, 100.0%, 72.9%
CMYK0%, 54%, 40%, 0%
HSV344.3°, 54.1%, 100.0%
LAB66.7, 55.8, 6.5
XYZ53.4, 36.3, 34.3
Decimal16741785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7599;
}
.text-color {
color: #FF7599;
}
.border-color {
border: 2px solid #FF7599;
}