Shades of Pale Magenta #F581DA
Tints of Pale Magenta #F581DA
RGB
CMYK
RGB Variations
Color information
#F581DA (or 0xF581DA) is known color: Pale Magenta. HEX triplet: F5, 81 and DA. RGB value is (245,129,218). Sum of RGB (Red+Green+Blue) = 245+129+218=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F581DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581DA is #0A7E25. Grayscale: #ADADAD. Windows color (decimal): -687654 or 14320117. OLE color: 14320117.
HSL color Cylindrical-coordinate representation of color #F581DA: hue angle of 313.97º 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 #F581DA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 218 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 313.97º | 0.85% | 0.73% | - |
| HSV(B) | 313.97º | 0.47% | 0.96% | - |
| XYZ | 58.16 | 40.17 | 71.02 | - |
| YUV | 173.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 218 | 0 | 0.47 | 0.11 | 0.04 | 313.97 | 0.85 | 0.73 |
| Hex | F5 | 81 | DA | 0 | 2F | B | 4 | 13A | 55 | 49 |
| Octal | 365 | 201 | 332 | 0 | 57 | 13 | 4 | 472 | 125 | 111 |
| Binary | 11110101 | 10000001 | 11011010 | 0 | 101111 | 1011 | 100 | 100111010 | 1010101 | 1001001 |
Color Harmonies of #F581DA
Complementary color
Monochromatic Colors of #F581DA
Black with #F581DA
Text Example
Text Example
White with #F581DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581DA; }
p { color: rgb(245,129,218); }
H1.HeaderClassName
{
color: #F581DA;
}
.AnyTagClassName
{
color: #F581DA;
}
</style>
background-color css
<style>
a { background-color: #F581DA; }
a { background-color: rgb(245,129,218); }
div.DivClassName
{
background-color: #F581DA;
}
.BgClassName
{
background-color: #F581DA;
}
</style>
border-color css
<style>
span { border-color: #F581DA; }
span { border-color: rgb(245,129,218); }
td.TdClassName
{
border-color: #F581DA;
}
.TagClassName
{
border-color: #F581DA;
}
</style>