Shades of Mona Lisa #FF9592
Tints of Mona Lisa #FF9592
RGB
CMYK
RGB Variations
Color information
#FF9592 (or 0xFF9592) is known color: Mona Lisa. HEX triplet: FF, 95 and 92. RGB value is (255,149,146). Sum of RGB (Red+Green+Blue) = 255+149+146=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9592 is #006A6D. Grayscale: #B4B4B4. Windows color (decimal): -27246 or 9606655. OLE color: 9606655.
HSL color Cylindrical-coordinate representation of color #FF9592: hue angle of 1.65º 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 #FF9592 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 146 | - |
| CMYK | 0 | 0.42 | 0.43 | 0 |
| HSL | 1.65º | 1% | 0.79% | - |
| HSV(B) | 1.65º | 0.43% | 1% | - |
| XYZ | 57.18 | 44.83 | 32.83 | - |
| YUV | 180.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 146 | 0 | 0.42 | 0.43 | 0 | 1.65 | 1 | 0.79 |
| Hex | FF | 95 | 92 | 0 | 2A | 2B | 0 | 2 | 64 | 4F |
| Octal | 377 | 225 | 222 | 0 | 52 | 53 | 0 | 2 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10010010 | 0 | 101010 | 101011 | 0 | 10 | 1100100 | 1001111 |
Color Harmonies of #FF9592
Complementary color
Monochromatic Colors of #FF9592
Black with #FF9592
Text Example
Text Example
White with #FF9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9592; }
p { color: rgb(255,149,146); }
H1.HeaderClassName
{
color: #FF9592;
}
.AnyTagClassName
{
color: #FF9592;
}
</style>
background-color css
<style>
a { background-color: #FF9592; }
a { background-color: rgb(255,149,146); }
div.DivClassName
{
background-color: #FF9592;
}
.BgClassName
{
background-color: #FF9592;
}
</style>
border-color css
<style>
span { border-color: #FF9592; }
span { border-color: rgb(255,149,146); }
td.TdClassName
{
border-color: #FF9592;
}
.TagClassName
{
border-color: #FF9592;
}
</style>