Shades of Pale Magenta #F587E8
Tints of Pale Magenta #F587E8
RGB
CMYK
RGB Variations
Color information
#F587E8 (or 0xF587E8) is known color: Pale Magenta. HEX triplet: F5, 87 and E8. RGB value is (245,135,232). Sum of RGB (Red+Green+Blue) = 245+135+232=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 135 (53.12% from 255 or 22.06% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F587E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F587E8 is #0A7817. Grayscale: #B2B2B2. Windows color (decimal): -686104 or 15239157. OLE color: 15239157.
HSL color Cylindrical-coordinate representation of color #F587E8: hue angle of 307.09º 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 #F587E8 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 232 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.04 |
| HSL | 307.09º | 0.85% | 0.75% | - |
| HSV(B) | 307.09º | 0.45% | 0.96% | - |
| XYZ | 60.89 | 42.57 | 81.35 | - |
| YUV | 178.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 232 | 0 | 0.45 | 0.05 | 0.04 | 307.09 | 0.85 | 0.75 |
| Hex | F5 | 87 | E8 | 0 | 2D | 5 | 4 | 133 | 55 | 4B |
| Octal | 365 | 207 | 350 | 0 | 55 | 5 | 4 | 463 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11101000 | 0 | 101101 | 101 | 100 | 100110011 | 1010101 | 1001011 |
Color Harmonies of #F587E8
Complementary color
Monochromatic Colors of #F587E8
Black with #F587E8
Text Example
Text Example
White with #F587E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587E8; }
p { color: rgb(245,135,232); }
H1.HeaderClassName
{
color: #F587E8;
}
.AnyTagClassName
{
color: #F587E8;
}
</style>
background-color css
<style>
a { background-color: #F587E8; }
a { background-color: rgb(245,135,232); }
div.DivClassName
{
background-color: #F587E8;
}
.BgClassName
{
background-color: #F587E8;
}
</style>
border-color css
<style>
span { border-color: #F587E8; }
span { border-color: rgb(245,135,232); }
td.TdClassName
{
border-color: #F587E8;
}
.TagClassName
{
border-color: #F587E8;
}
</style>