Shades of Mona Lisa #F99C95
Tints of Mona Lisa #F99C95
RGB
CMYK
RGB Variations
Color information
#F99C95 (or 0xF99C95) is known color: Mona Lisa. HEX triplet: F9, 9C and 95. RGB value is (249,156,149). Sum of RGB (Red+Green+Blue) = 249+156+149=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C95 is #06636A. Grayscale: #B7B7B7. Windows color (decimal): -418667 or 9805049. OLE color: 9805049.
HSL color Cylindrical-coordinate representation of color #F99C95: hue angle of 4.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F99C95 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 149 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.02 |
| HSL | 4.2º | 0.89% | 0.78% | - |
| HSV(B) | 4.2º | 0.4% | 0.98% | - |
| XYZ | 56.38 | 46.09 | 34.36 | - |
| YUV | 183.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 149 | 0 | 0.37 | 0.40 | 0.02 | 4.2 | 0.89 | 0.78 |
| Hex | F9 | 9C | 95 | 0 | 25 | 28 | 2 | 4 | 59 | 4E |
| Octal | 371 | 234 | 225 | 0 | 45 | 50 | 2 | 4 | 131 | 116 |
| Binary | 11111001 | 10011100 | 10010101 | 0 | 100101 | 101000 | 10 | 100 | 1011001 | 1001110 |
Color Harmonies of #F99C95
Complementary color
Monochromatic Colors of #F99C95
Black with #F99C95
Text Example
Text Example
White with #F99C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C95; }
p { color: rgb(249,156,149); }
H1.HeaderClassName
{
color: #F99C95;
}
.AnyTagClassName
{
color: #F99C95;
}
</style>
background-color css
<style>
a { background-color: #F99C95; }
a { background-color: rgb(249,156,149); }
div.DivClassName
{
background-color: #F99C95;
}
.BgClassName
{
background-color: #F99C95;
}
</style>
border-color css
<style>
span { border-color: #F99C95; }
span { border-color: rgb(249,156,149); }
td.TdClassName
{
border-color: #F99C95;
}
.TagClassName
{
border-color: #F99C95;
}
</style>