Shades of Mona Lisa #F89990
Tints of Mona Lisa #F89990
RGB
CMYK
RGB Variations
Color information
#F89990 (or 0xF89990) is known color: Mona Lisa. HEX triplet: F8, 99 and 90. RGB value is (248,153,144). Sum of RGB (Red+Green+Blue) = 248+153+144=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F89990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89990 is #07666F. Grayscale: #B4B4B4. Windows color (decimal): -484976 or 9476600. OLE color: 9476600.
HSL color Cylindrical-coordinate representation of color #F89990: hue angle of 5.19º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89990 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 144 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.03 |
| HSL | 5.19º | 0.88% | 0.77% | - |
| HSV(B) | 5.19º | 0.42% | 0.97% | - |
| XYZ | 55.14 | 44.75 | 32.12 | - |
| YUV | 180.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 144 | 0 | 0.38 | 0.42 | 0.03 | 5.19 | 0.88 | 0.77 |
| Hex | F8 | 99 | 90 | 0 | 26 | 2A | 3 | 5 | 58 | 4D |
| Octal | 370 | 231 | 220 | 0 | 46 | 52 | 3 | 5 | 130 | 115 |
| Binary | 11111000 | 10011001 | 10010000 | 0 | 100110 | 101010 | 11 | 101 | 1011000 | 1001101 |
Color Harmonies of #F89990
Complementary color
Monochromatic Colors of #F89990
Black with #F89990
Text Example
Text Example
White with #F89990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89990; }
p { color: rgb(248,153,144); }
H1.HeaderClassName
{
color: #F89990;
}
.AnyTagClassName
{
color: #F89990;
}
</style>
background-color css
<style>
a { background-color: #F89990; }
a { background-color: rgb(248,153,144); }
div.DivClassName
{
background-color: #F89990;
}
.BgClassName
{
background-color: #F89990;
}
</style>
border-color css
<style>
span { border-color: #F89990; }
span { border-color: rgb(248,153,144); }
td.TdClassName
{
border-color: #F89990;
}
.TagClassName
{
border-color: #F89990;
}
</style>