Shades of Mona Lisa #F49685
Tints of Mona Lisa #F49685
RGB
CMYK
RGB Variations
Color information
#F49685 (or 0xF49685) is known color: Mona Lisa. HEX triplet: F4, 96 and 85. RGB value is (244,150,133). Sum of RGB (Red+Green+Blue) = 244+150+133=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F49685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49685 is #0B697A. Grayscale: #B0B0B0. Windows color (decimal): -747899 or 8754932. OLE color: 8754932.
HSL color Cylindrical-coordinate representation of color #F49685: hue angle of 9.19º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F49685 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 133 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.04 |
| HSL | 9.19º | 0.83% | 0.74% | - |
| HSV(B) | 9.19º | 0.45% | 0.96% | - |
| XYZ | 52.45 | 42.74 | 27.68 | - |
| YUV | 176.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 133 | 0 | 0.39 | 0.45 | 0.04 | 9.19 | 0.83 | 0.74 |
| Hex | F4 | 96 | 85 | 0 | 27 | 2D | 4 | 9 | 53 | 4A |
| Octal | 364 | 226 | 205 | 0 | 47 | 55 | 4 | 11 | 123 | 112 |
| Binary | 11110100 | 10010110 | 10000101 | 0 | 100111 | 101101 | 100 | 1001 | 1010011 | 1001010 |
Color Harmonies of #F49685
Complementary color
Monochromatic Colors of #F49685
Black with #F49685
Text Example
Text Example
White with #F49685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49685; }
p { color: rgb(244,150,133); }
H1.HeaderClassName
{
color: #F49685;
}
.AnyTagClassName
{
color: #F49685;
}
</style>
background-color css
<style>
a { background-color: #F49685; }
a { background-color: rgb(244,150,133); }
div.DivClassName
{
background-color: #F49685;
}
.BgClassName
{
background-color: #F49685;
}
</style>
border-color css
<style>
span { border-color: #F49685; }
span { border-color: rgb(244,150,133); }
td.TdClassName
{
border-color: #F49685;
}
.TagClassName
{
border-color: #F49685;
}
</style>