Shades of Pale Magenta #F587EA
Tints of Pale Magenta #F587EA
RGB
CMYK
RGB Variations
Color information
#F587EA (or 0xF587EA) is known color: Pale Magenta. HEX triplet: F5, 87 and EA. RGB value is (245,135,234). Sum of RGB (Red+Green+Blue) = 245+135+234=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 135 (53.12% from 255 or 21.99% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F587EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F587EA is #0A7815. Grayscale: #B2B2B2. Windows color (decimal): -686102 or 15370229. OLE color: 15370229.
HSL color Cylindrical-coordinate representation of color #F587EA: hue angle of 306º 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 #F587EA is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 234 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.04 |
| HSL | 306º | 0.85% | 0.75% | - |
| HSV(B) | 306º | 0.45% | 0.96% | - |
| XYZ | 61.17 | 42.68 | 82.86 | - |
| YUV | 179.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 234 | 0 | 0.45 | 0.04 | 0.04 | 306 | 0.85 | 0.75 |
| Hex | F5 | 87 | EA | 0 | 2D | 4 | 4 | 132 | 55 | 4B |
| Octal | 365 | 207 | 352 | 0 | 55 | 4 | 4 | 462 | 125 | 113 |
| Binary | 11110101 | 10000111 | 11101010 | 0 | 101101 | 100 | 100 | 100110010 | 1010101 | 1001011 |
Color Harmonies of #F587EA
Complementary color
Monochromatic Colors of #F587EA
Black with #F587EA
Text Example
Text Example
White with #F587EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587EA; }
p { color: rgb(245,135,234); }
H1.HeaderClassName
{
color: #F587EA;
}
.AnyTagClassName
{
color: #F587EA;
}
</style>
background-color css
<style>
a { background-color: #F587EA; }
a { background-color: rgb(245,135,234); }
div.DivClassName
{
background-color: #F587EA;
}
.BgClassName
{
background-color: #F587EA;
}
</style>
border-color css
<style>
span { border-color: #F587EA; }
span { border-color: rgb(245,135,234); }
td.TdClassName
{
border-color: #F587EA;
}
.TagClassName
{
border-color: #F587EA;
}
</style>