Shades of Mona Lisa #FF9591
Tints of Mona Lisa #FF9591
RGB
CMYK
RGB Variations
Color information
#FF9591 (or 0xFF9591) is known color: Mona Lisa. HEX triplet: FF, 95 and 91. RGB value is (255,149,145). Sum of RGB (Red+Green+Blue) = 255+149+145=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9591 is #006A6E. Grayscale: #B4B4B4. Windows color (decimal): -27247 or 9541119. OLE color: 9541119.
HSL color Cylindrical-coordinate representation of color #FF9591: hue angle of 2.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF9591 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 145 | - |
| CMYK | 0 | 0.42 | 0.43 | 0 |
| HSL | 2.18º | 1% | 0.78% | - |
| HSV(B) | 2.18º | 0.43% | 1% | - |
| XYZ | 57.1 | 44.8 | 32.43 | - |
| YUV | 180.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 145 | 0 | 0.42 | 0.43 | 0 | 2.18 | 1 | 0.78 |
| Hex | FF | 95 | 91 | 0 | 2A | 2B | 0 | 2 | 64 | 4E |
| Octal | 377 | 225 | 221 | 0 | 52 | 53 | 0 | 2 | 144 | 116 |
| Binary | 11111111 | 10010101 | 10010001 | 0 | 101010 | 101011 | 0 | 10 | 1100100 | 1001110 |
Color Harmonies of #FF9591
Complementary color
Monochromatic Colors of #FF9591
Black with #FF9591
Text Example
Text Example
White with #FF9591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9591; }
p { color: rgb(255,149,145); }
H1.HeaderClassName
{
color: #FF9591;
}
.AnyTagClassName
{
color: #FF9591;
}
</style>
background-color css
<style>
a { background-color: #FF9591; }
a { background-color: rgb(255,149,145); }
div.DivClassName
{
background-color: #FF9591;
}
.BgClassName
{
background-color: #FF9591;
}
</style>
border-color css
<style>
span { border-color: #FF9591; }
span { border-color: rgb(255,149,145); }
td.TdClassName
{
border-color: #FF9591;
}
.TagClassName
{
border-color: #FF9591;
}
</style>