Shades of Pale Magenta #F991EC
Tints of Pale Magenta #F991EC
RGB
CMYK
RGB Variations
Color information
#F991EC (or 0xF991EC) is known color: Pale Magenta. HEX triplet: F9, 91 and EC. RGB value is (249,145,236). Sum of RGB (Red+Green+Blue) = 249+145+236=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 145 (57.03% from 255 or 23.02% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F991EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991EC is #066E13. Grayscale: #BABABA. Windows color (decimal): -421396 or 15503865. OLE color: 15503865.
HSL color Cylindrical-coordinate representation of color #F991EC: hue angle of 307.5º 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 #F991EC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 236 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.02 |
| HSL | 307.5º | 0.9% | 0.77% | - |
| HSV(B) | 307.5º | 0.42% | 0.98% | - |
| XYZ | 64.33 | 46.45 | 84.93 | - |
| YUV | 186.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 236 | 0 | 0.42 | 0.05 | 0.02 | 307.5 | 0.9 | 0.77 |
| Hex | F9 | 91 | EC | 0 | 2A | 5 | 2 | 134 | 5A | 4D |
| Octal | 371 | 221 | 354 | 0 | 52 | 5 | 2 | 464 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11101100 | 0 | 101010 | 101 | 10 | 100110100 | 1011010 | 1001101 |
Color Harmonies of #F991EC
Complementary color
Monochromatic Colors of #F991EC
Black with #F991EC
Text Example
Text Example
White with #F991EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991EC; }
p { color: rgb(249,145,236); }
H1.HeaderClassName
{
color: #F991EC;
}
.AnyTagClassName
{
color: #F991EC;
}
</style>
background-color css
<style>
a { background-color: #F991EC; }
a { background-color: rgb(249,145,236); }
div.DivClassName
{
background-color: #F991EC;
}
.BgClassName
{
background-color: #F991EC;
}
</style>
border-color css
<style>
span { border-color: #F991EC; }
span { border-color: rgb(249,145,236); }
td.TdClassName
{
border-color: #F991EC;
}
.TagClassName
{
border-color: #F991EC;
}
</style>