Shades of Mona Lisa #F4A08E
Tints of Mona Lisa #F4A08E
RGB
CMYK
RGB Variations
Color information
#F4A08E (or 0xF4A08E) is known color: Mona Lisa. HEX triplet: F4, A0 and 8E. RGB value is (244,160,142). Sum of RGB (Red+Green+Blue) = 244+160+142=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A08E is #0B5F71. Grayscale: #B7B7B7. Windows color (decimal): -745330 or 9347316. OLE color: 9347316.
HSL color Cylindrical-coordinate representation of color #F4A08E: hue angle of 10.59º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4A08E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 142 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.04 |
| HSL | 10.59º | 0.82% | 0.76% | - |
| HSV(B) | 10.59º | 0.42% | 0.96% | - |
| XYZ | 54.76 | 46.33 | 31.65 | - |
| YUV | 183.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 142 | 0 | 0.34 | 0.42 | 0.04 | 10.59 | 0.82 | 0.76 |
| Hex | F4 | A0 | 8E | 0 | 22 | 2A | 4 | B | 52 | 4C |
| Octal | 364 | 240 | 216 | 0 | 42 | 52 | 4 | 13 | 122 | 114 |
| Binary | 11110100 | 10100000 | 10001110 | 0 | 100010 | 101010 | 100 | 1011 | 1010010 | 1001100 |
Color Harmonies of #F4A08E
Complementary color
Monochromatic Colors of #F4A08E
Black with #F4A08E
Text Example
Text Example
White with #F4A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A08E; }
p { color: rgb(244,160,142); }
H1.HeaderClassName
{
color: #F4A08E;
}
.AnyTagClassName
{
color: #F4A08E;
}
</style>
background-color css
<style>
a { background-color: #F4A08E; }
a { background-color: rgb(244,160,142); }
div.DivClassName
{
background-color: #F4A08E;
}
.BgClassName
{
background-color: #F4A08E;
}
</style>
border-color css
<style>
span { border-color: #F4A08E; }
span { border-color: rgb(244,160,142); }
td.TdClassName
{
border-color: #F4A08E;
}
.TagClassName
{
border-color: #F4A08E;
}
</style>