Shades of Mona Lisa #F59685
Tints of Mona Lisa #F59685
RGB
CMYK
RGB Variations
Color information
#F59685 (or 0xF59685) is known color: Mona Lisa. HEX triplet: F5, 96 and 85. RGB value is (245,150,133). Sum of RGB (Red+Green+Blue) = 245+150+133=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F59685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59685 is #0A697A. Grayscale: #B0B0B0. Windows color (decimal): -682363 or 8754933. OLE color: 8754933.
HSL color Cylindrical-coordinate representation of color #F59685: hue angle of 9.11º 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 #F59685 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 133 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.04 |
| HSL | 9.11º | 0.85% | 0.74% | - |
| HSV(B) | 9.11º | 0.46% | 0.96% | - |
| XYZ | 52.8 | 42.92 | 27.69 | - |
| YUV | 176.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 133 | 0 | 0.39 | 0.46 | 0.04 | 9.11 | 0.85 | 0.74 |
| Hex | F5 | 96 | 85 | 0 | 27 | 2E | 4 | 9 | 55 | 4A |
| Octal | 365 | 226 | 205 | 0 | 47 | 56 | 4 | 11 | 125 | 112 |
| Binary | 11110101 | 10010110 | 10000101 | 0 | 100111 | 101110 | 100 | 1001 | 1010101 | 1001010 |
Color Harmonies of #F59685
Complementary color
Monochromatic Colors of #F59685
Black with #F59685
Text Example
Text Example
White with #F59685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59685; }
p { color: rgb(245,150,133); }
H1.HeaderClassName
{
color: #F59685;
}
.AnyTagClassName
{
color: #F59685;
}
</style>
background-color css
<style>
a { background-color: #F59685; }
a { background-color: rgb(245,150,133); }
div.DivClassName
{
background-color: #F59685;
}
.BgClassName
{
background-color: #F59685;
}
</style>
border-color css
<style>
span { border-color: #F59685; }
span { border-color: rgb(245,150,133); }
td.TdClassName
{
border-color: #F59685;
}
.TagClassName
{
border-color: #F59685;
}
</style>