Shades of Mona Lisa #FF9E91
Tints of Mona Lisa #FF9E91
RGB
CMYK
RGB Variations
Color information
#FF9E91 (or 0xFF9E91) is known color: Mona Lisa. HEX triplet: FF, 9E and 91. RGB value is (255,158,145). Sum of RGB (Red+Green+Blue) = 255+158+145=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E91 is #00616E. Grayscale: #B9B9B9. Windows color (decimal): -24943 or 9543423. OLE color: 9543423.
HSL color Cylindrical-coordinate representation of color #FF9E91: hue angle of 7.09º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9E91 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 145 | - |
| CMYK | 0 | 0.38 | 0.43 | 0 |
| HSL | 7.09º | 1% | 0.78% | - |
| HSV(B) | 7.09º | 0.43% | 1% | - |
| XYZ | 58.58 | 47.76 | 32.92 | - |
| YUV | 185.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 145 | 0 | 0.38 | 0.43 | 0 | 7.09 | 1 | 0.78 |
| Hex | FF | 9E | 91 | 0 | 26 | 2B | 0 | 7 | 64 | 4E |
| Octal | 377 | 236 | 221 | 0 | 46 | 53 | 0 | 7 | 144 | 116 |
| Binary | 11111111 | 10011110 | 10010001 | 0 | 100110 | 101011 | 0 | 111 | 1100100 | 1001110 |
Color Harmonies of #FF9E91
Complementary color
Monochromatic Colors of #FF9E91
Black with #FF9E91
Text Example
Text Example
White with #FF9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E91; }
p { color: rgb(255,158,145); }
H1.HeaderClassName
{
color: #FF9E91;
}
.AnyTagClassName
{
color: #FF9E91;
}
</style>
background-color css
<style>
a { background-color: #FF9E91; }
a { background-color: rgb(255,158,145); }
div.DivClassName
{
background-color: #FF9E91;
}
.BgClassName
{
background-color: #FF9E91;
}
</style>
border-color css
<style>
span { border-color: #FF9E91; }
span { border-color: rgb(255,158,145); }
td.TdClassName
{
border-color: #FF9E91;
}
.TagClassName
{
border-color: #FF9E91;
}
</style>