Shades of Mona Lisa #F3A092
Tints of Mona Lisa #F3A092
RGB
CMYK
RGB Variations
Color information
#F3A092 (or 0xF3A092) is known color: Mona Lisa. HEX triplet: F3, A0 and 92. RGB value is (243,160,146). Sum of RGB (Red+Green+Blue) = 243+160+146=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A092 is #0C5F6D. Grayscale: #B7B7B7. Windows color (decimal): -810862 or 9609459. OLE color: 9609459.
HSL color Cylindrical-coordinate representation of color #F3A092: hue angle of 8.66º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3A092 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 146 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.05 |
| HSL | 8.66º | 0.8% | 0.76% | - |
| HSV(B) | 8.66º | 0.4% | 0.95% | - |
| XYZ | 54.72 | 46.27 | 33.24 | - |
| YUV | 183.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 146 | 0 | 0.34 | 0.40 | 0.05 | 8.66 | 0.8 | 0.76 |
| Hex | F3 | A0 | 92 | 0 | 22 | 28 | 5 | 9 | 50 | 4C |
| Octal | 363 | 240 | 222 | 0 | 42 | 50 | 5 | 11 | 120 | 114 |
| Binary | 11110011 | 10100000 | 10010010 | 0 | 100010 | 101000 | 101 | 1001 | 1010000 | 1001100 |
Color Harmonies of #F3A092
Complementary color
Monochromatic Colors of #F3A092
Black with #F3A092
Text Example
Text Example
White with #F3A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A092; }
p { color: rgb(243,160,146); }
H1.HeaderClassName
{
color: #F3A092;
}
.AnyTagClassName
{
color: #F3A092;
}
</style>
background-color css
<style>
a { background-color: #F3A092; }
a { background-color: rgb(243,160,146); }
div.DivClassName
{
background-color: #F3A092;
}
.BgClassName
{
background-color: #F3A092;
}
</style>
border-color css
<style>
span { border-color: #F3A092; }
span { border-color: rgb(243,160,146); }
td.TdClassName
{
border-color: #F3A092;
}
.TagClassName
{
border-color: #F3A092;
}
</style>