Shades of Pale Magenta #F587E7
Tints of Pale Magenta #F587E7
RGB
CMYK
RGB Variations
Color information
#F587E7 (or 0xF587E7) is known color: Pale Magenta. HEX triplet: F5, 87 and E7. RGB value is (245,135,231). Sum of RGB (Red+Green+Blue) = 245+135+231=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F587E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F587E7 is #0A7818. Grayscale: #B2B2B2. Windows color (decimal): -686105 or 15173621. OLE color: 15173621.
HSL color Cylindrical-coordinate representation of color #F587E7: hue angle of 307.64º 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 #F587E7 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 231 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.04 |
| HSL | 307.64º | 0.85% | 0.75% | - |
| HSV(B) | 307.64º | 0.45% | 0.96% | - |
| XYZ | 60.74 | 42.51 | 80.6 | - |
| YUV | 178.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 231 | 0 | 0.45 | 0.06 | 0.04 | 307.64 | 0.85 | 0.75 |
| Hex | F5 | 87 | E7 | 0 | 2D | 6 | 4 | 134 | 55 | 4B |
| Octal | 365 | 207 | 347 | 0 | 55 | 6 | 4 | 464 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11100111 | 0 | 101101 | 110 | 100 | 100110100 | 1010101 | 1001011 |
Color Harmonies of #F587E7
Complementary color
Monochromatic Colors of #F587E7
Black with #F587E7
Text Example
Text Example
White with #F587E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587E7; }
p { color: rgb(245,135,231); }
H1.HeaderClassName
{
color: #F587E7;
}
.AnyTagClassName
{
color: #F587E7;
}
</style>
background-color css
<style>
a { background-color: #F587E7; }
a { background-color: rgb(245,135,231); }
div.DivClassName
{
background-color: #F587E7;
}
.BgClassName
{
background-color: #F587E7;
}
</style>
border-color css
<style>
span { border-color: #F587E7; }
span { border-color: rgb(245,135,231); }
td.TdClassName
{
border-color: #F587E7;
}
.TagClassName
{
border-color: #F587E7;
}
</style>