Shades of Pale Magenta #F586E9
Tints of Pale Magenta #F586E9
RGB
CMYK
RGB Variations
Color information
#F586E9 (or 0xF586E9) is known color: Pale Magenta. HEX triplet: F5, 86 and E9. RGB value is (245,134,233). Sum of RGB (Red+Green+Blue) = 245+134+233=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F586E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586E9 is #0A7916. Grayscale: #B2B2B2. Windows color (decimal): -686359 or 15304437. OLE color: 15304437.
HSL color Cylindrical-coordinate representation of color #F586E9: hue angle of 306.49º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586E9 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 233 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.04 |
| HSL | 306.49º | 0.85% | 0.74% | - |
| HSV(B) | 306.49º | 0.45% | 0.96% | - |
| XYZ | 60.89 | 42.35 | 82.06 | - |
| YUV | 178.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 233 | 0 | 0.45 | 0.05 | 0.04 | 306.49 | 0.85 | 0.74 |
| Hex | F5 | 86 | E9 | 0 | 2D | 5 | 4 | 132 | 55 | 4A |
| Octal | 365 | 206 | 351 | 0 | 55 | 5 | 4 | 462 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11101001 | 0 | 101101 | 101 | 100 | 100110010 | 1010101 | 1001010 |
Color Harmonies of #F586E9
Complementary color
Monochromatic Colors of #F586E9
Black with #F586E9
Text Example
Text Example
White with #F586E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586E9; }
p { color: rgb(245,134,233); }
H1.HeaderClassName
{
color: #F586E9;
}
.AnyTagClassName
{
color: #F586E9;
}
</style>
background-color css
<style>
a { background-color: #F586E9; }
a { background-color: rgb(245,134,233); }
div.DivClassName
{
background-color: #F586E9;
}
.BgClassName
{
background-color: #F586E9;
}
</style>
border-color css
<style>
span { border-color: #F586E9; }
span { border-color: rgb(245,134,233); }
td.TdClassName
{
border-color: #F586E9;
}
.TagClassName
{
border-color: #F586E9;
}
</style>