Shades of Pale Magenta #F990E1
Tints of Pale Magenta #F990E1
RGB
CMYK
RGB Variations
Color information
#F990E1 (or 0xF990E1) is known color: Pale Magenta. HEX triplet: F9, 90 and E1. RGB value is (249,144,225). Sum of RGB (Red+Green+Blue) = 249+144+225=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F990E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F990E1 is #066F1E. Grayscale: #B8B8B8. Windows color (decimal): -421663 or 14782713. OLE color: 14782713.
HSL color Cylindrical-coordinate representation of color #F990E1: hue angle of 313.71º 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 #F990E1 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 225 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.02 |
| HSL | 313.71º | 0.9% | 0.77% | - |
| HSV(B) | 313.71º | 0.42% | 0.98% | - |
| XYZ | 62.63 | 45.52 | 76.72 | - |
| YUV | 184.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 225 | 0 | 0.42 | 0.10 | 0.02 | 313.71 | 0.9 | 0.77 |
| Hex | F9 | 90 | E1 | 0 | 2A | A | 2 | 13A | 5A | 4D |
| Octal | 371 | 220 | 341 | 0 | 52 | 12 | 2 | 472 | 132 | 115 |
| Binary | 11111001 | 10010000 | 11100001 | 0 | 101010 | 1010 | 10 | 100111010 | 1011010 | 1001101 |
Color Harmonies of #F990E1
Complementary color
Monochromatic Colors of #F990E1
Black with #F990E1
Text Example
Text Example
White with #F990E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F990E1; }
p { color: rgb(249,144,225); }
H1.HeaderClassName
{
color: #F990E1;
}
.AnyTagClassName
{
color: #F990E1;
}
</style>
background-color css
<style>
a { background-color: #F990E1; }
a { background-color: rgb(249,144,225); }
div.DivClassName
{
background-color: #F990E1;
}
.BgClassName
{
background-color: #F990E1;
}
</style>
border-color css
<style>
span { border-color: #F990E1; }
span { border-color: rgb(249,144,225); }
td.TdClassName
{
border-color: #F990E1;
}
.TagClassName
{
border-color: #F990E1;
}
</style>