Shades of Mona Lisa #F89A89
Tints of Mona Lisa #F89A89
RGB
CMYK
RGB Variations
Color information
#F89A89 (or 0xF89A89) is known color: Mona Lisa. HEX triplet: F8, 9A and 89. RGB value is (248,154,137). Sum of RGB (Red+Green+Blue) = 248+154+137=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89A89 is #076576. Grayscale: #B4B4B4. Windows color (decimal): -484727 or 9018104. OLE color: 9018104.
HSL color Cylindrical-coordinate representation of color #F89A89: hue angle of 9.19º 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 #F89A89 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 137 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.03 |
| HSL | 9.19º | 0.89% | 0.75% | - |
| HSV(B) | 9.19º | 0.45% | 0.97% | - |
| XYZ | 54.78 | 44.87 | 29.44 | - |
| YUV | 180.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 137 | 0 | 0.38 | 0.45 | 0.03 | 9.19 | 0.89 | 0.75 |
| Hex | F8 | 9A | 89 | 0 | 26 | 2D | 3 | 9 | 59 | 4B |
| Octal | 370 | 232 | 211 | 0 | 46 | 55 | 3 | 11 | 131 | 113 |
| Binary | 11111000 | 10011010 | 10001001 | 0 | 100110 | 101101 | 11 | 1001 | 1011001 | 1001011 |
Color Harmonies of #F89A89
Complementary color
Monochromatic Colors of #F89A89
Black with #F89A89
Text Example
Text Example
White with #F89A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A89; }
p { color: rgb(248,154,137); }
H1.HeaderClassName
{
color: #F89A89;
}
.AnyTagClassName
{
color: #F89A89;
}
</style>
background-color css
<style>
a { background-color: #F89A89; }
a { background-color: rgb(248,154,137); }
div.DivClassName
{
background-color: #F89A89;
}
.BgClassName
{
background-color: #F89A89;
}
</style>
border-color css
<style>
span { border-color: #F89A89; }
span { border-color: rgb(248,154,137); }
td.TdClassName
{
border-color: #F89A89;
}
.TagClassName
{
border-color: #F89A89;
}
</style>