Shades of Mona Lisa #F59182
Tints of Mona Lisa #F59182
RGB
CMYK
RGB Variations
Color information
#F59182 (or 0xF59182) is known color: Mona Lisa. HEX triplet: F5, 91 and 82. RGB value is (245,145,130). Sum of RGB (Red+Green+Blue) = 245+145+130=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F59182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59182 is #0A6E7D. Grayscale: #ADADAD. Windows color (decimal): -683646 or 8557045. OLE color: 8557045.
HSL color Cylindrical-coordinate representation of color #F59182: hue angle of 7.83º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F59182 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 130 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.04 |
| HSL | 7.83º | 0.85% | 0.74% | - |
| HSV(B) | 7.83º | 0.47% | 0.96% | - |
| XYZ | 51.81 | 41.27 | 26.36 | - |
| YUV | 173.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 130 | 0 | 0.41 | 0.47 | 0.04 | 7.83 | 0.85 | 0.74 |
| Hex | F5 | 91 | 82 | 0 | 29 | 2F | 4 | 8 | 55 | 4A |
| Octal | 365 | 221 | 202 | 0 | 51 | 57 | 4 | 10 | 125 | 112 |
| Binary | 11110101 | 10010001 | 10000010 | 0 | 101001 | 101111 | 100 | 1000 | 1010101 | 1001010 |
Color Harmonies of #F59182
Complementary color
Monochromatic Colors of #F59182
Black with #F59182
Text Example
Text Example
White with #F59182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59182; }
p { color: rgb(245,145,130); }
H1.HeaderClassName
{
color: #F59182;
}
.AnyTagClassName
{
color: #F59182;
}
</style>
background-color css
<style>
a { background-color: #F59182; }
a { background-color: rgb(245,145,130); }
div.DivClassName
{
background-color: #F59182;
}
.BgClassName
{
background-color: #F59182;
}
</style>
border-color css
<style>
span { border-color: #F59182; }
span { border-color: rgb(245,145,130); }
td.TdClassName
{
border-color: #F59182;
}
.TagClassName
{
border-color: #F59182;
}
</style>