Shades of Mona Lisa #F89F8C
Tints of Mona Lisa #F89F8C
RGB
CMYK
RGB Variations
Color information
#F89F8C (or 0xF89F8C) is known color: Mona Lisa. HEX triplet: F8, 9F and 8C. RGB value is (248,159,140). Sum of RGB (Red+Green+Blue) = 248+159+140=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F8C is #076073. Grayscale: #B7B7B7. Windows color (decimal): -483444 or 9215992. OLE color: 9215992.
HSL color Cylindrical-coordinate representation of color #F89F8C: hue angle of 10.56º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F89F8C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 140 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.03 |
| HSL | 10.56º | 0.89% | 0.76% | - |
| HSV(B) | 10.56º | 0.44% | 0.97% | - |
| XYZ | 55.84 | 46.65 | 30.87 | - |
| YUV | 183.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 140 | 0 | 0.36 | 0.44 | 0.03 | 10.56 | 0.89 | 0.76 |
| Hex | F8 | 9F | 8C | 0 | 24 | 2C | 3 | B | 59 | 4C |
| Octal | 370 | 237 | 214 | 0 | 44 | 54 | 3 | 13 | 131 | 114 |
| Binary | 11111000 | 10011111 | 10001100 | 0 | 100100 | 101100 | 11 | 1011 | 1011001 | 1001100 |
Color Harmonies of #F89F8C
Complementary color
Monochromatic Colors of #F89F8C
Black with #F89F8C
Text Example
Text Example
White with #F89F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F8C; }
p { color: rgb(248,159,140); }
H1.HeaderClassName
{
color: #F89F8C;
}
.AnyTagClassName
{
color: #F89F8C;
}
</style>
background-color css
<style>
a { background-color: #F89F8C; }
a { background-color: rgb(248,159,140); }
div.DivClassName
{
background-color: #F89F8C;
}
.BgClassName
{
background-color: #F89F8C;
}
</style>
border-color css
<style>
span { border-color: #F89F8C; }
span { border-color: rgb(248,159,140); }
td.TdClassName
{
border-color: #F89F8C;
}
.TagClassName
{
border-color: #F89F8C;
}
</style>