Shades of Pale Magenta #F580D9
Tints of Pale Magenta #F580D9
RGB
CMYK
RGB Variations
Color information
#F580D9 (or 0xF580D9) is known color: Pale Magenta. HEX triplet: F5, 80 and D9. RGB value is (245,128,217). Sum of RGB (Red+Green+Blue) = 245+128+217=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F580D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580D9 is #0A7F26. Grayscale: #ACACAC. Windows color (decimal): -687911 or 14254325. OLE color: 14254325.
HSL color Cylindrical-coordinate representation of color #F580D9: hue angle of 314.36º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580D9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 217 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.04 |
| HSL | 314.36º | 0.85% | 0.73% | - |
| HSV(B) | 314.36º | 0.48% | 0.96% | - |
| XYZ | 57.9 | 39.86 | 70.29 | - |
| YUV | 173.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 217 | 0 | 0.48 | 0.11 | 0.04 | 314.36 | 0.85 | 0.73 |
| Hex | F5 | 80 | D9 | 0 | 30 | B | 4 | 13A | 55 | 49 |
| Octal | 365 | 200 | 331 | 0 | 60 | 13 | 4 | 472 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11011001 | 0 | 110000 | 1011 | 100 | 100111010 | 1010101 | 1001001 |
Color Harmonies of #F580D9
Complementary color
Monochromatic Colors of #F580D9
Black with #F580D9
Text Example
Text Example
White with #F580D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580D9; }
p { color: rgb(245,128,217); }
H1.HeaderClassName
{
color: #F580D9;
}
.AnyTagClassName
{
color: #F580D9;
}
</style>
background-color css
<style>
a { background-color: #F580D9; }
a { background-color: rgb(245,128,217); }
div.DivClassName
{
background-color: #F580D9;
}
.BgClassName
{
background-color: #F580D9;
}
</style>
border-color css
<style>
span { border-color: #F580D9; }
span { border-color: rgb(245,128,217); }
td.TdClassName
{
border-color: #F580D9;
}
.TagClassName
{
border-color: #F580D9;
}
</style>