Shades of Mona Lisa #F29888
Tints of Mona Lisa #F29888
RGB
CMYK
RGB Variations
Color information
#F29888 (or 0xF29888) is known color: Mona Lisa. HEX triplet: F2, 98 and 88. RGB value is (242,152,136). Sum of RGB (Red+Green+Blue) = 242+152+136=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F29888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29888 is #0D6777. Grayscale: #B1B1B1. Windows color (decimal): -878456 or 8952050. OLE color: 8952050.
HSL color Cylindrical-coordinate representation of color #F29888: hue angle of 9.06º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F29888 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 136 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.05 |
| HSL | 9.06º | 0.8% | 0.74% | - |
| HSV(B) | 9.06º | 0.44% | 0.95% | - |
| XYZ | 52.29 | 43.11 | 28.86 | - |
| YUV | 177.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 136 | 0 | 0.37 | 0.44 | 0.05 | 9.06 | 0.8 | 0.74 |
| Hex | F2 | 98 | 88 | 0 | 25 | 2C | 5 | 9 | 50 | 4A |
| Octal | 362 | 230 | 210 | 0 | 45 | 54 | 5 | 11 | 120 | 112 |
| Binary | 11110010 | 10011000 | 10001000 | 0 | 100101 | 101100 | 101 | 1001 | 1010000 | 1001010 |
Color Harmonies of #F29888
Complementary color
Monochromatic Colors of #F29888
Black with #F29888
Text Example
Text Example
White with #F29888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29888; }
p { color: rgb(242,152,136); }
H1.HeaderClassName
{
color: #F29888;
}
.AnyTagClassName
{
color: #F29888;
}
</style>
background-color css
<style>
a { background-color: #F29888; }
a { background-color: rgb(242,152,136); }
div.DivClassName
{
background-color: #F29888;
}
.BgClassName
{
background-color: #F29888;
}
</style>
border-color css
<style>
span { border-color: #F29888; }
span { border-color: rgb(242,152,136); }
td.TdClassName
{
border-color: #F29888;
}
.TagClassName
{
border-color: #F29888;
}
</style>