Shades of Mona Lisa #F99D90
Tints of Mona Lisa #F99D90
RGB
CMYK
RGB Variations
Color information
#F99D90 (or 0xF99D90) is known color: Mona Lisa. HEX triplet: F9, 9D and 90. RGB value is (249,157,144). Sum of RGB (Red+Green+Blue) = 249+157+144=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D90 is #06626F. Grayscale: #B7B7B7. Windows color (decimal): -418416 or 9477625. OLE color: 9477625.
HSL color Cylindrical-coordinate representation of color #F99D90: hue angle of 7.43º 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 #F99D90 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 144 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.02 |
| HSL | 7.43º | 0.9% | 0.77% | - |
| HSV(B) | 7.43º | 0.42% | 0.98% | - |
| XYZ | 56.16 | 46.27 | 32.36 | - |
| YUV | 183.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 144 | 0 | 0.37 | 0.42 | 0.02 | 7.43 | 0.9 | 0.77 |
| Hex | F9 | 9D | 90 | 0 | 25 | 2A | 2 | 7 | 5A | 4D |
| Octal | 371 | 235 | 220 | 0 | 45 | 52 | 2 | 7 | 132 | 115 |
| Binary | 11111001 | 10011101 | 10010000 | 0 | 100101 | 101010 | 10 | 111 | 1011010 | 1001101 |
Color Harmonies of #F99D90
Complementary color
Monochromatic Colors of #F99D90
Black with #F99D90
Text Example
Text Example
White with #F99D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D90; }
p { color: rgb(249,157,144); }
H1.HeaderClassName
{
color: #F99D90;
}
.AnyTagClassName
{
color: #F99D90;
}
</style>
background-color css
<style>
a { background-color: #F99D90; }
a { background-color: rgb(249,157,144); }
div.DivClassName
{
background-color: #F99D90;
}
.BgClassName
{
background-color: #F99D90;
}
</style>
border-color css
<style>
span { border-color: #F99D90; }
span { border-color: rgb(249,157,144); }
td.TdClassName
{
border-color: #F99D90;
}
.TagClassName
{
border-color: #F99D90;
}
</style>