Shades of Pale Magenta #F981EC
Tints of Pale Magenta #F981EC
RGB
CMYK
RGB Variations
Color information
#F981EC (or 0xF981EC) is known color: Pale Magenta. HEX triplet: F9, 81 and EC. RGB value is (249,129,236). Sum of RGB (Red+Green+Blue) = 249+129+236=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F981EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981EC is #067E13. Grayscale: #B0B0B0. Windows color (decimal): -425492 or 15499769. OLE color: 15499769.
HSL color Cylindrical-coordinate representation of color #F981EC: hue angle of 306.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981EC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 236 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.02 |
| HSL | 306.5º | 0.91% | 0.74% | - |
| HSV(B) | 306.5º | 0.48% | 0.98% | - |
| XYZ | 62.06 | 41.9 | 84.17 | - |
| YUV | 177.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 236 | 0 | 0.48 | 0.05 | 0.02 | 306.5 | 0.91 | 0.74 |
| Hex | F9 | 81 | EC | 0 | 30 | 5 | 2 | 132 | 5B | 4A |
| Octal | 371 | 201 | 354 | 0 | 60 | 5 | 2 | 462 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11101100 | 0 | 110000 | 101 | 10 | 100110010 | 1011011 | 1001010 |
Color Harmonies of #F981EC
Complementary color
Monochromatic Colors of #F981EC
Black with #F981EC
Text Example
Text Example
White with #F981EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981EC; }
p { color: rgb(249,129,236); }
H1.HeaderClassName
{
color: #F981EC;
}
.AnyTagClassName
{
color: #F981EC;
}
</style>
background-color css
<style>
a { background-color: #F981EC; }
a { background-color: rgb(249,129,236); }
div.DivClassName
{
background-color: #F981EC;
}
.BgClassName
{
background-color: #F981EC;
}
</style>
border-color css
<style>
span { border-color: #F981EC; }
span { border-color: rgb(249,129,236); }
td.TdClassName
{
border-color: #F981EC;
}
.TagClassName
{
border-color: #F981EC;
}
</style>