Shades of Mona Lisa #F99188
Tints of Mona Lisa #F99188
RGB
CMYK
RGB Variations
Color information
#F99188 (or 0xF99188) is known color: Mona Lisa. HEX triplet: F9, 91 and 88. RGB value is (249,145,136). Sum of RGB (Red+Green+Blue) = 249+145+136=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F99188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99188 is #066E77. Grayscale: #AFAFAF. Windows color (decimal): -421496 or 8950265. OLE color: 8950265.
HSL color Cylindrical-coordinate representation of color #F99188: hue angle of 4.78º 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 #F99188 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 136 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.02 |
| HSL | 4.78º | 0.9% | 0.75% | - |
| HSV(B) | 4.78º | 0.45% | 0.98% | - |
| XYZ | 53.64 | 42.17 | 28.6 | - |
| YUV | 175.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 136 | 0 | 0.42 | 0.45 | 0.02 | 4.78 | 0.9 | 0.75 |
| Hex | F9 | 91 | 88 | 0 | 2A | 2D | 2 | 5 | 5A | 4B |
| Octal | 371 | 221 | 210 | 0 | 52 | 55 | 2 | 5 | 132 | 113 |
| Binary | 11111001 | 10010001 | 10001000 | 0 | 101010 | 101101 | 10 | 101 | 1011010 | 1001011 |
Color Harmonies of #F99188
Complementary color
Monochromatic Colors of #F99188
Black with #F99188
Text Example
Text Example
White with #F99188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99188; }
p { color: rgb(249,145,136); }
H1.HeaderClassName
{
color: #F99188;
}
.AnyTagClassName
{
color: #F99188;
}
</style>
background-color css
<style>
a { background-color: #F99188; }
a { background-color: rgb(249,145,136); }
div.DivClassName
{
background-color: #F99188;
}
.BgClassName
{
background-color: #F99188;
}
</style>
border-color css
<style>
span { border-color: #F99188; }
span { border-color: rgb(249,145,136); }
td.TdClassName
{
border-color: #F99188;
}
.TagClassName
{
border-color: #F99188;
}
</style>