Shades of Pale Magenta #F991EE
Tints of Pale Magenta #F991EE
RGB
CMYK
RGB Variations
Color information
#F991EE (or 0xF991EE) is known color: Pale Magenta. HEX triplet: F9, 91 and EE. RGB value is (249,145,238). Sum of RGB (Red+Green+Blue) = 249+145+238=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F991EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991EE is #066E11. Grayscale: #BABABA. Windows color (decimal): -421394 or 15634937. OLE color: 15634937.
HSL color Cylindrical-coordinate representation of color #F991EE: hue angle of 306.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991EE is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 238 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.02 |
| HSL | 306.35º | 0.9% | 0.77% | - |
| HSV(B) | 306.35º | 0.42% | 0.98% | - |
| XYZ | 64.62 | 46.56 | 86.47 | - |
| YUV | 186.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 238 | 0 | 0.42 | 0.04 | 0.02 | 306.35 | 0.9 | 0.77 |
| Hex | F9 | 91 | EE | 0 | 2A | 4 | 2 | 132 | 5A | 4D |
| Octal | 371 | 221 | 356 | 0 | 52 | 4 | 2 | 462 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11101110 | 0 | 101010 | 100 | 10 | 100110010 | 1011010 | 1001101 |
Color Harmonies of #F991EE
Complementary color
Monochromatic Colors of #F991EE
Black with #F991EE
Text Example
Text Example
White with #F991EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991EE; }
p { color: rgb(249,145,238); }
H1.HeaderClassName
{
color: #F991EE;
}
.AnyTagClassName
{
color: #F991EE;
}
</style>
background-color css
<style>
a { background-color: #F991EE; }
a { background-color: rgb(249,145,238); }
div.DivClassName
{
background-color: #F991EE;
}
.BgClassName
{
background-color: #F991EE;
}
</style>
border-color css
<style>
span { border-color: #F991EE; }
span { border-color: rgb(249,145,238); }
td.TdClassName
{
border-color: #F991EE;
}
.TagClassName
{
border-color: #F991EE;
}
</style>