Shades of Mona Lisa #F89F90
Tints of Mona Lisa #F89F90
RGB
CMYK
RGB Variations
Color information
#F89F90 (or 0xF89F90) is known color: Mona Lisa. HEX triplet: F8, 9F and 90. RGB value is (248,159,144). Sum of RGB (Red+Green+Blue) = 248+159+144=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F90 is #07606F. Grayscale: #B8B8B8. Windows color (decimal): -483440 or 9478136. OLE color: 9478136.
HSL color Cylindrical-coordinate representation of color #F89F90: hue angle of 8.65º 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 #F89F90 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 144 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.03 |
| HSL | 8.65º | 0.88% | 0.77% | - |
| HSV(B) | 8.65º | 0.42% | 0.97% | - |
| XYZ | 56.14 | 46.77 | 32.45 | - |
| YUV | 183.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 144 | 0 | 0.36 | 0.42 | 0.03 | 8.65 | 0.88 | 0.77 |
| Hex | F8 | 9F | 90 | 0 | 24 | 2A | 3 | 9 | 58 | 4D |
| Octal | 370 | 237 | 220 | 0 | 44 | 52 | 3 | 11 | 130 | 115 |
| Binary | 11111000 | 10011111 | 10010000 | 0 | 100100 | 101010 | 11 | 1001 | 1011000 | 1001101 |
Color Harmonies of #F89F90
Complementary color
Monochromatic Colors of #F89F90
Black with #F89F90
Text Example
Text Example
White with #F89F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F90; }
p { color: rgb(248,159,144); }
H1.HeaderClassName
{
color: #F89F90;
}
.AnyTagClassName
{
color: #F89F90;
}
</style>
background-color css
<style>
a { background-color: #F89F90; }
a { background-color: rgb(248,159,144); }
div.DivClassName
{
background-color: #F89F90;
}
.BgClassName
{
background-color: #F89F90;
}
</style>
border-color css
<style>
span { border-color: #F89F90; }
span { border-color: rgb(248,159,144); }
td.TdClassName
{
border-color: #F89F90;
}
.TagClassName
{
border-color: #F89F90;
}
</style>