Shades of Mona Lisa #F89B90
Tints of Mona Lisa #F89B90
RGB
CMYK
RGB Variations
Color information
#F89B90 (or 0xF89B90) is known color: Mona Lisa. HEX triplet: F8, 9B and 90. RGB value is (248,155,144). Sum of RGB (Red+Green+Blue) = 248+155+144=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89B90 is #07646F. Grayscale: #B5B5B5. Windows color (decimal): -484464 or 9477112. OLE color: 9477112.
HSL color Cylindrical-coordinate representation of color #F89B90: hue angle of 6.35º 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 #F89B90 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 144 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.03 |
| HSL | 6.35º | 0.88% | 0.77% | - |
| HSV(B) | 6.35º | 0.42% | 0.97% | - |
| XYZ | 55.47 | 45.41 | 32.23 | - |
| YUV | 181.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 144 | 0 | 0.38 | 0.42 | 0.03 | 6.35 | 0.88 | 0.77 |
| Hex | F8 | 9B | 90 | 0 | 26 | 2A | 3 | 6 | 58 | 4D |
| Octal | 370 | 233 | 220 | 0 | 46 | 52 | 3 | 6 | 130 | 115 |
| Binary | 11111000 | 10011011 | 10010000 | 0 | 100110 | 101010 | 11 | 110 | 1011000 | 1001101 |
Color Harmonies of #F89B90
Complementary color
Monochromatic Colors of #F89B90
Black with #F89B90
Text Example
Text Example
White with #F89B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B90; }
p { color: rgb(248,155,144); }
H1.HeaderClassName
{
color: #F89B90;
}
.AnyTagClassName
{
color: #F89B90;
}
</style>
background-color css
<style>
a { background-color: #F89B90; }
a { background-color: rgb(248,155,144); }
div.DivClassName
{
background-color: #F89B90;
}
.BgClassName
{
background-color: #F89B90;
}
</style>
border-color css
<style>
span { border-color: #F89B90; }
span { border-color: rgb(248,155,144); }
td.TdClassName
{
border-color: #F89B90;
}
.TagClassName
{
border-color: #F89B90;
}
</style>