Shades of Pale Magenta #F886EC
Tints of Pale Magenta #F886EC
RGB
CMYK
RGB Variations
Color information
#F886EC (or 0xF886EC) is known color: Pale Magenta. HEX triplet: F8, 86 and EC. RGB value is (248,134,236). Sum of RGB (Red+Green+Blue) = 248+134+236=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 134 (52.73% from 255 or 21.68% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F886EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F886EC is #077913. Grayscale: #B3B3B3. Windows color (decimal): -489748 or 15501048. OLE color: 15501048.
HSL color Cylindrical-coordinate representation of color #F886EC: hue angle of 306.32º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886EC is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 236 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.03 |
| HSL | 306.32º | 0.89% | 0.75% | - |
| HSV(B) | 306.32º | 0.46% | 0.97% | - |
| XYZ | 62.38 | 43.06 | 84.38 | - |
| YUV | 179.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 236 | 0 | 0.46 | 0.05 | 0.03 | 306.32 | 0.89 | 0.75 |
| Hex | F8 | 86 | EC | 0 | 2E | 5 | 3 | 132 | 59 | 4B |
| Octal | 370 | 206 | 354 | 0 | 56 | 5 | 3 | 462 | 131 | 113 |
| Binary | 11111000 | 10000110 | 11101100 | 0 | 101110 | 101 | 11 | 100110010 | 1011001 | 1001011 |
Color Harmonies of #F886EC
Complementary color
Monochromatic Colors of #F886EC
Black with #F886EC
Text Example
Text Example
White with #F886EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F886EC; }
p { color: rgb(248,134,236); }
H1.HeaderClassName
{
color: #F886EC;
}
.AnyTagClassName
{
color: #F886EC;
}
</style>
background-color css
<style>
a { background-color: #F886EC; }
a { background-color: rgb(248,134,236); }
div.DivClassName
{
background-color: #F886EC;
}
.BgClassName
{
background-color: #F886EC;
}
</style>
border-color css
<style>
span { border-color: #F886EC; }
span { border-color: rgb(248,134,236); }
td.TdClassName
{
border-color: #F886EC;
}
.TagClassName
{
border-color: #F886EC;
}
</style>