Shades of Pale Magenta #F587D8
Tints of Pale Magenta #F587D8
RGB
CMYK
RGB Variations
Color information
#F587D8 (or 0xF587D8) is known color: Pale Magenta. HEX triplet: F5, 87 and D8. RGB value is (245,135,216). Sum of RGB (Red+Green+Blue) = 245+135+216=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F587D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587D8 is #0A7827. Grayscale: #B0B0B0. Windows color (decimal): -686120 or 14190581. OLE color: 14190581.
HSL color Cylindrical-coordinate representation of color #F587D8: hue angle of 315.82º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F587D8 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 216 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.04 |
| HSL | 315.82º | 0.85% | 0.75% | - |
| HSV(B) | 315.82º | 0.45% | 0.96% | - |
| XYZ | 58.71 | 41.7 | 69.92 | - |
| YUV | 177.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 216 | 0 | 0.45 | 0.12 | 0.04 | 315.82 | 0.85 | 0.75 |
| Hex | F5 | 87 | D8 | 0 | 2D | C | 4 | 13C | 55 | 4B |
| Octal | 365 | 207 | 330 | 0 | 55 | 14 | 4 | 474 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11011000 | 0 | 101101 | 1100 | 100 | 100111100 | 1010101 | 1001011 |
Color Harmonies of #F587D8
Complementary color
Monochromatic Colors of #F587D8
Black with #F587D8
Text Example
Text Example
White with #F587D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587D8; }
p { color: rgb(245,135,216); }
H1.HeaderClassName
{
color: #F587D8;
}
.AnyTagClassName
{
color: #F587D8;
}
</style>
background-color css
<style>
a { background-color: #F587D8; }
a { background-color: rgb(245,135,216); }
div.DivClassName
{
background-color: #F587D8;
}
.BgClassName
{
background-color: #F587D8;
}
</style>
border-color css
<style>
span { border-color: #F587D8; }
span { border-color: rgb(245,135,216); }
td.TdClassName
{
border-color: #F587D8;
}
.TagClassName
{
border-color: #F587D8;
}
</style>