Shades of Mona Lisa #F49A8D
Tints of Mona Lisa #F49A8D
RGB
CMYK
RGB Variations
Color information
#F49A8D (or 0xF49A8D) is known color: Mona Lisa. HEX triplet: F4, 9A and 8D. RGB value is (244,154,141). Sum of RGB (Red+Green+Blue) = 244+154+141=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A8D is #0B6572. Grayscale: #B3B3B3. Windows color (decimal): -746867 or 9280244. OLE color: 9280244.
HSL color Cylindrical-coordinate representation of color #F49A8D: hue angle of 7.57º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F49A8D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 141 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.04 |
| HSL | 7.57º | 0.82% | 0.75% | - |
| HSV(B) | 7.57º | 0.42% | 0.96% | - |
| XYZ | 53.67 | 44.27 | 30.91 | - |
| YUV | 179.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 141 | 0 | 0.37 | 0.42 | 0.04 | 7.57 | 0.82 | 0.75 |
| Hex | F4 | 9A | 8D | 0 | 25 | 2A | 4 | 8 | 52 | 4B |
| Octal | 364 | 232 | 215 | 0 | 45 | 52 | 4 | 10 | 122 | 113 |
| Binary | 11110100 | 10011010 | 10001101 | 0 | 100101 | 101010 | 100 | 1000 | 1010010 | 1001011 |
Color Harmonies of #F49A8D
Complementary color
Monochromatic Colors of #F49A8D
Black with #F49A8D
Text Example
Text Example
White with #F49A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A8D; }
p { color: rgb(244,154,141); }
H1.HeaderClassName
{
color: #F49A8D;
}
.AnyTagClassName
{
color: #F49A8D;
}
</style>
background-color css
<style>
a { background-color: #F49A8D; }
a { background-color: rgb(244,154,141); }
div.DivClassName
{
background-color: #F49A8D;
}
.BgClassName
{
background-color: #F49A8D;
}
</style>
border-color css
<style>
span { border-color: #F49A8D; }
span { border-color: rgb(244,154,141); }
td.TdClassName
{
border-color: #F49A8D;
}
.TagClassName
{
border-color: #F49A8D;
}
</style>