Shades of Mona Lisa #FF9188
Tints of Mona Lisa #FF9188
RGB
CMYK
RGB Variations
Color information
#FF9188 (or 0xFF9188) is known color: Mona Lisa. HEX triplet: FF, 91 and 88. RGB value is (255,145,136). Sum of RGB (Red+Green+Blue) = 255+145+136=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9188 is #006E77. Grayscale: #B1B1B1. Windows color (decimal): -28280 or 8950271. OLE color: 8950271.
HSL color Cylindrical-coordinate representation of color #FF9188: hue angle of 4.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9188 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 136 | - |
| CMYK | 0 | 0.43 | 0.47 | 0 |
| HSL | 4.54º | 1% | 0.77% | - |
| HSV(B) | 4.54º | 0.47% | 1% | - |
| XYZ | 55.81 | 43.29 | 28.71 | - |
| YUV | 176.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 136 | 0 | 0.43 | 0.47 | 0 | 4.54 | 1 | 0.77 |
| Hex | FF | 91 | 88 | 0 | 2B | 2F | 0 | 5 | 64 | 4D |
| Octal | 377 | 221 | 210 | 0 | 53 | 57 | 0 | 5 | 144 | 115 |
| Binary | 11111111 | 10010001 | 10001000 | 0 | 101011 | 101111 | 0 | 101 | 1100100 | 1001101 |
Color Harmonies of #FF9188
Complementary color
Monochromatic Colors of #FF9188
Black with #FF9188
Text Example
Text Example
White with #FF9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9188; }
p { color: rgb(255,145,136); }
H1.HeaderClassName
{
color: #FF9188;
}
.AnyTagClassName
{
color: #FF9188;
}
</style>
background-color css
<style>
a { background-color: #FF9188; }
a { background-color: rgb(255,145,136); }
div.DivClassName
{
background-color: #FF9188;
}
.BgClassName
{
background-color: #FF9188;
}
</style>
border-color css
<style>
span { border-color: #FF9188; }
span { border-color: rgb(255,145,136); }
td.TdClassName
{
border-color: #FF9188;
}
.TagClassName
{
border-color: #FF9188;
}
</style>