Shades of Pale Magenta #F86EE8
Tints of Pale Magenta #F86EE8
RGB
CMYK
RGB Variations
Color information
#F86EE8 (or 0xF86EE8) is known color: Pale Magenta. HEX triplet: F8, 6E and E8. RGB value is (248,110,232). Sum of RGB (Red+Green+Blue) = 248+110+232=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 110 (43.36% from 255 or 18.64% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86EE8 is #079117. Grayscale: #A4A4A4. Windows color (decimal): -495896 or 15232760. OLE color: 15232760.
HSL color Cylindrical-coordinate representation of color #F86EE8: hue angle of 306.96º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86EE8 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 232 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.03 |
| HSL | 306.96º | 0.91% | 0.7% | - |
| HSV(B) | 306.96º | 0.56% | 0.97% | - |
| XYZ | 58.85 | 36.93 | 80.37 | - |
| YUV | 165.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 232 | 0 | 0.56 | 0.06 | 0.03 | 306.96 | 0.91 | 0.7 |
| Hex | F8 | 6E | E8 | 0 | 38 | 6 | 3 | 133 | 5B | 46 |
| Octal | 370 | 156 | 350 | 0 | 70 | 6 | 3 | 463 | 133 | 106 |
| Binary | 11111000 | 1101110 | 11101000 | 0 | 111000 | 110 | 11 | 100110011 | 1011011 | 1000110 |
Color Harmonies of #F86EE8
Complementary color
Monochromatic Colors of #F86EE8
Black with #F86EE8
Text Example
Text Example
White with #F86EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86EE8; }
p { color: rgb(248,110,232); }
H1.HeaderClassName
{
color: #F86EE8;
}
.AnyTagClassName
{
color: #F86EE8;
}
</style>
background-color css
<style>
a { background-color: #F86EE8; }
a { background-color: rgb(248,110,232); }
div.DivClassName
{
background-color: #F86EE8;
}
.BgClassName
{
background-color: #F86EE8;
}
</style>
border-color css
<style>
span { border-color: #F86EE8; }
span { border-color: rgb(248,110,232); }
td.TdClassName
{
border-color: #F86EE8;
}
.TagClassName
{
border-color: #F86EE8;
}
</style>