Shades of Mona Lisa #FF9E95
Tints of Mona Lisa #FF9E95
RGB
CMYK
RGB Variations
Color information
#FF9E95 (or 0xFF9E95) is known color: Mona Lisa. HEX triplet: FF, 9E and 95. RGB value is (255,158,149). Sum of RGB (Red+Green+Blue) = 255+158+149=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E95 is #00616A. Grayscale: #BABABA. Windows color (decimal): -24939 or 9805567. OLE color: 9805567.
HSL color Cylindrical-coordinate representation of color #FF9E95: hue angle of 5.09º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF9E95 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 149 | - |
| CMYK | 0 | 0.38 | 0.42 | 0 |
| HSL | 5.09º | 1% | 0.79% | - |
| HSV(B) | 5.09º | 0.42% | 1% | - |
| XYZ | 58.89 | 47.88 | 34.57 | - |
| YUV | 185.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 149 | 0 | 0.38 | 0.42 | 0 | 5.09 | 1 | 0.79 |
| Hex | FF | 9E | 95 | 0 | 26 | 2A | 0 | 5 | 64 | 4F |
| Octal | 377 | 236 | 225 | 0 | 46 | 52 | 0 | 5 | 144 | 117 |
| Binary | 11111111 | 10011110 | 10010101 | 0 | 100110 | 101010 | 0 | 101 | 1100100 | 1001111 |
Color Harmonies of #FF9E95
Complementary color
Monochromatic Colors of #FF9E95
Black with #FF9E95
Text Example
Text Example
White with #FF9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E95; }
p { color: rgb(255,158,149); }
H1.HeaderClassName
{
color: #FF9E95;
}
.AnyTagClassName
{
color: #FF9E95;
}
</style>
background-color css
<style>
a { background-color: #FF9E95; }
a { background-color: rgb(255,158,149); }
div.DivClassName
{
background-color: #FF9E95;
}
.BgClassName
{
background-color: #FF9E95;
}
</style>
border-color css
<style>
span { border-color: #FF9E95; }
span { border-color: rgb(255,158,149); }
td.TdClassName
{
border-color: #FF9E95;
}
.TagClassName
{
border-color: #FF9E95;
}
</style>