Shades of Mona Lisa #F69885
Tints of Mona Lisa #F69885
RGB
CMYK
RGB Variations
Color information
#F69885 (or 0xF69885) is known color: Mona Lisa. HEX triplet: F6, 98 and 85. RGB value is (246,152,133). Sum of RGB (Red+Green+Blue) = 246+152+133=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F69885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69885 is #09677A. Grayscale: #B2B2B2. Windows color (decimal): -616315 or 8755446. OLE color: 8755446.
HSL color Cylindrical-coordinate representation of color #F69885: hue angle of 10.09º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F69885 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 133 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.04 |
| HSL | 10.09º | 0.86% | 0.74% | - |
| HSV(B) | 10.09º | 0.46% | 0.96% | - |
| XYZ | 53.47 | 43.74 | 27.82 | - |
| YUV | 177.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 133 | 0 | 0.38 | 0.46 | 0.04 | 10.09 | 0.86 | 0.74 |
| Hex | F6 | 98 | 85 | 0 | 26 | 2E | 4 | A | 56 | 4A |
| Octal | 366 | 230 | 205 | 0 | 46 | 56 | 4 | 12 | 126 | 112 |
| Binary | 11110110 | 10011000 | 10000101 | 0 | 100110 | 101110 | 100 | 1010 | 1010110 | 1001010 |
Color Harmonies of #F69885
Complementary color
Monochromatic Colors of #F69885
Black with #F69885
Text Example
Text Example
White with #F69885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69885; }
p { color: rgb(246,152,133); }
H1.HeaderClassName
{
color: #F69885;
}
.AnyTagClassName
{
color: #F69885;
}
</style>
background-color css
<style>
a { background-color: #F69885; }
a { background-color: rgb(246,152,133); }
div.DivClassName
{
background-color: #F69885;
}
.BgClassName
{
background-color: #F69885;
}
</style>
border-color css
<style>
span { border-color: #F69885; }
span { border-color: rgb(246,152,133); }
td.TdClassName
{
border-color: #F69885;
}
.TagClassName
{
border-color: #F69885;
}
</style>