Shades of Mona Lisa #F49A8A
Tints of Mona Lisa #F49A8A
RGB
CMYK
RGB Variations
Color information
#F49A8A (or 0xF49A8A) is known color: Mona Lisa. HEX triplet: F4, 9A and 8A. RGB value is (244,154,138). Sum of RGB (Red+Green+Blue) = 244+154+138=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A8A is #0B6575. Grayscale: #B3B3B3. Windows color (decimal): -746870 or 9083636. OLE color: 9083636.
HSL color Cylindrical-coordinate representation of color #F49A8A: hue angle of 9.06º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F49A8A is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 138 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 9.06º | 0.83% | 0.75% | - |
| HSV(B) | 9.06º | 0.43% | 0.96% | - |
| XYZ | 53.45 | 44.18 | 29.76 | - |
| YUV | 179.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 138 | 0 | 0.37 | 0.43 | 0.04 | 9.06 | 0.83 | 0.75 |
| Hex | F4 | 9A | 8A | 0 | 25 | 2B | 4 | 9 | 53 | 4B |
| Octal | 364 | 232 | 212 | 0 | 45 | 53 | 4 | 11 | 123 | 113 |
| Binary | 11110100 | 10011010 | 10001010 | 0 | 100101 | 101011 | 100 | 1001 | 1010011 | 1001011 |
Color Harmonies of #F49A8A
Complementary color
Monochromatic Colors of #F49A8A
Black with #F49A8A
Text Example
Text Example
White with #F49A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A8A; }
p { color: rgb(244,154,138); }
H1.HeaderClassName
{
color: #F49A8A;
}
.AnyTagClassName
{
color: #F49A8A;
}
</style>
background-color css
<style>
a { background-color: #F49A8A; }
a { background-color: rgb(244,154,138); }
div.DivClassName
{
background-color: #F49A8A;
}
.BgClassName
{
background-color: #F49A8A;
}
</style>
border-color css
<style>
span { border-color: #F49A8A; }
span { border-color: rgb(244,154,138); }
td.TdClassName
{
border-color: #F49A8A;
}
.TagClassName
{
border-color: #F49A8A;
}
</style>