Shades of Pale Magenta #F991E7
Tints of Pale Magenta #F991E7
RGB
CMYK
RGB Variations
Color information
#F991E7 (or 0xF991E7) is known color: Pale Magenta. HEX triplet: F9, 91 and E7. RGB value is (249,145,231). Sum of RGB (Red+Green+Blue) = 249+145+231=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F991E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991E7 is #066E18. Grayscale: #B9B9B9. Windows color (decimal): -421401 or 15176185. OLE color: 15176185.
HSL color Cylindrical-coordinate representation of color #F991E7: hue angle of 310.38º 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 #F991E7 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 231 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.02 |
| HSL | 310.38º | 0.9% | 0.77% | - |
| HSV(B) | 310.38º | 0.42% | 0.98% | - |
| XYZ | 63.62 | 46.16 | 81.16 | - |
| YUV | 185.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 231 | 0 | 0.42 | 0.07 | 0.02 | 310.38 | 0.9 | 0.77 |
| Hex | F9 | 91 | E7 | 0 | 2A | 7 | 2 | 136 | 5A | 4D |
| Octal | 371 | 221 | 347 | 0 | 52 | 7 | 2 | 466 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11100111 | 0 | 101010 | 111 | 10 | 100110110 | 1011010 | 1001101 |
Color Harmonies of #F991E7
Complementary color
Monochromatic Colors of #F991E7
Black with #F991E7
Text Example
Text Example
White with #F991E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991E7; }
p { color: rgb(249,145,231); }
H1.HeaderClassName
{
color: #F991E7;
}
.AnyTagClassName
{
color: #F991E7;
}
</style>
background-color css
<style>
a { background-color: #F991E7; }
a { background-color: rgb(249,145,231); }
div.DivClassName
{
background-color: #F991E7;
}
.BgClassName
{
background-color: #F991E7;
}
</style>
border-color css
<style>
span { border-color: #F991E7; }
span { border-color: rgb(249,145,231); }
td.TdClassName
{
border-color: #F991E7;
}
.TagClassName
{
border-color: #F991E7;
}
</style>