Shades of Mona Lisa #F89F89
Tints of Mona Lisa #F89F89
RGB
CMYK
RGB Variations
Color information
#F89F89 (or 0xF89F89) is known color: Mona Lisa. HEX triplet: F8, 9F and 89. RGB value is (248,159,137). Sum of RGB (Red+Green+Blue) = 248+159+137=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F89 is #076076. Grayscale: #B7B7B7. Windows color (decimal): -483447 or 9019384. OLE color: 9019384.
HSL color Cylindrical-coordinate representation of color #F89F89: hue angle of 11.89º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F89F89 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 137 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.03 |
| HSL | 11.89º | 0.89% | 0.75% | - |
| HSV(B) | 11.89º | 0.45% | 0.97% | - |
| XYZ | 55.62 | 46.56 | 29.72 | - |
| YUV | 183.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 137 | 0 | 0.36 | 0.45 | 0.03 | 11.89 | 0.89 | 0.75 |
| Hex | F8 | 9F | 89 | 0 | 24 | 2D | 3 | C | 59 | 4B |
| Octal | 370 | 237 | 211 | 0 | 44 | 55 | 3 | 14 | 131 | 113 |
| Binary | 11111000 | 10011111 | 10001001 | 0 | 100100 | 101101 | 11 | 1100 | 1011001 | 1001011 |
Color Harmonies of #F89F89
Complementary color
Monochromatic Colors of #F89F89
Black with #F89F89
Text Example
Text Example
White with #F89F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F89; }
p { color: rgb(248,159,137); }
H1.HeaderClassName
{
color: #F89F89;
}
.AnyTagClassName
{
color: #F89F89;
}
</style>
background-color css
<style>
a { background-color: #F89F89; }
a { background-color: rgb(248,159,137); }
div.DivClassName
{
background-color: #F89F89;
}
.BgClassName
{
background-color: #F89F89;
}
</style>
border-color css
<style>
span { border-color: #F89F89; }
span { border-color: rgb(248,159,137); }
td.TdClassName
{
border-color: #F89F89;
}
.TagClassName
{
border-color: #F89F89;
}
</style>