Shades of Pale Magenta #F994EE
Tints of Pale Magenta #F994EE
RGB
CMYK
RGB Variations
Color information
#F994EE (or 0xF994EE) is known color: Pale Magenta. HEX triplet: F9, 94 and EE. RGB value is (249,148,238). Sum of RGB (Red+Green+Blue) = 249+148+238=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F994EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994EE is #066B11. Grayscale: #BCBCBC. Windows color (decimal): -420626 or 15635705. OLE color: 15635705.
HSL color Cylindrical-coordinate representation of color #F994EE: hue angle of 306.53º 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 #F994EE is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 238 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.02 |
| HSL | 306.53º | 0.89% | 0.78% | - |
| HSV(B) | 306.53º | 0.41% | 0.98% | - |
| XYZ | 65.09 | 47.49 | 86.63 | - |
| YUV | 188.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 238 | 0 | 0.41 | 0.04 | 0.02 | 306.53 | 0.89 | 0.78 |
| Hex | F9 | 94 | EE | 0 | 29 | 4 | 2 | 133 | 59 | 4E |
| Octal | 371 | 224 | 356 | 0 | 51 | 4 | 2 | 463 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11101110 | 0 | 101001 | 100 | 10 | 100110011 | 1011001 | 1001110 |
Color Harmonies of #F994EE
Complementary color
Monochromatic Colors of #F994EE
Black with #F994EE
Text Example
Text Example
White with #F994EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994EE; }
p { color: rgb(249,148,238); }
H1.HeaderClassName
{
color: #F994EE;
}
.AnyTagClassName
{
color: #F994EE;
}
</style>
background-color css
<style>
a { background-color: #F994EE; }
a { background-color: rgb(249,148,238); }
div.DivClassName
{
background-color: #F994EE;
}
.BgClassName
{
background-color: #F994EE;
}
</style>
border-color css
<style>
span { border-color: #F994EE; }
span { border-color: rgb(249,148,238); }
td.TdClassName
{
border-color: #F994EE;
}
.TagClassName
{
border-color: #F994EE;
}
</style>