Shades of Mona Lisa #F59C8D
Tints of Mona Lisa #F59C8D
RGB
CMYK
RGB Variations
Color information
#F59C8D (or 0xF59C8D) is known color: Mona Lisa. HEX triplet: F5, 9C and 8D. RGB value is (245,156,141). Sum of RGB (Red+Green+Blue) = 245+156+141=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59C8D is #0A6372. Grayscale: #B5B5B5. Windows color (decimal): -680819 or 9280757. OLE color: 9280757.
HSL color Cylindrical-coordinate representation of color #F59C8D: hue angle of 8.65º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F59C8D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 141 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.04 |
| HSL | 8.65º | 0.84% | 0.76% | - |
| HSV(B) | 8.65º | 0.42% | 0.96% | - |
| XYZ | 54.35 | 45.11 | 31.04 | - |
| YUV | 180.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 141 | 0 | 0.36 | 0.42 | 0.04 | 8.65 | 0.84 | 0.76 |
| Hex | F5 | 9C | 8D | 0 | 24 | 2A | 4 | 9 | 54 | 4C |
| Octal | 365 | 234 | 215 | 0 | 44 | 52 | 4 | 11 | 124 | 114 |
| Binary | 11110101 | 10011100 | 10001101 | 0 | 100100 | 101010 | 100 | 1001 | 1010100 | 1001100 |
Color Harmonies of #F59C8D
Complementary color
Monochromatic Colors of #F59C8D
Black with #F59C8D
Text Example
Text Example
White with #F59C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59C8D; }
p { color: rgb(245,156,141); }
H1.HeaderClassName
{
color: #F59C8D;
}
.AnyTagClassName
{
color: #F59C8D;
}
</style>
background-color css
<style>
a { background-color: #F59C8D; }
a { background-color: rgb(245,156,141); }
div.DivClassName
{
background-color: #F59C8D;
}
.BgClassName
{
background-color: #F59C8D;
}
</style>
border-color css
<style>
span { border-color: #F59C8D; }
span { border-color: rgb(245,156,141); }
td.TdClassName
{
border-color: #F59C8D;
}
.TagClassName
{
border-color: #F59C8D;
}
</style>