Shades of Mona Lisa #F9A08A
Tints of Mona Lisa #F9A08A
RGB
CMYK
RGB Variations
Color information
#F9A08A (or 0xF9A08A) is known color: Mona Lisa. HEX triplet: F9, A0 and 8A. RGB value is (249,160,138). Sum of RGB (Red+Green+Blue) = 249+160+138=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A08A is #065F75. Grayscale: #B8B8B8. Windows color (decimal): -417654 or 9085177. OLE color: 9085177.
HSL color Cylindrical-coordinate representation of color #F9A08A: hue angle of 11.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9A08A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 138 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 11.89º | 0.9% | 0.76% | - |
| HSV(B) | 11.89º | 0.45% | 0.98% | - |
| XYZ | 56.23 | 47.12 | 30.18 | - |
| YUV | 184.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 138 | 0 | 0.36 | 0.45 | 0.02 | 11.89 | 0.9 | 0.76 |
| Hex | F9 | A0 | 8A | 0 | 24 | 2D | 2 | C | 5A | 4C |
| Octal | 371 | 240 | 212 | 0 | 44 | 55 | 2 | 14 | 132 | 114 |
| Binary | 11111001 | 10100000 | 10001010 | 0 | 100100 | 101101 | 10 | 1100 | 1011010 | 1001100 |
Color Harmonies of #F9A08A
Complementary color
Monochromatic Colors of #F9A08A
Black with #F9A08A
Text Example
Text Example
White with #F9A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A08A; }
p { color: rgb(249,160,138); }
H1.HeaderClassName
{
color: #F9A08A;
}
.AnyTagClassName
{
color: #F9A08A;
}
</style>
background-color css
<style>
a { background-color: #F9A08A; }
a { background-color: rgb(249,160,138); }
div.DivClassName
{
background-color: #F9A08A;
}
.BgClassName
{
background-color: #F9A08A;
}
</style>
border-color css
<style>
span { border-color: #F9A08A; }
span { border-color: rgb(249,160,138); }
td.TdClassName
{
border-color: #F9A08A;
}
.TagClassName
{
border-color: #F9A08A;
}
</style>