Shades of Pale Magenta #F994EC
Tints of Pale Magenta #F994EC
RGB
CMYK
RGB Variations
Color information
#F994EC (or 0xF994EC) is known color: Pale Magenta. HEX triplet: F9, 94 and EC. RGB value is (249,148,236). Sum of RGB (Red+Green+Blue) = 249+148+236=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F994EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994EC is #066B13. Grayscale: #BBBBBB. Windows color (decimal): -420628 or 15504633. OLE color: 15504633.
HSL color Cylindrical-coordinate representation of color #F994EC: hue angle of 307.72º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994EC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 236 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.02 |
| HSL | 307.72º | 0.89% | 0.78% | - |
| HSV(B) | 307.72º | 0.41% | 0.98% | - |
| XYZ | 64.8 | 47.38 | 85.09 | - |
| YUV | 188.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 236 | 0 | 0.41 | 0.05 | 0.02 | 307.72 | 0.89 | 0.78 |
| Hex | F9 | 94 | EC | 0 | 29 | 5 | 2 | 134 | 59 | 4E |
| Octal | 371 | 224 | 354 | 0 | 51 | 5 | 2 | 464 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11101100 | 0 | 101001 | 101 | 10 | 100110100 | 1011001 | 1001110 |
Color Harmonies of #F994EC
Complementary color
Monochromatic Colors of #F994EC
Black with #F994EC
Text Example
Text Example
White with #F994EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994EC; }
p { color: rgb(249,148,236); }
H1.HeaderClassName
{
color: #F994EC;
}
.AnyTagClassName
{
color: #F994EC;
}
</style>
background-color css
<style>
a { background-color: #F994EC; }
a { background-color: rgb(249,148,236); }
div.DivClassName
{
background-color: #F994EC;
}
.BgClassName
{
background-color: #F994EC;
}
</style>
border-color css
<style>
span { border-color: #F994EC; }
span { border-color: rgb(249,148,236); }
td.TdClassName
{
border-color: #F994EC;
}
.TagClassName
{
border-color: #F994EC;
}
</style>