Shades of Mona Lisa #F49A88
Tints of Mona Lisa #F49A88
RGB
CMYK
RGB Variations
Color information
#F49A88 (or 0xF49A88) is known color: Mona Lisa. HEX triplet: F4, 9A and 88. RGB value is (244,154,136). Sum of RGB (Red+Green+Blue) = 244+154+136=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A88 is #0B6577. Grayscale: #B3B3B3. Windows color (decimal): -746872 or 8952564. OLE color: 8952564.
HSL color Cylindrical-coordinate representation of color #F49A88: hue angle of 10º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F49A88 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 136 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.04 |
| HSL | 10º | 0.83% | 0.75% | - |
| HSV(B) | 10º | 0.44% | 0.96% | - |
| XYZ | 53.31 | 44.12 | 29 | - |
| YUV | 178.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 136 | 0 | 0.37 | 0.44 | 0.04 | 10 | 0.83 | 0.75 |
| Hex | F4 | 9A | 88 | 0 | 25 | 2C | 4 | A | 53 | 4B |
| Octal | 364 | 232 | 210 | 0 | 45 | 54 | 4 | 12 | 123 | 113 |
| Binary | 11110100 | 10011010 | 10001000 | 0 | 100101 | 101100 | 100 | 1010 | 1010011 | 1001011 |
Color Harmonies of #F49A88
Complementary color
Monochromatic Colors of #F49A88
Black with #F49A88
Text Example
Text Example
White with #F49A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A88; }
p { color: rgb(244,154,136); }
H1.HeaderClassName
{
color: #F49A88;
}
.AnyTagClassName
{
color: #F49A88;
}
</style>
background-color css
<style>
a { background-color: #F49A88; }
a { background-color: rgb(244,154,136); }
div.DivClassName
{
background-color: #F49A88;
}
.BgClassName
{
background-color: #F49A88;
}
</style>
border-color css
<style>
span { border-color: #F49A88; }
span { border-color: rgb(244,154,136); }
td.TdClassName
{
border-color: #F49A88;
}
.TagClassName
{
border-color: #F49A88;
}
</style>