Shades of Mona Lisa #F69E94
Tints of Mona Lisa #F69E94
RGB
CMYK
RGB Variations
Color information
#F69E94 (or 0xF69E94) is known color: Mona Lisa. HEX triplet: F6, 9E and 94. RGB value is (246,158,148). Sum of RGB (Red+Green+Blue) = 246+158+148=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69E94 is #09616B. Grayscale: #B7B7B7. Windows color (decimal): -614764 or 9740022. OLE color: 9740022.
HSL color Cylindrical-coordinate representation of color #F69E94: hue angle of 6.12º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69E94 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 148 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.04 |
| HSL | 6.12º | 0.84% | 0.77% | - |
| HSV(B) | 6.12º | 0.4% | 0.96% | - |
| XYZ | 55.58 | 46.18 | 34 | - |
| YUV | 183.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 148 | 0 | 0.36 | 0.40 | 0.04 | 6.12 | 0.84 | 0.77 |
| Hex | F6 | 9E | 94 | 0 | 24 | 28 | 4 | 6 | 54 | 4D |
| Octal | 366 | 236 | 224 | 0 | 44 | 50 | 4 | 6 | 124 | 115 |
| Binary | 11110110 | 10011110 | 10010100 | 0 | 100100 | 101000 | 100 | 110 | 1010100 | 1001101 |
Color Harmonies of #F69E94
Complementary color
Monochromatic Colors of #F69E94
Black with #F69E94
Text Example
Text Example
White with #F69E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69E94; }
p { color: rgb(246,158,148); }
H1.HeaderClassName
{
color: #F69E94;
}
.AnyTagClassName
{
color: #F69E94;
}
</style>
background-color css
<style>
a { background-color: #F69E94; }
a { background-color: rgb(246,158,148); }
div.DivClassName
{
background-color: #F69E94;
}
.BgClassName
{
background-color: #F69E94;
}
</style>
border-color css
<style>
span { border-color: #F69E94; }
span { border-color: rgb(246,158,148); }
td.TdClassName
{
border-color: #F69E94;
}
.TagClassName
{
border-color: #F69E94;
}
</style>