Shades of Mona Lisa #F29685
Tints of Mona Lisa #F29685
RGB
CMYK
RGB Variations
Color information
#F29685 (or 0xF29685) is known color: Mona Lisa. HEX triplet: F2, 96 and 85. RGB value is (242,150,133). Sum of RGB (Red+Green+Blue) = 242+150+133=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F29685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29685 is #0D697A. Grayscale: #AFAFAF. Windows color (decimal): -878971 or 8754930. OLE color: 8754930.
HSL color Cylindrical-coordinate representation of color #F29685: hue angle of 9.36º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F29685 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 133 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.05 |
| HSL | 9.36º | 0.81% | 0.74% | - |
| HSV(B) | 9.36º | 0.45% | 0.95% | - |
| XYZ | 51.76 | 42.38 | 27.64 | - |
| YUV | 175.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 133 | 0 | 0.38 | 0.45 | 0.05 | 9.36 | 0.81 | 0.74 |
| Hex | F2 | 96 | 85 | 0 | 26 | 2D | 5 | 9 | 51 | 4A |
| Octal | 362 | 226 | 205 | 0 | 46 | 55 | 5 | 11 | 121 | 112 |
| Binary | 11110010 | 10010110 | 10000101 | 0 | 100110 | 101101 | 101 | 1001 | 1010001 | 1001010 |
Color Harmonies of #F29685
Complementary color
Monochromatic Colors of #F29685
Black with #F29685
Text Example
Text Example
White with #F29685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29685; }
p { color: rgb(242,150,133); }
H1.HeaderClassName
{
color: #F29685;
}
.AnyTagClassName
{
color: #F29685;
}
</style>
background-color css
<style>
a { background-color: #F29685; }
a { background-color: rgb(242,150,133); }
div.DivClassName
{
background-color: #F29685;
}
.BgClassName
{
background-color: #F29685;
}
</style>
border-color css
<style>
span { border-color: #F29685; }
span { border-color: rgb(242,150,133); }
td.TdClassName
{
border-color: #F29685;
}
.TagClassName
{
border-color: #F29685;
}
</style>