Shades of Pale Magenta #F992EE
Tints of Pale Magenta #F992EE
RGB
CMYK
RGB Variations
Color information
#F992EE (or 0xF992EE) is known color: Pale Magenta. HEX triplet: F9, 92 and EE. RGB value is (249,146,238). Sum of RGB (Red+Green+Blue) = 249+146+238=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 146 (57.42% from 255 or 23.06% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F992EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992EE is #066D11. Grayscale: #BBBBBB. Windows color (decimal): -421138 or 15635193. OLE color: 15635193.
HSL color Cylindrical-coordinate representation of color #F992EE: hue angle of 306.41º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992EE is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 238 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.02 |
| HSL | 306.41º | 0.9% | 0.77% | - |
| HSV(B) | 306.41º | 0.41% | 0.98% | - |
| XYZ | 64.78 | 46.87 | 86.52 | - |
| YUV | 187.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 238 | 0 | 0.41 | 0.04 | 0.02 | 306.41 | 0.9 | 0.77 |
| Hex | F9 | 92 | EE | 0 | 29 | 4 | 2 | 132 | 5A | 4D |
| Octal | 371 | 222 | 356 | 0 | 51 | 4 | 2 | 462 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11101110 | 0 | 101001 | 100 | 10 | 100110010 | 1011010 | 1001101 |
Color Harmonies of #F992EE
Complementary color
Monochromatic Colors of #F992EE
Black with #F992EE
Text Example
Text Example
White with #F992EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992EE; }
p { color: rgb(249,146,238); }
H1.HeaderClassName
{
color: #F992EE;
}
.AnyTagClassName
{
color: #F992EE;
}
</style>
background-color css
<style>
a { background-color: #F992EE; }
a { background-color: rgb(249,146,238); }
div.DivClassName
{
background-color: #F992EE;
}
.BgClassName
{
background-color: #F992EE;
}
</style>
border-color css
<style>
span { border-color: #F992EE; }
span { border-color: rgb(249,146,238); }
td.TdClassName
{
border-color: #F992EE;
}
.TagClassName
{
border-color: #F992EE;
}
</style>