Shades of Mona Lisa #F49E8D
Tints of Mona Lisa #F49E8D
RGB
CMYK
RGB Variations
Color information
#F49E8D (or 0xF49E8D) is known color: Mona Lisa. HEX triplet: F4, 9E and 8D. RGB value is (244,158,141). Sum of RGB (Red+Green+Blue) = 244+158+141=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F49E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49E8D is #0B6172. Grayscale: #B5B5B5. Windows color (decimal): -745843 or 9281268. OLE color: 9281268.
HSL color Cylindrical-coordinate representation of color #F49E8D: hue angle of 9.9º 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 #F49E8D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 141 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.04 |
| HSL | 9.9º | 0.82% | 0.75% | - |
| HSV(B) | 9.9º | 0.42% | 0.96% | - |
| XYZ | 54.34 | 45.61 | 31.14 | - |
| YUV | 181.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 141 | 0 | 0.35 | 0.42 | 0.04 | 9.9 | 0.82 | 0.75 |
| Hex | F4 | 9E | 8D | 0 | 23 | 2A | 4 | A | 52 | 4B |
| Octal | 364 | 236 | 215 | 0 | 43 | 52 | 4 | 12 | 122 | 113 |
| Binary | 11110100 | 10011110 | 10001101 | 0 | 100011 | 101010 | 100 | 1010 | 1010010 | 1001011 |
Color Harmonies of #F49E8D
Complementary color
Monochromatic Colors of #F49E8D
Black with #F49E8D
Text Example
Text Example
White with #F49E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49E8D; }
p { color: rgb(244,158,141); }
H1.HeaderClassName
{
color: #F49E8D;
}
.AnyTagClassName
{
color: #F49E8D;
}
</style>
background-color css
<style>
a { background-color: #F49E8D; }
a { background-color: rgb(244,158,141); }
div.DivClassName
{
background-color: #F49E8D;
}
.BgClassName
{
background-color: #F49E8D;
}
</style>
border-color css
<style>
span { border-color: #F49E8D; }
span { border-color: rgb(244,158,141); }
td.TdClassName
{
border-color: #F49E8D;
}
.TagClassName
{
border-color: #F49E8D;
}
</style>