Shades of Pale Magenta #F991E0
Tints of Pale Magenta #F991E0
RGB
CMYK
RGB Variations
Color information
#F991E0 (or 0xF991E0) is known color: Pale Magenta. HEX triplet: F9, 91 and E0. RGB value is (249,145,224). Sum of RGB (Red+Green+Blue) = 249+145+224=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F991E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991E0 is #066E1F. Grayscale: #B8B8B8. Windows color (decimal): -421408 or 14717433. OLE color: 14717433.
HSL color Cylindrical-coordinate representation of color #F991E0: hue angle of 314.42º 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 #F991E0 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 224 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.02 |
| HSL | 314.42º | 0.9% | 0.77% | - |
| HSV(B) | 314.42º | 0.42% | 0.98% | - |
| XYZ | 62.65 | 45.77 | 76.05 | - |
| YUV | 185.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 224 | 0 | 0.42 | 0.10 | 0.02 | 314.42 | 0.9 | 0.77 |
| Hex | F9 | 91 | E0 | 0 | 2A | A | 2 | 13A | 5A | 4D |
| Octal | 371 | 221 | 340 | 0 | 52 | 12 | 2 | 472 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11100000 | 0 | 101010 | 1010 | 10 | 100111010 | 1011010 | 1001101 |
Color Harmonies of #F991E0
Complementary color
Monochromatic Colors of #F991E0
Black with #F991E0
Text Example
Text Example
White with #F991E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991E0; }
p { color: rgb(249,145,224); }
H1.HeaderClassName
{
color: #F991E0;
}
.AnyTagClassName
{
color: #F991E0;
}
</style>
background-color css
<style>
a { background-color: #F991E0; }
a { background-color: rgb(249,145,224); }
div.DivClassName
{
background-color: #F991E0;
}
.BgClassName
{
background-color: #F991E0;
}
</style>
border-color css
<style>
span { border-color: #F991E0; }
span { border-color: rgb(249,145,224); }
td.TdClassName
{
border-color: #F991E0;
}
.TagClassName
{
border-color: #F991E0;
}
</style>