Shades of Mona Lisa #F89485
Tints of Mona Lisa #F89485
RGB
CMYK
RGB Variations
Color information
#F89485 (or 0xF89485) is known color: Mona Lisa. HEX triplet: F8, 94 and 85. RGB value is (248,148,133). Sum of RGB (Red+Green+Blue) = 248+148+133=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F89485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89485 is #076B7A. Grayscale: #B0B0B0. Windows color (decimal): -486267 or 8754424. OLE color: 8754424.
HSL color Cylindrical-coordinate representation of color #F89485: hue angle of 7.83º 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 #F89485 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 133 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.03 |
| HSL | 7.83º | 0.89% | 0.75% | - |
| HSV(B) | 7.83º | 0.46% | 0.97% | - |
| XYZ | 53.53 | 42.83 | 27.64 | - |
| YUV | 176.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 133 | 0 | 0.40 | 0.46 | 0.03 | 7.83 | 0.89 | 0.75 |
| Hex | F8 | 94 | 85 | 0 | 28 | 2E | 3 | 8 | 59 | 4B |
| Octal | 370 | 224 | 205 | 0 | 50 | 56 | 3 | 10 | 131 | 113 |
| Binary | 11111000 | 10010100 | 10000101 | 0 | 101000 | 101110 | 11 | 1000 | 1011001 | 1001011 |
Color Harmonies of #F89485
Complementary color
Monochromatic Colors of #F89485
Black with #F89485
Text Example
Text Example
White with #F89485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89485; }
p { color: rgb(248,148,133); }
H1.HeaderClassName
{
color: #F89485;
}
.AnyTagClassName
{
color: #F89485;
}
</style>
background-color css
<style>
a { background-color: #F89485; }
a { background-color: rgb(248,148,133); }
div.DivClassName
{
background-color: #F89485;
}
.BgClassName
{
background-color: #F89485;
}
</style>
border-color css
<style>
span { border-color: #F89485; }
span { border-color: rgb(248,148,133); }
td.TdClassName
{
border-color: #F89485;
}
.TagClassName
{
border-color: #F89485;
}
</style>