Shades of Mona Lisa #F99187
Tints of Mona Lisa #F99187
RGB
CMYK
RGB Variations
Color information
#F99187 (or 0xF99187) is known color: Mona Lisa. HEX triplet: F9, 91 and 87. RGB value is (249,145,135). Sum of RGB (Red+Green+Blue) = 249+145+135=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F99187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99187 is #066E78. Grayscale: #AFAFAF. Windows color (decimal): -421497 or 8884729. OLE color: 8884729.
HSL color Cylindrical-coordinate representation of color #F99187: hue angle of 5.26º 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 #F99187 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 135 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.02 |
| HSL | 5.26º | 0.9% | 0.75% | - |
| HSV(B) | 5.26º | 0.46% | 0.98% | - |
| XYZ | 53.57 | 42.14 | 28.23 | - |
| YUV | 174.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 135 | 0 | 0.42 | 0.46 | 0.02 | 5.26 | 0.9 | 0.75 |
| Hex | F9 | 91 | 87 | 0 | 2A | 2E | 2 | 5 | 5A | 4B |
| Octal | 371 | 221 | 207 | 0 | 52 | 56 | 2 | 5 | 132 | 113 |
| Binary | 11111001 | 10010001 | 10000111 | 0 | 101010 | 101110 | 10 | 101 | 1011010 | 1001011 |
Color Harmonies of #F99187
Complementary color
Monochromatic Colors of #F99187
Black with #F99187
Text Example
Text Example
White with #F99187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99187; }
p { color: rgb(249,145,135); }
H1.HeaderClassName
{
color: #F99187;
}
.AnyTagClassName
{
color: #F99187;
}
</style>
background-color css
<style>
a { background-color: #F99187; }
a { background-color: rgb(249,145,135); }
div.DivClassName
{
background-color: #F99187;
}
.BgClassName
{
background-color: #F99187;
}
</style>
border-color css
<style>
span { border-color: #F99187; }
span { border-color: rgb(249,145,135); }
td.TdClassName
{
border-color: #F99187;
}
.TagClassName
{
border-color: #F99187;
}
</style>