Shades of Pale Magenta #F991ED
Tints of Pale Magenta #F991ED
RGB
CMYK
RGB Variations
Color information
#F991ED (or 0xF991ED) is known color: Pale Magenta. HEX triplet: F9, 91 and ED. RGB value is (249,145,237). Sum of RGB (Red+Green+Blue) = 249+145+237=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 145 (57.03% from 255 or 22.98% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F991ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F991ED is #066E12. Grayscale: #BABABA. Windows color (decimal): -421395 or 15569401. OLE color: 15569401.
HSL color Cylindrical-coordinate representation of color #F991ED: hue angle of 306.92º 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 #F991ED is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 237 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.02 |
| HSL | 306.92º | 0.9% | 0.77% | - |
| HSV(B) | 306.92º | 0.42% | 0.98% | - |
| XYZ | 64.48 | 46.5 | 85.7 | - |
| YUV | 186.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 237 | 0 | 0.42 | 0.05 | 0.02 | 306.92 | 0.9 | 0.77 |
| Hex | F9 | 91 | ED | 0 | 2A | 5 | 2 | 133 | 5A | 4D |
| Octal | 371 | 221 | 355 | 0 | 52 | 5 | 2 | 463 | 132 | 115 |
| Binary | 11111001 | 10010001 | 11101101 | 0 | 101010 | 101 | 10 | 100110011 | 1011010 | 1001101 |
Color Harmonies of #F991ED
Complementary color
Monochromatic Colors of #F991ED
Black with #F991ED
Text Example
Text Example
White with #F991ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991ED; }
p { color: rgb(249,145,237); }
H1.HeaderClassName
{
color: #F991ED;
}
.AnyTagClassName
{
color: #F991ED;
}
</style>
background-color css
<style>
a { background-color: #F991ED; }
a { background-color: rgb(249,145,237); }
div.DivClassName
{
background-color: #F991ED;
}
.BgClassName
{
background-color: #F991ED;
}
</style>
border-color css
<style>
span { border-color: #F991ED; }
span { border-color: rgb(249,145,237); }
td.TdClassName
{
border-color: #F991ED;
}
.TagClassName
{
border-color: #F991ED;
}
</style>