Shades of Mona Lisa #F89486
Tints of Mona Lisa #F89486
RGB
CMYK
RGB Variations
Color information
#F89486 (or 0xF89486) is known color: Mona Lisa. HEX triplet: F8, 94 and 86. RGB value is (248,148,134). Sum of RGB (Red+Green+Blue) = 248+148+134=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89486 is #076B79. Grayscale: #B0B0B0. Windows color (decimal): -486266 or 8819960. OLE color: 8819960.
HSL color Cylindrical-coordinate representation of color #F89486: hue angle of 7.37º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F89486 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 134 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.03 |
| HSL | 7.37º | 0.89% | 0.75% | - |
| HSV(B) | 7.37º | 0.46% | 0.97% | - |
| XYZ | 53.6 | 42.86 | 28 | - |
| YUV | 176.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 134 | 0 | 0.40 | 0.46 | 0.03 | 7.37 | 0.89 | 0.75 |
| Hex | F8 | 94 | 86 | 0 | 28 | 2E | 3 | 7 | 59 | 4B |
| Octal | 370 | 224 | 206 | 0 | 50 | 56 | 3 | 7 | 131 | 113 |
| Binary | 11111000 | 10010100 | 10000110 | 0 | 101000 | 101110 | 11 | 111 | 1011001 | 1001011 |
Color Harmonies of #F89486
Complementary color
Monochromatic Colors of #F89486
Black with #F89486
Text Example
Text Example
White with #F89486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89486; }
p { color: rgb(248,148,134); }
H1.HeaderClassName
{
color: #F89486;
}
.AnyTagClassName
{
color: #F89486;
}
</style>
background-color css
<style>
a { background-color: #F89486; }
a { background-color: rgb(248,148,134); }
div.DivClassName
{
background-color: #F89486;
}
.BgClassName
{
background-color: #F89486;
}
</style>
border-color css
<style>
span { border-color: #F89486; }
span { border-color: rgb(248,148,134); }
td.TdClassName
{
border-color: #F89486;
}
.TagClassName
{
border-color: #F89486;
}
</style>