Shades of Mona Lisa #F59885
Tints of Mona Lisa #F59885
RGB
CMYK
RGB Variations
Color information
#F59885 (or 0xF59885) is known color: Mona Lisa. HEX triplet: F5, 98 and 85. RGB value is (245,152,133). Sum of RGB (Red+Green+Blue) = 245+152+133=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F59885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59885 is #0A677A. Grayscale: #B1B1B1. Windows color (decimal): -681851 or 8755445. OLE color: 8755445.
HSL color Cylindrical-coordinate representation of color #F59885: hue angle of 10.18º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F59885 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 133 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.04 |
| HSL | 10.18º | 0.85% | 0.74% | - |
| HSV(B) | 10.18º | 0.46% | 0.96% | - |
| XYZ | 53.12 | 43.56 | 27.8 | - |
| YUV | 177.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 133 | 0 | 0.38 | 0.46 | 0.04 | 10.18 | 0.85 | 0.74 |
| Hex | F5 | 98 | 85 | 0 | 26 | 2E | 4 | A | 55 | 4A |
| Octal | 365 | 230 | 205 | 0 | 46 | 56 | 4 | 12 | 125 | 112 |
| Binary | 11110101 | 10011000 | 10000101 | 0 | 100110 | 101110 | 100 | 1010 | 1010101 | 1001010 |
Color Harmonies of #F59885
Complementary color
Monochromatic Colors of #F59885
Black with #F59885
Text Example
Text Example
White with #F59885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59885; }
p { color: rgb(245,152,133); }
H1.HeaderClassName
{
color: #F59885;
}
.AnyTagClassName
{
color: #F59885;
}
</style>
background-color css
<style>
a { background-color: #F59885; }
a { background-color: rgb(245,152,133); }
div.DivClassName
{
background-color: #F59885;
}
.BgClassName
{
background-color: #F59885;
}
</style>
border-color css
<style>
span { border-color: #F59885; }
span { border-color: rgb(245,152,133); }
td.TdClassName
{
border-color: #F59885;
}
.TagClassName
{
border-color: #F59885;
}
</style>