Shades of Pale Magenta #F881EC
Tints of Pale Magenta #F881EC
RGB
CMYK
RGB Variations
Color information
#F881EC (or 0xF881EC) is known color: Pale Magenta. HEX triplet: F8, 81 and EC. RGB value is (248,129,236). Sum of RGB (Red+Green+Blue) = 248+129+236=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F881EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881EC is #077E13. Grayscale: #B0B0B0. Windows color (decimal): -491028 or 15499768. OLE color: 15499768.
HSL color Cylindrical-coordinate representation of color #F881EC: hue angle of 306.05º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881EC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 236 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.03 |
| HSL | 306.05º | 0.89% | 0.74% | - |
| HSV(B) | 306.05º | 0.48% | 0.97% | - |
| XYZ | 61.7 | 41.71 | 84.16 | - |
| YUV | 176.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 236 | 0 | 0.48 | 0.05 | 0.03 | 306.05 | 0.89 | 0.74 |
| Hex | F8 | 81 | EC | 0 | 30 | 5 | 3 | 132 | 59 | 4A |
| Octal | 370 | 201 | 354 | 0 | 60 | 5 | 3 | 462 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11101100 | 0 | 110000 | 101 | 11 | 100110010 | 1011001 | 1001010 |
Color Harmonies of #F881EC
Complementary color
Monochromatic Colors of #F881EC
Black with #F881EC
Text Example
Text Example
White with #F881EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881EC; }
p { color: rgb(248,129,236); }
H1.HeaderClassName
{
color: #F881EC;
}
.AnyTagClassName
{
color: #F881EC;
}
</style>
background-color css
<style>
a { background-color: #F881EC; }
a { background-color: rgb(248,129,236); }
div.DivClassName
{
background-color: #F881EC;
}
.BgClassName
{
background-color: #F881EC;
}
</style>
border-color css
<style>
span { border-color: #F881EC; }
span { border-color: rgb(248,129,236); }
td.TdClassName
{
border-color: #F881EC;
}
.TagClassName
{
border-color: #F881EC;
}
</style>