Shades of Mona Lisa #F6A08F
Tints of Mona Lisa #F6A08F
RGB
CMYK
RGB Variations
Color information
#F6A08F (or 0xF6A08F) is known color: Mona Lisa. HEX triplet: F6, A0 and 8F. RGB value is (246,160,143). Sum of RGB (Red+Green+Blue) = 246+160+143=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A08F is #095F70. Grayscale: #B7B7B7. Windows color (decimal): -614257 or 9412854. OLE color: 9412854.
HSL color Cylindrical-coordinate representation of color #F6A08F: hue angle of 9.9º degrees, saturation: 0.85, 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 #F6A08F is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 143 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.04 |
| HSL | 9.9º | 0.85% | 0.76% | - |
| HSV(B) | 9.9º | 0.42% | 0.96% | - |
| XYZ | 55.53 | 46.72 | 32.08 | - |
| YUV | 183.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 143 | 0 | 0.35 | 0.42 | 0.04 | 9.9 | 0.85 | 0.76 |
| Hex | F6 | A0 | 8F | 0 | 23 | 2A | 4 | A | 55 | 4C |
| Octal | 366 | 240 | 217 | 0 | 43 | 52 | 4 | 12 | 125 | 114 |
| Binary | 11110110 | 10100000 | 10001111 | 0 | 100011 | 101010 | 100 | 1010 | 1010101 | 1001100 |
Color Harmonies of #F6A08F
Complementary color
Monochromatic Colors of #F6A08F
Black with #F6A08F
Text Example
Text Example
White with #F6A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A08F; }
p { color: rgb(246,160,143); }
H1.HeaderClassName
{
color: #F6A08F;
}
.AnyTagClassName
{
color: #F6A08F;
}
</style>
background-color css
<style>
a { background-color: #F6A08F; }
a { background-color: rgb(246,160,143); }
div.DivClassName
{
background-color: #F6A08F;
}
.BgClassName
{
background-color: #F6A08F;
}
</style>
border-color css
<style>
span { border-color: #F6A08F; }
span { border-color: rgb(246,160,143); }
td.TdClassName
{
border-color: #F6A08F;
}
.TagClassName
{
border-color: #F6A08F;
}
</style>