Shades of Mona Lisa #F69C8D
Tints of Mona Lisa #F69C8D
RGB
CMYK
RGB Variations
Color information
#F69C8D (or 0xF69C8D) is known color: Mona Lisa. HEX triplet: F6, 9C and 8D. RGB value is (246,156,141). Sum of RGB (Red+Green+Blue) = 246+156+141=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C8D is #096372. Grayscale: #B5B5B5. Windows color (decimal): -615283 or 9280758. OLE color: 9280758.
HSL color Cylindrical-coordinate representation of color #F69C8D: hue angle of 8.57º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F69C8D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 141 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 8.57º | 0.85% | 0.76% | - |
| HSV(B) | 8.57º | 0.43% | 0.96% | - |
| XYZ | 54.7 | 45.29 | 31.06 | - |
| YUV | 181.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 141 | 0 | 0.37 | 0.43 | 0.04 | 8.57 | 0.85 | 0.76 |
| Hex | F6 | 9C | 8D | 0 | 25 | 2B | 4 | 9 | 55 | 4C |
| Octal | 366 | 234 | 215 | 0 | 45 | 53 | 4 | 11 | 125 | 114 |
| Binary | 11110110 | 10011100 | 10001101 | 0 | 100101 | 101011 | 100 | 1001 | 1010101 | 1001100 |
Color Harmonies of #F69C8D
Complementary color
Monochromatic Colors of #F69C8D
Black with #F69C8D
Text Example
Text Example
White with #F69C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C8D; }
p { color: rgb(246,156,141); }
H1.HeaderClassName
{
color: #F69C8D;
}
.AnyTagClassName
{
color: #F69C8D;
}
</style>
background-color css
<style>
a { background-color: #F69C8D; }
a { background-color: rgb(246,156,141); }
div.DivClassName
{
background-color: #F69C8D;
}
.BgClassName
{
background-color: #F69C8D;
}
</style>
border-color css
<style>
span { border-color: #F69C8D; }
span { border-color: rgb(246,156,141); }
td.TdClassName
{
border-color: #F69C8D;
}
.TagClassName
{
border-color: #F69C8D;
}
</style>