Shades of Mona Lisa #F99990
Tints of Mona Lisa #F99990
RGB
CMYK
RGB Variations
Color information
#F99990 (or 0xF99990) is known color: Mona Lisa. HEX triplet: F9, 99 and 90. RGB value is (249,153,144). Sum of RGB (Red+Green+Blue) = 249+153+144=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F99990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99990 is #06666F. Grayscale: #B4B4B4. Windows color (decimal): -419440 or 9476601. OLE color: 9476601.
HSL color Cylindrical-coordinate representation of color #F99990: hue angle of 5.14º 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 #F99990 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 144 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.02 |
| HSL | 5.14º | 0.9% | 0.77% | - |
| HSV(B) | 5.14º | 0.42% | 0.98% | - |
| XYZ | 55.49 | 44.94 | 32.13 | - |
| YUV | 180.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 144 | 0 | 0.39 | 0.42 | 0.02 | 5.14 | 0.9 | 0.77 |
| Hex | F9 | 99 | 90 | 0 | 27 | 2A | 2 | 5 | 5A | 4D |
| Octal | 371 | 231 | 220 | 0 | 47 | 52 | 2 | 5 | 132 | 115 |
| Binary | 11111001 | 10011001 | 10010000 | 0 | 100111 | 101010 | 10 | 101 | 1011010 | 1001101 |
Color Harmonies of #F99990
Complementary color
Monochromatic Colors of #F99990
Black with #F99990
Text Example
Text Example
White with #F99990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99990; }
p { color: rgb(249,153,144); }
H1.HeaderClassName
{
color: #F99990;
}
.AnyTagClassName
{
color: #F99990;
}
</style>
background-color css
<style>
a { background-color: #F99990; }
a { background-color: rgb(249,153,144); }
div.DivClassName
{
background-color: #F99990;
}
.BgClassName
{
background-color: #F99990;
}
</style>
border-color css
<style>
span { border-color: #F99990; }
span { border-color: rgb(249,153,144); }
td.TdClassName
{
border-color: #F99990;
}
.TagClassName
{
border-color: #F99990;
}
</style>