Shades of Mona Lisa #FF9E92
Tints of Mona Lisa #FF9E92
RGB
CMYK
RGB Variations
Color information
#FF9E92 (or 0xFF9E92) is known color: Mona Lisa. HEX triplet: FF, 9E and 92. RGB value is (255,158,146). Sum of RGB (Red+Green+Blue) = 255+158+146=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9E92 is #00616D. Grayscale: #B9B9B9. Windows color (decimal): -24942 or 9608959. OLE color: 9608959.
HSL color Cylindrical-coordinate representation of color #FF9E92: hue angle of 6.61º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9E92 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 146 | - |
| CMYK | 0 | 0.38 | 0.43 | 0 |
| HSL | 6.61º | 1% | 0.79% | - |
| HSV(B) | 6.61º | 0.43% | 1% | - |
| XYZ | 58.66 | 47.79 | 33.33 | - |
| YUV | 185.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 146 | 0 | 0.38 | 0.43 | 0 | 6.61 | 1 | 0.79 |
| Hex | FF | 9E | 92 | 0 | 26 | 2B | 0 | 7 | 64 | 4F |
| Octal | 377 | 236 | 222 | 0 | 46 | 53 | 0 | 7 | 144 | 117 |
| Binary | 11111111 | 10011110 | 10010010 | 0 | 100110 | 101011 | 0 | 111 | 1100100 | 1001111 |
Color Harmonies of #FF9E92
Complementary color
Monochromatic Colors of #FF9E92
Black with #FF9E92
Text Example
Text Example
White with #FF9E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E92; }
p { color: rgb(255,158,146); }
H1.HeaderClassName
{
color: #FF9E92;
}
.AnyTagClassName
{
color: #FF9E92;
}
</style>
background-color css
<style>
a { background-color: #FF9E92; }
a { background-color: rgb(255,158,146); }
div.DivClassName
{
background-color: #FF9E92;
}
.BgClassName
{
background-color: #FF9E92;
}
</style>
border-color css
<style>
span { border-color: #FF9E92; }
span { border-color: rgb(255,158,146); }
td.TdClassName
{
border-color: #FF9E92;
}
.TagClassName
{
border-color: #FF9E92;
}
</style>