Shades of Mona Lisa #FF9690
Tints of Mona Lisa #FF9690
RGB
CMYK
RGB Variations
Color information
#FF9690 (or 0xFF9690) is known color: Mona Lisa. HEX triplet: FF, 96 and 90. RGB value is (255,150,144). Sum of RGB (Red+Green+Blue) = 255+150+144=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9690 is #00696F. Grayscale: #B4B4B4. Windows color (decimal): -26992 or 9475839. OLE color: 9475839.
HSL color Cylindrical-coordinate representation of color #FF9690: hue angle of 3.24º 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 #FF9690 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 144 | - |
| CMYK | 0 | 0.41 | 0.44 | 0 |
| HSL | 3.24º | 1% | 0.78% | - |
| HSV(B) | 3.24º | 0.44% | 1% | - |
| XYZ | 57.18 | 45.09 | 32.07 | - |
| YUV | 180.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 144 | 0 | 0.41 | 0.44 | 0 | 3.24 | 1 | 0.78 |
| Hex | FF | 96 | 90 | 0 | 29 | 2C | 0 | 3 | 64 | 4E |
| Octal | 377 | 226 | 220 | 0 | 51 | 54 | 0 | 3 | 144 | 116 |
| Binary | 11111111 | 10010110 | 10010000 | 0 | 101001 | 101100 | 0 | 11 | 1100100 | 1001110 |
Color Harmonies of #FF9690
Complementary color
Monochromatic Colors of #FF9690
Black with #FF9690
Text Example
Text Example
White with #FF9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9690; }
p { color: rgb(255,150,144); }
H1.HeaderClassName
{
color: #FF9690;
}
.AnyTagClassName
{
color: #FF9690;
}
</style>
background-color css
<style>
a { background-color: #FF9690; }
a { background-color: rgb(255,150,144); }
div.DivClassName
{
background-color: #FF9690;
}
.BgClassName
{
background-color: #FF9690;
}
</style>
border-color css
<style>
span { border-color: #FF9690; }
span { border-color: rgb(255,150,144); }
td.TdClassName
{
border-color: #FF9690;
}
.TagClassName
{
border-color: #FF9690;
}
</style>