Shades of Mona Lisa #FF9190
Tints of Mona Lisa #FF9190
RGB
CMYK
RGB Variations
Color information
#FF9190 (or 0xFF9190) is known color: Mona Lisa. HEX triplet: FF, 91 and 90. RGB value is (255,145,144). Sum of RGB (Red+Green+Blue) = 255+145+144=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9190 is #006E6F. Grayscale: #B1B1B1. Windows color (decimal): -28272 or 9474559. OLE color: 9474559.
HSL color Cylindrical-coordinate representation of color #FF9190: hue angle of 0.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF9190 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 144 | - |
| CMYK | 0 | 0.43 | 0.44 | 0 |
| HSL | 0.54º | 1% | 0.78% | - |
| HSV(B) | 0.54º | 0.44% | 1% | - |
| XYZ | 56.4 | 43.52 | 31.81 | - |
| YUV | 177.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 144 | 0 | 0.43 | 0.44 | 0 | 0.54 | 1 | 0.78 |
| Hex | FF | 91 | 90 | 0 | 2B | 2C | 0 | 1 | 64 | 4E |
| Octal | 377 | 221 | 220 | 0 | 53 | 54 | 0 | 1 | 144 | 116 |
| Binary | 11111111 | 10010001 | 10010000 | 0 | 101011 | 101100 | 0 | 1 | 1100100 | 1001110 |
Color Harmonies of #FF9190
Complementary color
Monochromatic Colors of #FF9190
Black with #FF9190
Text Example
Text Example
White with #FF9190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9190; }
p { color: rgb(255,145,144); }
H1.HeaderClassName
{
color: #FF9190;
}
.AnyTagClassName
{
color: #FF9190;
}
</style>
background-color css
<style>
a { background-color: #FF9190; }
a { background-color: rgb(255,145,144); }
div.DivClassName
{
background-color: #FF9190;
}
.BgClassName
{
background-color: #FF9190;
}
</style>
border-color css
<style>
span { border-color: #FF9190; }
span { border-color: rgb(255,145,144); }
td.TdClassName
{
border-color: #FF9190;
}
.TagClassName
{
border-color: #FF9190;
}
</style>