Shades of Pale Magenta #F991EF
Tints of Pale Magenta #F991EF
RGB
CMYK
RGB Variations
Color information
#F991EF (or 0xF991EF) is known color: Pale Magenta. HEX triplet: F9, 91 and EF. RGB value is (249,145,239). Sum of RGB (Red+Green+Blue) = 249+145+239=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F991EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991EF is #066E10. Grayscale: #BABABA. Windows color (decimal): -421393 or 15700473. OLE color: 15700473.
HSL color Cylindrical-coordinate representation of color #F991EF: hue angle of 305.77º 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 #F991EF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 239 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.02 |
| HSL | 305.77º | 0.9% | 0.77% | - |
| HSV(B) | 305.77º | 0.42% | 0.98% | - |
| XYZ | 64.77 | 46.62 | 87.25 | - |
| YUV | 186.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 239 | 0 | 0.42 | 0.04 | 0.02 | 305.77 | 0.9 | 0.77 |
| Hex | F9 | 91 | EF | 0 | 2A | 4 | 2 | 132 | 5A | 4D |
| Octal | 371 | 221 | 357 | 0 | 52 | 4 | 2 | 462 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11101111 | 0 | 101010 | 100 | 10 | 100110010 | 1011010 | 1001101 |
Color Harmonies of #F991EF
Complementary color
Monochromatic Colors of #F991EF
Black with #F991EF
Text Example
Text Example
White with #F991EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991EF; }
p { color: rgb(249,145,239); }
H1.HeaderClassName
{
color: #F991EF;
}
.AnyTagClassName
{
color: #F991EF;
}
</style>
background-color css
<style>
a { background-color: #F991EF; }
a { background-color: rgb(249,145,239); }
div.DivClassName
{
background-color: #F991EF;
}
.BgClassName
{
background-color: #F991EF;
}
</style>
border-color css
<style>
span { border-color: #F991EF; }
span { border-color: rgb(249,145,239); }
td.TdClassName
{
border-color: #F991EF;
}
.TagClassName
{
border-color: #F991EF;
}
</style>