Shades of Mona Lisa #F69689
Tints of Mona Lisa #F69689
RGB
CMYK
RGB Variations
Color information
#F69689 (or 0xF69689) is known color: Mona Lisa. HEX triplet: F6, 96 and 89. RGB value is (246,150,137). Sum of RGB (Red+Green+Blue) = 246+150+137=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F69689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69689 is #096976. Grayscale: #B1B1B1. Windows color (decimal): -616823 or 9017078. OLE color: 9017078.
HSL color Cylindrical-coordinate representation of color #F69689: hue angle of 7.16º degrees, saturation: 0.86, 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 #F69689 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 137 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.04 |
| HSL | 7.16º | 0.86% | 0.75% | - |
| HSV(B) | 7.16º | 0.44% | 0.96% | - |
| XYZ | 53.43 | 43.21 | 29.19 | - |
| YUV | 177.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 137 | 0 | 0.39 | 0.44 | 0.04 | 7.16 | 0.86 | 0.75 |
| Hex | F6 | 96 | 89 | 0 | 27 | 2C | 4 | 7 | 56 | 4B |
| Octal | 366 | 226 | 211 | 0 | 47 | 54 | 4 | 7 | 126 | 113 |
| Binary | 11110110 | 10010110 | 10001001 | 0 | 100111 | 101100 | 100 | 111 | 1010110 | 1001011 |
Color Harmonies of #F69689
Complementary color
Monochromatic Colors of #F69689
Black with #F69689
Text Example
Text Example
White with #F69689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69689; }
p { color: rgb(246,150,137); }
H1.HeaderClassName
{
color: #F69689;
}
.AnyTagClassName
{
color: #F69689;
}
</style>
background-color css
<style>
a { background-color: #F69689; }
a { background-color: rgb(246,150,137); }
div.DivClassName
{
background-color: #F69689;
}
.BgClassName
{
background-color: #F69689;
}
</style>
border-color css
<style>
span { border-color: #F69689; }
span { border-color: rgb(246,150,137); }
td.TdClassName
{
border-color: #F69689;
}
.TagClassName
{
border-color: #F69689;
}
</style>