Shades of Pale Magenta #F86FE8
Tints of Pale Magenta #F86FE8
RGB
CMYK
RGB Variations
Color information
#F86FE8 (or 0xF86FE8) is known color: Pale Magenta. HEX triplet: F8, 6F and E8. RGB value is (248,111,232). Sum of RGB (Red+Green+Blue) = 248+111+232=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86FE8 is #079017. Grayscale: #A5A5A5. Windows color (decimal): -495640 or 15233016. OLE color: 15233016.
HSL color Cylindrical-coordinate representation of color #F86FE8: hue angle of 307.01º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FE8 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 232 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.03 |
| HSL | 307.01º | 0.91% | 0.7% | - |
| HSV(B) | 307.01º | 0.55% | 0.97% | - |
| XYZ | 58.96 | 37.15 | 80.41 | - |
| YUV | 165.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 232 | 0 | 0.55 | 0.06 | 0.03 | 307.01 | 0.91 | 0.7 |
| Hex | F8 | 6F | E8 | 0 | 37 | 6 | 3 | 133 | 5B | 46 |
| Octal | 370 | 157 | 350 | 0 | 67 | 6 | 3 | 463 | 133 | 106 |
| Binary | 11111000 | 1101111 | 11101000 | 0 | 110111 | 110 | 11 | 100110011 | 1011011 | 1000110 |
Color Harmonies of #F86FE8
Complementary color
Monochromatic Colors of #F86FE8
Black with #F86FE8
Text Example
Text Example
White with #F86FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FE8; }
p { color: rgb(248,111,232); }
H1.HeaderClassName
{
color: #F86FE8;
}
.AnyTagClassName
{
color: #F86FE8;
}
</style>
background-color css
<style>
a { background-color: #F86FE8; }
a { background-color: rgb(248,111,232); }
div.DivClassName
{
background-color: #F86FE8;
}
.BgClassName
{
background-color: #F86FE8;
}
</style>
border-color css
<style>
span { border-color: #F86FE8; }
span { border-color: rgb(248,111,232); }
td.TdClassName
{
border-color: #F86FE8;
}
.TagClassName
{
border-color: #F86FE8;
}
</style>