Shades of Mona Lisa #F99E90
Tints of Mona Lisa #F99E90
RGB
CMYK
RGB Variations
Color information
#F99E90 (or 0xF99E90) is known color: Mona Lisa. HEX triplet: F9, 9E and 90. RGB value is (249,158,144). Sum of RGB (Red+Green+Blue) = 249+158+144=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E90 is #06616F. Grayscale: #B7B7B7. Windows color (decimal): -418160 or 9477881. OLE color: 9477881.
HSL color Cylindrical-coordinate representation of color #F99E90: hue angle of 8º 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 #F99E90 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 144 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.02 |
| HSL | 8º | 0.9% | 0.77% | - |
| HSV(B) | 8º | 0.42% | 0.98% | - |
| XYZ | 56.33 | 46.61 | 32.41 | - |
| YUV | 183.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 144 | 0 | 0.37 | 0.42 | 0.02 | 8 | 0.9 | 0.77 |
| Hex | F9 | 9E | 90 | 0 | 25 | 2A | 2 | 8 | 5A | 4D |
| Octal | 371 | 236 | 220 | 0 | 45 | 52 | 2 | 10 | 132 | 115 |
| Binary | 11111001 | 10011110 | 10010000 | 0 | 100101 | 101010 | 10 | 1000 | 1011010 | 1001101 |
Color Harmonies of #F99E90
Complementary color
Monochromatic Colors of #F99E90
Black with #F99E90
Text Example
Text Example
White with #F99E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E90; }
p { color: rgb(249,158,144); }
H1.HeaderClassName
{
color: #F99E90;
}
.AnyTagClassName
{
color: #F99E90;
}
</style>
background-color css
<style>
a { background-color: #F99E90; }
a { background-color: rgb(249,158,144); }
div.DivClassName
{
background-color: #F99E90;
}
.BgClassName
{
background-color: #F99E90;
}
</style>
border-color css
<style>
span { border-color: #F99E90; }
span { border-color: rgb(249,158,144); }
td.TdClassName
{
border-color: #F99E90;
}
.TagClassName
{
border-color: #F99E90;
}
</style>