Shades of Pale Magenta #F86CE9
Tints of Pale Magenta #F86CE9
RGB
CMYK
RGB Variations
Color information
#F86CE9 (or 0xF86CE9) is known color: Pale Magenta. HEX triplet: F8, 6C and E9. RGB value is (248,108,233). Sum of RGB (Red+Green+Blue) = 248+108+233=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86CE9 is #079316. Grayscale: #A3A3A3. Windows color (decimal): -496407 or 15297784. OLE color: 15297784.
HSL color Cylindrical-coordinate representation of color #F86CE9: hue angle of 306.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 #F86CE9 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 233 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.03 |
| HSL | 306.43º | 0.91% | 0.7% | - |
| HSV(B) | 306.43º | 0.56% | 0.97% | - |
| XYZ | 58.78 | 36.56 | 81.05 | - |
| YUV | 164.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 233 | 0 | 0.56 | 0.06 | 0.03 | 306.43 | 0.91 | 0.7 |
| Hex | F8 | 6C | E9 | 0 | 38 | 6 | 3 | 132 | 5B | 46 |
| Octal | 370 | 154 | 351 | 0 | 70 | 6 | 3 | 462 | 133 | 106 |
| Binary | 11111000 | 1101100 | 11101001 | 0 | 111000 | 110 | 11 | 100110010 | 1011011 | 1000110 |
Color Harmonies of #F86CE9
Complementary color
Monochromatic Colors of #F86CE9
Black with #F86CE9
Text Example
Text Example
White with #F86CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CE9; }
p { color: rgb(248,108,233); }
H1.HeaderClassName
{
color: #F86CE9;
}
.AnyTagClassName
{
color: #F86CE9;
}
</style>
background-color css
<style>
a { background-color: #F86CE9; }
a { background-color: rgb(248,108,233); }
div.DivClassName
{
background-color: #F86CE9;
}
.BgClassName
{
background-color: #F86CE9;
}
</style>
border-color css
<style>
span { border-color: #F86CE9; }
span { border-color: rgb(248,108,233); }
td.TdClassName
{
border-color: #F86CE9;
}
.TagClassName
{
border-color: #F86CE9;
}
</style>