Shades of Pale Magenta #F86CE5
Tints of Pale Magenta #F86CE5
RGB
CMYK
RGB Variations
Color information
#F86CE5 (or 0xF86CE5) is known color: Pale Magenta. HEX triplet: F8, 6C and E5. RGB value is (248,108,229). Sum of RGB (Red+Green+Blue) = 248+108+229=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CE5 is #07931A. Grayscale: #A3A3A3. Windows color (decimal): -496411 or 15035640. OLE color: 15035640.
HSL color Cylindrical-coordinate representation of color #F86CE5: hue angle of 308.14º 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 #F86CE5 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 229 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.03 |
| HSL | 308.14º | 0.91% | 0.7% | - |
| HSV(B) | 308.14º | 0.56% | 0.97% | - |
| XYZ | 58.22 | 36.34 | 78.07 | - |
| YUV | 163.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 229 | 0 | 0.56 | 0.08 | 0.03 | 308.14 | 0.91 | 0.7 |
| Hex | F8 | 6C | E5 | 0 | 38 | 8 | 3 | 134 | 5B | 46 |
| Octal | 370 | 154 | 345 | 0 | 70 | 10 | 3 | 464 | 133 | 106 |
| Binary | 11111000 | 1101100 | 11100101 | 0 | 111000 | 1000 | 11 | 100110100 | 1011011 | 1000110 |
Color Harmonies of #F86CE5
Complementary color
Monochromatic Colors of #F86CE5
Black with #F86CE5
Text Example
Text Example
White with #F86CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CE5; }
p { color: rgb(248,108,229); }
H1.HeaderClassName
{
color: #F86CE5;
}
.AnyTagClassName
{
color: #F86CE5;
}
</style>
background-color css
<style>
a { background-color: #F86CE5; }
a { background-color: rgb(248,108,229); }
div.DivClassName
{
background-color: #F86CE5;
}
.BgClassName
{
background-color: #F86CE5;
}
</style>
border-color css
<style>
span { border-color: #F86CE5; }
span { border-color: rgb(248,108,229); }
td.TdClassName
{
border-color: #F86CE5;
}
.TagClassName
{
border-color: #F86CE5;
}
</style>