Shades of Mona Lisa #F69C90
Tints of Mona Lisa #F69C90
RGB
CMYK
RGB Variations
Color information
#F69C90 (or 0xF69C90) is known color: Mona Lisa. HEX triplet: F6, 9C and 90. RGB value is (246,156,144). Sum of RGB (Red+Green+Blue) = 246+156+144=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C90 is #09636F. Grayscale: #B5B5B5. Windows color (decimal): -615280 or 9477366. OLE color: 9477366.
HSL color Cylindrical-coordinate representation of color #F69C90: hue angle of 7.06º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69C90 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 144 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.04 |
| HSL | 7.06º | 0.85% | 0.76% | - |
| HSV(B) | 7.06º | 0.41% | 0.96% | - |
| XYZ | 54.93 | 45.38 | 32.25 | - |
| YUV | 181.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 144 | 0 | 0.37 | 0.41 | 0.04 | 7.06 | 0.85 | 0.76 |
| Hex | F6 | 9C | 90 | 0 | 25 | 29 | 4 | 7 | 55 | 4C |
| Octal | 366 | 234 | 220 | 0 | 45 | 51 | 4 | 7 | 125 | 114 |
| Binary | 11110110 | 10011100 | 10010000 | 0 | 100101 | 101001 | 100 | 111 | 1010101 | 1001100 |
Color Harmonies of #F69C90
Complementary color
Monochromatic Colors of #F69C90
Black with #F69C90
Text Example
Text Example
White with #F69C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C90; }
p { color: rgb(246,156,144); }
H1.HeaderClassName
{
color: #F69C90;
}
.AnyTagClassName
{
color: #F69C90;
}
</style>
background-color css
<style>
a { background-color: #F69C90; }
a { background-color: rgb(246,156,144); }
div.DivClassName
{
background-color: #F69C90;
}
.BgClassName
{
background-color: #F69C90;
}
</style>
border-color css
<style>
span { border-color: #F69C90; }
span { border-color: rgb(246,156,144); }
td.TdClassName
{
border-color: #F69C90;
}
.TagClassName
{
border-color: #F69C90;
}
</style>