Shades of Mona Lisa #F49D8D
Tints of Mona Lisa #F49D8D
RGB
CMYK
RGB Variations
Color information
#F49D8D (or 0xF49D8D) is known color: Mona Lisa. HEX triplet: F4, 9D and 8D. RGB value is (244,157,141). Sum of RGB (Red+Green+Blue) = 244+157+141=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49D8D is #0B6272. Grayscale: #B5B5B5. Windows color (decimal): -746099 or 9281012. OLE color: 9281012.
HSL color Cylindrical-coordinate representation of color #F49D8D: hue angle of 9.32º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F49D8D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 141 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.04 |
| HSL | 9.32º | 0.82% | 0.75% | - |
| HSV(B) | 9.32º | 0.42% | 0.96% | - |
| XYZ | 54.17 | 45.27 | 31.08 | - |
| YUV | 181.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 141 | 0 | 0.36 | 0.42 | 0.04 | 9.32 | 0.82 | 0.75 |
| Hex | F4 | 9D | 8D | 0 | 24 | 2A | 4 | 9 | 52 | 4B |
| Octal | 364 | 235 | 215 | 0 | 44 | 52 | 4 | 11 | 122 | 113 |
| Binary | 11110100 | 10011101 | 10001101 | 0 | 100100 | 101010 | 100 | 1001 | 1010010 | 1001011 |
Color Harmonies of #F49D8D
Complementary color
Monochromatic Colors of #F49D8D
Black with #F49D8D
Text Example
Text Example
White with #F49D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D8D; }
p { color: rgb(244,157,141); }
H1.HeaderClassName
{
color: #F49D8D;
}
.AnyTagClassName
{
color: #F49D8D;
}
</style>
background-color css
<style>
a { background-color: #F49D8D; }
a { background-color: rgb(244,157,141); }
div.DivClassName
{
background-color: #F49D8D;
}
.BgClassName
{
background-color: #F49D8D;
}
</style>
border-color css
<style>
span { border-color: #F49D8D; }
span { border-color: rgb(244,157,141); }
td.TdClassName
{
border-color: #F49D8D;
}
.TagClassName
{
border-color: #F49D8D;
}
</style>