Shades of Mona Lisa #F59A8A
Tints of Mona Lisa #F59A8A
RGB
CMYK
RGB Variations
Color information
#F59A8A (or 0xF59A8A) is known color: Mona Lisa. HEX triplet: F5, 9A and 8A. RGB value is (245,154,138). Sum of RGB (Red+Green+Blue) = 245+154+138=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A8A is #0A6575. Grayscale: #B3B3B3. Windows color (decimal): -681334 or 9083637. OLE color: 9083637.
HSL color Cylindrical-coordinate representation of color #F59A8A: hue angle of 8.97º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F59A8A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 138 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.04 |
| HSL | 8.97º | 0.84% | 0.75% | - |
| HSV(B) | 8.97º | 0.44% | 0.96% | - |
| XYZ | 53.8 | 44.36 | 29.77 | - |
| YUV | 179.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 138 | 0 | 0.37 | 0.44 | 0.04 | 8.97 | 0.84 | 0.75 |
| Hex | F5 | 9A | 8A | 0 | 25 | 2C | 4 | 9 | 54 | 4B |
| Octal | 365 | 232 | 212 | 0 | 45 | 54 | 4 | 11 | 124 | 113 |
| Binary | 11110101 | 10011010 | 10001010 | 0 | 100101 | 101100 | 100 | 1001 | 1010100 | 1001011 |
Color Harmonies of #F59A8A
Complementary color
Monochromatic Colors of #F59A8A
Black with #F59A8A
Text Example
Text Example
White with #F59A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A8A; }
p { color: rgb(245,154,138); }
H1.HeaderClassName
{
color: #F59A8A;
}
.AnyTagClassName
{
color: #F59A8A;
}
</style>
background-color css
<style>
a { background-color: #F59A8A; }
a { background-color: rgb(245,154,138); }
div.DivClassName
{
background-color: #F59A8A;
}
.BgClassName
{
background-color: #F59A8A;
}
</style>
border-color css
<style>
span { border-color: #F59A8A; }
span { border-color: rgb(245,154,138); }
td.TdClassName
{
border-color: #F59A8A;
}
.TagClassName
{
border-color: #F59A8A;
}
</style>