Shades of Mona Lisa #F99C87
Tints of Mona Lisa #F99C87
RGB
CMYK
RGB Variations
Color information
#F99C87 (or 0xF99C87) is known color: Mona Lisa. HEX triplet: F9, 9C and 87. RGB value is (249,156,135). Sum of RGB (Red+Green+Blue) = 249+156+135=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C87 is #066378. Grayscale: #B5B5B5. Windows color (decimal): -418681 or 8887545. OLE color: 8887545.
HSL color Cylindrical-coordinate representation of color #F99C87: hue angle of 11.05º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F99C87 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 135 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.02 |
| HSL | 11.05º | 0.9% | 0.75% | - |
| HSV(B) | 11.05º | 0.46% | 0.98% | - |
| XYZ | 55.33 | 45.67 | 28.82 | - |
| YUV | 181.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 135 | 0 | 0.37 | 0.46 | 0.02 | 11.05 | 0.9 | 0.75 |
| Hex | F9 | 9C | 87 | 0 | 25 | 2E | 2 | B | 5A | 4B |
| Octal | 371 | 234 | 207 | 0 | 45 | 56 | 2 | 13 | 132 | 113 |
| Binary | 11111001 | 10011100 | 10000111 | 0 | 100101 | 101110 | 10 | 1011 | 1011010 | 1001011 |
Color Harmonies of #F99C87
Complementary color
Monochromatic Colors of #F99C87
Black with #F99C87
Text Example
Text Example
White with #F99C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C87; }
p { color: rgb(249,156,135); }
H1.HeaderClassName
{
color: #F99C87;
}
.AnyTagClassName
{
color: #F99C87;
}
</style>
background-color css
<style>
a { background-color: #F99C87; }
a { background-color: rgb(249,156,135); }
div.DivClassName
{
background-color: #F99C87;
}
.BgClassName
{
background-color: #F99C87;
}
</style>
border-color css
<style>
span { border-color: #F99C87; }
span { border-color: rgb(249,156,135); }
td.TdClassName
{
border-color: #F99C87;
}
.TagClassName
{
border-color: #F99C87;
}
</style>