Shades of Mona Lisa #F89589
Tints of Mona Lisa #F89589
RGB
CMYK
RGB Variations
Color information
#F89589 (or 0xF89589) is known color: Mona Lisa. HEX triplet: F8, 95 and 89. RGB value is (248,149,137). Sum of RGB (Red+Green+Blue) = 248+149+137=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F89589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89589 is #076A76. Grayscale: #B1B1B1. Windows color (decimal): -486007 or 9016824. OLE color: 9016824.
HSL color Cylindrical-coordinate representation of color #F89589: hue angle of 6.49º 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 #F89589 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 137 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.03 |
| HSL | 6.49º | 0.89% | 0.75% | - |
| HSV(B) | 6.49º | 0.45% | 0.97% | - |
| XYZ | 53.97 | 43.26 | 29.17 | - |
| YUV | 177.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 137 | 0 | 0.40 | 0.45 | 0.03 | 6.49 | 0.89 | 0.75 |
| Hex | F8 | 95 | 89 | 0 | 28 | 2D | 3 | 6 | 59 | 4B |
| Octal | 370 | 225 | 211 | 0 | 50 | 55 | 3 | 6 | 131 | 113 |
| Binary | 11111000 | 10010101 | 10001001 | 0 | 101000 | 101101 | 11 | 110 | 1011001 | 1001011 |
Color Harmonies of #F89589
Complementary color
Monochromatic Colors of #F89589
Black with #F89589
Text Example
Text Example
White with #F89589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89589; }
p { color: rgb(248,149,137); }
H1.HeaderClassName
{
color: #F89589;
}
.AnyTagClassName
{
color: #F89589;
}
</style>
background-color css
<style>
a { background-color: #F89589; }
a { background-color: rgb(248,149,137); }
div.DivClassName
{
background-color: #F89589;
}
.BgClassName
{
background-color: #F89589;
}
</style>
border-color css
<style>
span { border-color: #F89589; }
span { border-color: rgb(248,149,137); }
td.TdClassName
{
border-color: #F89589;
}
.TagClassName
{
border-color: #F89589;
}
</style>