Shades of Mona Lisa #F49C8C
Tints of Mona Lisa #F49C8C
RGB
CMYK
RGB Variations
Color information
#F49C8C (or 0xF49C8C) is known color: Mona Lisa. HEX triplet: F4, 9C and 8C. RGB value is (244,156,140). Sum of RGB (Red+Green+Blue) = 244+156+140=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49C8C is #0B6373. Grayscale: #B4B4B4. Windows color (decimal): -746356 or 9215220. OLE color: 9215220.
HSL color Cylindrical-coordinate representation of color #F49C8C: hue angle of 9.23º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F49C8C is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 140 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.04 |
| HSL | 9.23º | 0.83% | 0.75% | - |
| HSV(B) | 9.23º | 0.43% | 0.96% | - |
| XYZ | 53.93 | 44.9 | 30.64 | - |
| YUV | 180.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 140 | 0 | 0.36 | 0.43 | 0.04 | 9.23 | 0.83 | 0.75 |
| Hex | F4 | 9C | 8C | 0 | 24 | 2B | 4 | 9 | 53 | 4B |
| Octal | 364 | 234 | 214 | 0 | 44 | 53 | 4 | 11 | 123 | 113 |
| Binary | 11110100 | 10011100 | 10001100 | 0 | 100100 | 101011 | 100 | 1001 | 1010011 | 1001011 |
Color Harmonies of #F49C8C
Complementary color
Monochromatic Colors of #F49C8C
Black with #F49C8C
Text Example
Text Example
White with #F49C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49C8C; }
p { color: rgb(244,156,140); }
H1.HeaderClassName
{
color: #F49C8C;
}
.AnyTagClassName
{
color: #F49C8C;
}
</style>
background-color css
<style>
a { background-color: #F49C8C; }
a { background-color: rgb(244,156,140); }
div.DivClassName
{
background-color: #F49C8C;
}
.BgClassName
{
background-color: #F49C8C;
}
</style>
border-color css
<style>
span { border-color: #F49C8C; }
span { border-color: rgb(244,156,140); }
td.TdClassName
{
border-color: #F49C8C;
}
.TagClassName
{
border-color: #F49C8C;
}
</style>