Shades of Mona Lisa #FF9E90
Tints of Mona Lisa #FF9E90
RGB
CMYK
RGB Variations
Color information
#FF9E90 (or 0xFF9E90) is known color: Mona Lisa. HEX triplet: FF, 9E and 90. RGB value is (255,158,144). Sum of RGB (Red+Green+Blue) = 255+158+144=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E90 is #00616F. Grayscale: #B9B9B9. Windows color (decimal): -24944 or 9477887. OLE color: 9477887.
HSL color Cylindrical-coordinate representation of color #FF9E90: hue angle of 7.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9E90 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 144 | - |
| CMYK | 0 | 0.38 | 0.44 | 0 |
| HSL | 7.57º | 1% | 0.78% | - |
| HSV(B) | 7.57º | 0.44% | 1% | - |
| XYZ | 58.5 | 47.73 | 32.51 | - |
| YUV | 185.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 144 | 0 | 0.38 | 0.44 | 0 | 7.57 | 1 | 0.78 |
| Hex | FF | 9E | 90 | 0 | 26 | 2C | 0 | 8 | 64 | 4E |
| Octal | 377 | 236 | 220 | 0 | 46 | 54 | 0 | 10 | 144 | 116 |
| Binary | 11111111 | 10011110 | 10010000 | 0 | 100110 | 101100 | 0 | 1000 | 1100100 | 1001110 |
Color Harmonies of #FF9E90
Complementary color
Monochromatic Colors of #FF9E90
Black with #FF9E90
Text Example
Text Example
White with #FF9E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E90; }
p { color: rgb(255,158,144); }
H1.HeaderClassName
{
color: #FF9E90;
}
.AnyTagClassName
{
color: #FF9E90;
}
</style>
background-color css
<style>
a { background-color: #FF9E90; }
a { background-color: rgb(255,158,144); }
div.DivClassName
{
background-color: #FF9E90;
}
.BgClassName
{
background-color: #FF9E90;
}
</style>
border-color css
<style>
span { border-color: #FF9E90; }
span { border-color: rgb(255,158,144); }
td.TdClassName
{
border-color: #FF9E90;
}
.TagClassName
{
border-color: #FF9E90;
}
</style>