Shades of Mona Lisa #F69D94
Tints of Mona Lisa #F69D94
RGB
CMYK
RGB Variations
Color information
#F69D94 (or 0xF69D94) is known color: Mona Lisa. HEX triplet: F6, 9D and 94. RGB value is (246,157,148). Sum of RGB (Red+Green+Blue) = 246+157+148=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69D94 is #09626B. Grayscale: #B6B6B6. Windows color (decimal): -615020 or 9739766. OLE color: 9739766.
HSL color Cylindrical-coordinate representation of color #F69D94: hue angle of 5.51º 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 #F69D94 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 148 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.04 |
| HSL | 5.51º | 0.84% | 0.77% | - |
| HSV(B) | 5.51º | 0.4% | 0.96% | - |
| XYZ | 55.41 | 45.84 | 33.95 | - |
| YUV | 182.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 148 | 0 | 0.36 | 0.40 | 0.04 | 5.51 | 0.84 | 0.77 |
| Hex | F6 | 9D | 94 | 0 | 24 | 28 | 4 | 6 | 54 | 4D |
| Octal | 366 | 235 | 224 | 0 | 44 | 50 | 4 | 6 | 124 | 115 |
| Binary | 11110110 | 10011101 | 10010100 | 0 | 100100 | 101000 | 100 | 110 | 1010100 | 1001101 |
Color Harmonies of #F69D94
Complementary color
Monochromatic Colors of #F69D94
Black with #F69D94
Text Example
Text Example
White with #F69D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69D94; }
p { color: rgb(246,157,148); }
H1.HeaderClassName
{
color: #F69D94;
}
.AnyTagClassName
{
color: #F69D94;
}
</style>
background-color css
<style>
a { background-color: #F69D94; }
a { background-color: rgb(246,157,148); }
div.DivClassName
{
background-color: #F69D94;
}
.BgClassName
{
background-color: #F69D94;
}
</style>
border-color css
<style>
span { border-color: #F69D94; }
span { border-color: rgb(246,157,148); }
td.TdClassName
{
border-color: #F69D94;
}
.TagClassName
{
border-color: #F69D94;
}
</style>