Shades of Mona Lisa #F69A8A
Tints of Mona Lisa #F69A8A
RGB
CMYK
RGB Variations
Color information
#F69A8A (or 0xF69A8A) is known color: Mona Lisa. HEX triplet: F6, 9A and 8A. RGB value is (246,154,138). Sum of RGB (Red+Green+Blue) = 246+154+138=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A8A is #096575. Grayscale: #B3B3B3. Windows color (decimal): -615798 or 9083638. OLE color: 9083638.
HSL color Cylindrical-coordinate representation of color #F69A8A: hue angle of 8.89º 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 #F69A8A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 138 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.04 |
| HSL | 8.89º | 0.86% | 0.75% | - |
| HSV(B) | 8.89º | 0.44% | 0.96% | - |
| XYZ | 54.15 | 44.54 | 29.79 | - |
| YUV | 179.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 138 | 0 | 0.37 | 0.44 | 0.04 | 8.89 | 0.86 | 0.75 |
| Hex | F6 | 9A | 8A | 0 | 25 | 2C | 4 | 9 | 56 | 4B |
| Octal | 366 | 232 | 212 | 0 | 45 | 54 | 4 | 11 | 126 | 113 |
| Binary | 11110110 | 10011010 | 10001010 | 0 | 100101 | 101100 | 100 | 1001 | 1010110 | 1001011 |
Color Harmonies of #F69A8A
Complementary color
Monochromatic Colors of #F69A8A
Black with #F69A8A
Text Example
Text Example
White with #F69A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A8A; }
p { color: rgb(246,154,138); }
H1.HeaderClassName
{
color: #F69A8A;
}
.AnyTagClassName
{
color: #F69A8A;
}
</style>
background-color css
<style>
a { background-color: #F69A8A; }
a { background-color: rgb(246,154,138); }
div.DivClassName
{
background-color: #F69A8A;
}
.BgClassName
{
background-color: #F69A8A;
}
</style>
border-color css
<style>
span { border-color: #F69A8A; }
span { border-color: rgb(246,154,138); }
td.TdClassName
{
border-color: #F69A8A;
}
.TagClassName
{
border-color: #F69A8A;
}
</style>