Shades of Pale Magenta #F58EE8
Tints of Pale Magenta #F58EE8
RGB
CMYK
RGB Variations
Color information
#F58EE8 (or 0xF58EE8) is known color: Pale Magenta. HEX triplet: F5, 8E and E8. RGB value is (245,142,232). Sum of RGB (Red+Green+Blue) = 245+142+232=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 142 (55.86% from 255 or 22.94% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EE8 is #0A7117. Grayscale: #B6B6B6. Windows color (decimal): -684312 or 15240949. OLE color: 15240949.
HSL color Cylindrical-coordinate representation of color #F58EE8: hue angle of 307.57º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EE8 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 232 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.04 |
| HSL | 307.57º | 0.84% | 0.76% | - |
| HSV(B) | 307.57º | 0.42% | 0.96% | - |
| XYZ | 61.89 | 44.58 | 81.69 | - |
| YUV | 183.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 232 | 0 | 0.42 | 0.05 | 0.04 | 307.57 | 0.84 | 0.76 |
| Hex | F5 | 8E | E8 | 0 | 2A | 5 | 4 | 134 | 54 | 4C |
| Octal | 365 | 216 | 350 | 0 | 52 | 5 | 4 | 464 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11101000 | 0 | 101010 | 101 | 100 | 100110100 | 1010100 | 1001100 |
Color Harmonies of #F58EE8
Complementary color
Monochromatic Colors of #F58EE8
Black with #F58EE8
Text Example
Text Example
White with #F58EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EE8; }
p { color: rgb(245,142,232); }
H1.HeaderClassName
{
color: #F58EE8;
}
.AnyTagClassName
{
color: #F58EE8;
}
</style>
background-color css
<style>
a { background-color: #F58EE8; }
a { background-color: rgb(245,142,232); }
div.DivClassName
{
background-color: #F58EE8;
}
.BgClassName
{
background-color: #F58EE8;
}
</style>
border-color css
<style>
span { border-color: #F58EE8; }
span { border-color: rgb(245,142,232); }
td.TdClassName
{
border-color: #F58EE8;
}
.TagClassName
{
border-color: #F58EE8;
}
</style>