Shades of Pale Magenta #F581D8
Tints of Pale Magenta #F581D8
RGB
CMYK
RGB Variations
Color information
#F581D8 (or 0xF581D8) is known color: Pale Magenta. HEX triplet: F5, 81 and D8. RGB value is (245,129,216). Sum of RGB (Red+Green+Blue) = 245+129+216=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F581D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581D8 is #0A7E27. Grayscale: #ADADAD. Windows color (decimal): -687656 or 14189045. OLE color: 14189045.
HSL color Cylindrical-coordinate representation of color #F581D8: hue angle of 315º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581D8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 216 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.04 |
| HSL | 315º | 0.85% | 0.73% | - |
| HSV(B) | 315º | 0.47% | 0.96% | - |
| XYZ | 57.9 | 40.07 | 69.65 | - |
| YUV | 173.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 216 | 0 | 0.47 | 0.12 | 0.04 | 315 | 0.85 | 0.73 |
| Hex | F5 | 81 | D8 | 0 | 2F | C | 4 | 13B | 55 | 49 |
| Octal | 365 | 201 | 330 | 0 | 57 | 14 | 4 | 473 | 125 | 111 |
| Binary | 11110101 | 10000001 | 11011000 | 0 | 101111 | 1100 | 100 | 100111011 | 1010101 | 1001001 |
Color Harmonies of #F581D8
Complementary color
Monochromatic Colors of #F581D8
Black with #F581D8
Text Example
Text Example
White with #F581D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581D8; }
p { color: rgb(245,129,216); }
H1.HeaderClassName
{
color: #F581D8;
}
.AnyTagClassName
{
color: #F581D8;
}
</style>
background-color css
<style>
a { background-color: #F581D8; }
a { background-color: rgb(245,129,216); }
div.DivClassName
{
background-color: #F581D8;
}
.BgClassName
{
background-color: #F581D8;
}
</style>
border-color css
<style>
span { border-color: #F581D8; }
span { border-color: rgb(245,129,216); }
td.TdClassName
{
border-color: #F581D8;
}
.TagClassName
{
border-color: #F581D8;
}
</style>