Shades of Mona Lisa #F49B8D
Tints of Mona Lisa #F49B8D
RGB
CMYK
RGB Variations
Color information
#F49B8D (or 0xF49B8D) is known color: Mona Lisa. HEX triplet: F4, 9B and 8D. RGB value is (244,155,141). Sum of RGB (Red+Green+Blue) = 244+155+141=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49B8D is #0B6472. Grayscale: #B4B4B4. Windows color (decimal): -746611 or 9280500. OLE color: 9280500.
HSL color Cylindrical-coordinate representation of color #F49B8D: hue angle of 8.16º 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 #F49B8D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 141 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.04 |
| HSL | 8.16º | 0.82% | 0.75% | - |
| HSV(B) | 8.16º | 0.42% | 0.96% | - |
| XYZ | 53.84 | 44.6 | 30.97 | - |
| YUV | 180.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 141 | 0 | 0.36 | 0.42 | 0.04 | 8.16 | 0.82 | 0.75 |
| Hex | F4 | 9B | 8D | 0 | 24 | 2A | 4 | 8 | 52 | 4B |
| Octal | 364 | 233 | 215 | 0 | 44 | 52 | 4 | 10 | 122 | 113 |
| Binary | 11110100 | 10011011 | 10001101 | 0 | 100100 | 101010 | 100 | 1000 | 1010010 | 1001011 |
Color Harmonies of #F49B8D
Complementary color
Monochromatic Colors of #F49B8D
Black with #F49B8D
Text Example
Text Example
White with #F49B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49B8D; }
p { color: rgb(244,155,141); }
H1.HeaderClassName
{
color: #F49B8D;
}
.AnyTagClassName
{
color: #F49B8D;
}
</style>
background-color css
<style>
a { background-color: #F49B8D; }
a { background-color: rgb(244,155,141); }
div.DivClassName
{
background-color: #F49B8D;
}
.BgClassName
{
background-color: #F49B8D;
}
</style>
border-color css
<style>
span { border-color: #F49B8D; }
span { border-color: rgb(244,155,141); }
td.TdClassName
{
border-color: #F49B8D;
}
.TagClassName
{
border-color: #F49B8D;
}
</style>