Shades of Pale Magenta #F994EF
Tints of Pale Magenta #F994EF
RGB
CMYK
RGB Variations
Color information
#F994EF (or 0xF994EF) is known color: Pale Magenta. HEX triplet: F9, 94 and EF. RGB value is (249,148,239). Sum of RGB (Red+Green+Blue) = 249+148+239=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F994EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994EF is #066B10. Grayscale: #BCBCBC. Windows color (decimal): -420625 or 15701241. OLE color: 15701241.
HSL color Cylindrical-coordinate representation of color #F994EF: hue angle of 305.94º 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 #F994EF is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 239 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.02 |
| HSL | 305.94º | 0.89% | 0.78% | - |
| HSV(B) | 305.94º | 0.41% | 0.98% | - |
| XYZ | 65.24 | 47.55 | 87.4 | - |
| YUV | 188.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 239 | 0 | 0.41 | 0.04 | 0.02 | 305.94 | 0.89 | 0.78 |
| Hex | F9 | 94 | EF | 0 | 29 | 4 | 2 | 132 | 59 | 4E |
| Octal | 371 | 224 | 357 | 0 | 51 | 4 | 2 | 462 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11101111 | 0 | 101001 | 100 | 10 | 100110010 | 1011001 | 1001110 |
Color Harmonies of #F994EF
Complementary color
Monochromatic Colors of #F994EF
Black with #F994EF
Text Example
Text Example
White with #F994EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994EF; }
p { color: rgb(249,148,239); }
H1.HeaderClassName
{
color: #F994EF;
}
.AnyTagClassName
{
color: #F994EF;
}
</style>
background-color css
<style>
a { background-color: #F994EF; }
a { background-color: rgb(249,148,239); }
div.DivClassName
{
background-color: #F994EF;
}
.BgClassName
{
background-color: #F994EF;
}
</style>
border-color css
<style>
span { border-color: #F994EF; }
span { border-color: rgb(249,148,239); }
td.TdClassName
{
border-color: #F994EF;
}
.TagClassName
{
border-color: #F994EF;
}
</style>