Shades of Pale Magenta #F581D6
Tints of Pale Magenta #F581D6
RGB
CMYK
RGB Variations
Color information
#F581D6 (or 0xF581D6) is known color: Pale Magenta. HEX triplet: F5, 81 and D6. RGB value is (245,129,214). Sum of RGB (Red+Green+Blue) = 245+129+214=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F581D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581D6 is #0A7E29. Grayscale: #ADADAD. Windows color (decimal): -687658 or 14057973. OLE color: 14057973.
HSL color Cylindrical-coordinate representation of color #F581D6: hue angle of 316.03º 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 #F581D6 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 214 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.04 |
| HSL | 316.03º | 0.85% | 0.73% | - |
| HSV(B) | 316.03º | 0.47% | 0.96% | - |
| XYZ | 57.64 | 39.97 | 68.29 | - |
| YUV | 173.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 214 | 0 | 0.47 | 0.13 | 0.04 | 316.03 | 0.85 | 0.73 |
| Hex | F5 | 81 | D6 | 0 | 2F | D | 4 | 13C | 55 | 49 |
| Octal | 365 | 201 | 326 | 0 | 57 | 15 | 4 | 474 | 125 | 111 |
| Binary | 11110101 | 10000001 | 11010110 | 0 | 101111 | 1101 | 100 | 100111100 | 1010101 | 1001001 |
Color Harmonies of #F581D6
Complementary color
Monochromatic Colors of #F581D6
Black with #F581D6
Text Example
Text Example
White with #F581D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581D6; }
p { color: rgb(245,129,214); }
H1.HeaderClassName
{
color: #F581D6;
}
.AnyTagClassName
{
color: #F581D6;
}
</style>
background-color css
<style>
a { background-color: #F581D6; }
a { background-color: rgb(245,129,214); }
div.DivClassName
{
background-color: #F581D6;
}
.BgClassName
{
background-color: #F581D6;
}
</style>
border-color css
<style>
span { border-color: #F581D6; }
span { border-color: rgb(245,129,214); }
td.TdClassName
{
border-color: #F581D6;
}
.TagClassName
{
border-color: #F581D6;
}
</style>