Shades of Pale Magenta #F86EE0
Tints of Pale Magenta #F86EE0
RGB
CMYK
RGB Variations
Color information
#F86EE0 (or 0xF86EE0) is known color: Pale Magenta. HEX triplet: F8, 6E and E0. RGB value is (248,110,224). Sum of RGB (Red+Green+Blue) = 248+110+224=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86EE0 is #07911F. Grayscale: #A3A3A3. Windows color (decimal): -495904 or 14708472. OLE color: 14708472.
HSL color Cylindrical-coordinate representation of color #F86EE0: hue angle of 310.43º 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 #F86EE0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 224 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.03 |
| HSL | 310.43º | 0.91% | 0.7% | - |
| HSV(B) | 310.43º | 0.56% | 0.97% | - |
| XYZ | 57.74 | 36.49 | 74.52 | - |
| YUV | 164.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 224 | 0 | 0.56 | 0.10 | 0.03 | 310.43 | 0.91 | 0.7 |
| Hex | F8 | 6E | E0 | 0 | 38 | A | 3 | 136 | 5B | 46 |
| Octal | 370 | 156 | 340 | 0 | 70 | 12 | 3 | 466 | 133 | 106 |
| Binary | 11111000 | 1101110 | 11100000 | 0 | 111000 | 1010 | 11 | 100110110 | 1011011 | 1000110 |
Color Harmonies of #F86EE0
Complementary color
Monochromatic Colors of #F86EE0
Black with #F86EE0
Text Example
Text Example
White with #F86EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86EE0; }
p { color: rgb(248,110,224); }
H1.HeaderClassName
{
color: #F86EE0;
}
.AnyTagClassName
{
color: #F86EE0;
}
</style>
background-color css
<style>
a { background-color: #F86EE0; }
a { background-color: rgb(248,110,224); }
div.DivClassName
{
background-color: #F86EE0;
}
.BgClassName
{
background-color: #F86EE0;
}
</style>
border-color css
<style>
span { border-color: #F86EE0; }
span { border-color: rgb(248,110,224); }
td.TdClassName
{
border-color: #F86EE0;
}
.TagClassName
{
border-color: #F86EE0;
}
</style>