Shades of Mona Lisa #FF9595
Tints of Mona Lisa #FF9595
RGB
CMYK
RGB Variations
Color information
#FF9595 (or 0xFF9595) is known color: Mona Lisa. HEX triplet: FF, 95 and 95. RGB value is (255,149,149). Sum of RGB (Red+Green+Blue) = 255+149+149=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9595 is #006A6A. Grayscale: #B4B4B4. Windows color (decimal): -27243 or 9803263. OLE color: 9803263.
HSL color Cylindrical-coordinate representation of color #FF9595: hue angle of 0º 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 #FF9595 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 149 | - |
| CMYK | 0 | 0.42 | 0.42 | 0 |
| HSL | 0º | 1% | 0.79% | - |
| HSV(B) | 0º | 0.42% | 1% | - |
| XYZ | 57.41 | 44.92 | 34.08 | - |
| YUV | 180.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 149 | 0 | 0.42 | 0.42 | 0 | 0 | 1 | 0.79 |
| Hex | FF | 95 | 95 | 0 | 2A | 2A | 0 | 0 | 64 | 4F |
| Octal | 377 | 225 | 225 | 0 | 52 | 52 | 0 | 0 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10010101 | 0 | 101010 | 101010 | 0 | 0 | 1100100 | 1001111 |
Color Harmonies of #FF9595
Complementary color
Monochromatic Colors of #FF9595
Black with #FF9595
Text Example
Text Example
White with #FF9595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9595; }
p { color: rgb(255,149,149); }
H1.HeaderClassName
{
color: #FF9595;
}
.AnyTagClassName
{
color: #FF9595;
}
</style>
background-color css
<style>
a { background-color: #FF9595; }
a { background-color: rgb(255,149,149); }
div.DivClassName
{
background-color: #FF9595;
}
.BgClassName
{
background-color: #FF9595;
}
</style>
border-color css
<style>
span { border-color: #FF9595; }
span { border-color: rgb(255,149,149); }
td.TdClassName
{
border-color: #FF9595;
}
.TagClassName
{
border-color: #FF9595;
}
</style>