Shades of Mona Lisa #F59B8C
Tints of Mona Lisa #F59B8C
RGB
CMYK
RGB Variations
Color information
#F59B8C (or 0xF59B8C) is known color: Mona Lisa. HEX triplet: F5, 9B and 8C. RGB value is (245,155,140). Sum of RGB (Red+Green+Blue) = 245+155+140=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59B8C is #0A6473. Grayscale: #B4B4B4. Windows color (decimal): -681076 or 9214965. OLE color: 9214965.
HSL color Cylindrical-coordinate representation of color #F59B8C: hue angle of 8.57º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F59B8C is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 140 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 8.57º | 0.84% | 0.75% | - |
| HSV(B) | 8.57º | 0.43% | 0.96% | - |
| XYZ | 54.11 | 44.75 | 30.6 | - |
| YUV | 180.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 140 | 0 | 0.37 | 0.43 | 0.04 | 8.57 | 0.84 | 0.75 |
| Hex | F5 | 9B | 8C | 0 | 25 | 2B | 4 | 9 | 54 | 4B |
| Octal | 365 | 233 | 214 | 0 | 45 | 53 | 4 | 11 | 124 | 113 |
| Binary | 11110101 | 10011011 | 10001100 | 0 | 100101 | 101011 | 100 | 1001 | 1010100 | 1001011 |
Color Harmonies of #F59B8C
Complementary color
Monochromatic Colors of #F59B8C
Black with #F59B8C
Text Example
Text Example
White with #F59B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59B8C; }
p { color: rgb(245,155,140); }
H1.HeaderClassName
{
color: #F59B8C;
}
.AnyTagClassName
{
color: #F59B8C;
}
</style>
background-color css
<style>
a { background-color: #F59B8C; }
a { background-color: rgb(245,155,140); }
div.DivClassName
{
background-color: #F59B8C;
}
.BgClassName
{
background-color: #F59B8C;
}
</style>
border-color css
<style>
span { border-color: #F59B8C; }
span { border-color: rgb(245,155,140); }
td.TdClassName
{
border-color: #F59B8C;
}
.TagClassName
{
border-color: #F59B8C;
}
</style>