Shades of Mona Lisa #F9A08C
Tints of Mona Lisa #F9A08C
RGB
CMYK
RGB Variations
Color information
#F9A08C (or 0xF9A08C) is known color: Mona Lisa. HEX triplet: F9, A0 and 8C. RGB value is (249,160,140). Sum of RGB (Red+Green+Blue) = 249+160+140=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A08C is #065F73. Grayscale: #B8B8B8. Windows color (decimal): -417652 or 9216249. OLE color: 9216249.
HSL color Cylindrical-coordinate representation of color #F9A08C: hue angle of 11.01º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9A08C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 140 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.02 |
| HSL | 11.01º | 0.9% | 0.76% | - |
| HSV(B) | 11.01º | 0.44% | 0.98% | - |
| XYZ | 56.37 | 47.17 | 30.95 | - |
| YUV | 184.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 140 | 0 | 0.36 | 0.44 | 0.02 | 11.01 | 0.9 | 0.76 |
| Hex | F9 | A0 | 8C | 0 | 24 | 2C | 2 | B | 5A | 4C |
| Octal | 371 | 240 | 214 | 0 | 44 | 54 | 2 | 13 | 132 | 114 |
| Binary | 11111001 | 10100000 | 10001100 | 0 | 100100 | 101100 | 10 | 1011 | 1011010 | 1001100 |
Color Harmonies of #F9A08C
Complementary color
Monochromatic Colors of #F9A08C
Black with #F9A08C
Text Example
Text Example
White with #F9A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A08C; }
p { color: rgb(249,160,140); }
H1.HeaderClassName
{
color: #F9A08C;
}
.AnyTagClassName
{
color: #F9A08C;
}
</style>
background-color css
<style>
a { background-color: #F9A08C; }
a { background-color: rgb(249,160,140); }
div.DivClassName
{
background-color: #F9A08C;
}
.BgClassName
{
background-color: #F9A08C;
}
</style>
border-color css
<style>
span { border-color: #F9A08C; }
span { border-color: rgb(249,160,140); }
td.TdClassName
{
border-color: #F9A08C;
}
.TagClassName
{
border-color: #F9A08C;
}
</style>