Shades of Pale Magenta #F86EE9
Tints of Pale Magenta #F86EE9
RGB
CMYK
RGB Variations
Color information
#F86EE9 (or 0xF86EE9) is known color: Pale Magenta. HEX triplet: F8, 6E and E9. RGB value is (248,110,233). Sum of RGB (Red+Green+Blue) = 248+110+233=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86EE9 is #079116. Grayscale: #A4A4A4. Windows color (decimal): -495895 or 15298296. OLE color: 15298296.
HSL color Cylindrical-coordinate representation of color #F86EE9: hue angle of 306.52º 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 #F86EE9 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 233 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.03 |
| HSL | 306.52º | 0.91% | 0.7% | - |
| HSV(B) | 306.52º | 0.56% | 0.97% | - |
| XYZ | 59 | 36.99 | 81.12 | - |
| YUV | 165.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 233 | 0 | 0.56 | 0.06 | 0.03 | 306.52 | 0.91 | 0.7 |
| Hex | F8 | 6E | E9 | 0 | 38 | 6 | 3 | 133 | 5B | 46 |
| Octal | 370 | 156 | 351 | 0 | 70 | 6 | 3 | 463 | 133 | 106 |
| Binary | 11111000 | 1101110 | 11101001 | 0 | 111000 | 110 | 11 | 100110011 | 1011011 | 1000110 |
Color Harmonies of #F86EE9
Complementary color
Monochromatic Colors of #F86EE9
Black with #F86EE9
Text Example
Text Example
White with #F86EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86EE9; }
p { color: rgb(248,110,233); }
H1.HeaderClassName
{
color: #F86EE9;
}
.AnyTagClassName
{
color: #F86EE9;
}
</style>
background-color css
<style>
a { background-color: #F86EE9; }
a { background-color: rgb(248,110,233); }
div.DivClassName
{
background-color: #F86EE9;
}
.BgClassName
{
background-color: #F86EE9;
}
</style>
border-color css
<style>
span { border-color: #F86EE9; }
span { border-color: rgb(248,110,233); }
td.TdClassName
{
border-color: #F86EE9;
}
.TagClassName
{
border-color: #F86EE9;
}
</style>