Shades of Mona Lisa #F69C92
Tints of Mona Lisa #F69C92
RGB
CMYK
RGB Variations
Color information
#F69C92 (or 0xF69C92) is known color: Mona Lisa. HEX triplet: F6, 9C and 92. RGB value is (246,156,146). Sum of RGB (Red+Green+Blue) = 246+156+146=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C92 is #09636D. Grayscale: #B5B5B5. Windows color (decimal): -615278 or 9608438. OLE color: 9608438.
HSL color Cylindrical-coordinate representation of color #F69C92: hue angle of 6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69C92 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 146 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.04 |
| HSL | 6º | 0.85% | 0.77% | - |
| HSV(B) | 6º | 0.41% | 0.96% | - |
| XYZ | 55.08 | 45.45 | 33.06 | - |
| YUV | 181.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 146 | 0 | 0.37 | 0.41 | 0.04 | 6 | 0.85 | 0.77 |
| Hex | F6 | 9C | 92 | 0 | 25 | 29 | 4 | 6 | 55 | 4D |
| Octal | 366 | 234 | 222 | 0 | 45 | 51 | 4 | 6 | 125 | 115 |
| Binary | 11110110 | 10011100 | 10010010 | 0 | 100101 | 101001 | 100 | 110 | 1010101 | 1001101 |
Color Harmonies of #F69C92
Complementary color
Monochromatic Colors of #F69C92
Black with #F69C92
Text Example
Text Example
White with #F69C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C92; }
p { color: rgb(246,156,146); }
H1.HeaderClassName
{
color: #F69C92;
}
.AnyTagClassName
{
color: #F69C92;
}
</style>
background-color css
<style>
a { background-color: #F69C92; }
a { background-color: rgb(246,156,146); }
div.DivClassName
{
background-color: #F69C92;
}
.BgClassName
{
background-color: #F69C92;
}
</style>
border-color css
<style>
span { border-color: #F69C92; }
span { border-color: rgb(246,156,146); }
td.TdClassName
{
border-color: #F69C92;
}
.TagClassName
{
border-color: #F69C92;
}
</style>