Shades of Mona Lisa #F69C8A
Tints of Mona Lisa #F69C8A
RGB
CMYK
RGB Variations
Color information
#F69C8A (or 0xF69C8A) is known color: Mona Lisa. HEX triplet: F6, 9C and 8A. RGB value is (246,156,138). Sum of RGB (Red+Green+Blue) = 246+156+138=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C8A is #096375. Grayscale: #B5B5B5. Windows color (decimal): -615286 or 9084150. OLE color: 9084150.
HSL color Cylindrical-coordinate representation of color #F69C8A: hue angle of 10º 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 #F69C8A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 138 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.04 |
| HSL | 10º | 0.86% | 0.75% | - |
| HSV(B) | 10º | 0.44% | 0.96% | - |
| XYZ | 54.48 | 45.2 | 29.9 | - |
| YUV | 180.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 138 | 0 | 0.37 | 0.44 | 0.04 | 10 | 0.86 | 0.75 |
| Hex | F6 | 9C | 8A | 0 | 25 | 2C | 4 | A | 56 | 4B |
| Octal | 366 | 234 | 212 | 0 | 45 | 54 | 4 | 12 | 126 | 113 |
| Binary | 11110110 | 10011100 | 10001010 | 0 | 100101 | 101100 | 100 | 1010 | 1010110 | 1001011 |
Color Harmonies of #F69C8A
Complementary color
Monochromatic Colors of #F69C8A
Black with #F69C8A
Text Example
Text Example
White with #F69C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C8A; }
p { color: rgb(246,156,138); }
H1.HeaderClassName
{
color: #F69C8A;
}
.AnyTagClassName
{
color: #F69C8A;
}
</style>
background-color css
<style>
a { background-color: #F69C8A; }
a { background-color: rgb(246,156,138); }
div.DivClassName
{
background-color: #F69C8A;
}
.BgClassName
{
background-color: #F69C8A;
}
</style>
border-color css
<style>
span { border-color: #F69C8A; }
span { border-color: rgb(246,156,138); }
td.TdClassName
{
border-color: #F69C8A;
}
.TagClassName
{
border-color: #F69C8A;
}
</style>