Shades of Mona Lisa #F99688
Tints of Mona Lisa #F99688
RGB
CMYK
RGB Variations
Color information
#F99688 (or 0xF99688) is known color: Mona Lisa. HEX triplet: F9, 96 and 88. RGB value is (249,150,136). Sum of RGB (Red+Green+Blue) = 249+150+136=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F99688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99688 is #066977. Grayscale: #B2B2B2. Windows color (decimal): -420216 or 8951545. OLE color: 8951545.
HSL color Cylindrical-coordinate representation of color #F99688: hue angle of 7.43º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F99688 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 136 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.02 |
| HSL | 7.43º | 0.9% | 0.75% | - |
| HSV(B) | 7.43º | 0.45% | 0.98% | - |
| XYZ | 54.42 | 43.73 | 28.87 | - |
| YUV | 178.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 136 | 0 | 0.40 | 0.45 | 0.02 | 7.43 | 0.9 | 0.75 |
| Hex | F9 | 96 | 88 | 0 | 28 | 2D | 2 | 7 | 5A | 4B |
| Octal | 371 | 226 | 210 | 0 | 50 | 55 | 2 | 7 | 132 | 113 |
| Binary | 11111001 | 10010110 | 10001000 | 0 | 101000 | 101101 | 10 | 111 | 1011010 | 1001011 |
Color Harmonies of #F99688
Complementary color
Monochromatic Colors of #F99688
Black with #F99688
Text Example
Text Example
White with #F99688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99688; }
p { color: rgb(249,150,136); }
H1.HeaderClassName
{
color: #F99688;
}
.AnyTagClassName
{
color: #F99688;
}
</style>
background-color css
<style>
a { background-color: #F99688; }
a { background-color: rgb(249,150,136); }
div.DivClassName
{
background-color: #F99688;
}
.BgClassName
{
background-color: #F99688;
}
</style>
border-color css
<style>
span { border-color: #F99688; }
span { border-color: rgb(249,150,136); }
td.TdClassName
{
border-color: #F99688;
}
.TagClassName
{
border-color: #F99688;
}
</style>