Shades of Mona Lisa #FF9B90
Tints of Mona Lisa #FF9B90
RGB
CMYK
RGB Variations
Color information
#FF9B90 (or 0xFF9B90) is known color: Mona Lisa. HEX triplet: FF, 9B and 90. RGB value is (255,155,144). Sum of RGB (Red+Green+Blue) = 255+155+144=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B90 is #00646F. Grayscale: #B7B7B7. Windows color (decimal): -25712 or 9477119. OLE color: 9477119.
HSL color Cylindrical-coordinate representation of color #FF9B90: hue angle of 5.95º 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 #FF9B90 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 144 | - |
| CMYK | 0 | 0.39 | 0.44 | 0 |
| HSL | 5.95º | 1% | 0.78% | - |
| HSV(B) | 5.95º | 0.44% | 1% | - |
| XYZ | 58 | 46.72 | 32.35 | - |
| YUV | 183.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 144 | 0 | 0.39 | 0.44 | 0 | 5.95 | 1 | 0.78 |
| Hex | FF | 9B | 90 | 0 | 27 | 2C | 0 | 6 | 64 | 4E |
| Octal | 377 | 233 | 220 | 0 | 47 | 54 | 0 | 6 | 144 | 116 |
| Binary | 11111111 | 10011011 | 10010000 | 0 | 100111 | 101100 | 0 | 110 | 1100100 | 1001110 |
Color Harmonies of #FF9B90
Complementary color
Monochromatic Colors of #FF9B90
Black with #FF9B90
Text Example
Text Example
White with #FF9B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B90; }
p { color: rgb(255,155,144); }
H1.HeaderClassName
{
color: #FF9B90;
}
.AnyTagClassName
{
color: #FF9B90;
}
</style>
background-color css
<style>
a { background-color: #FF9B90; }
a { background-color: rgb(255,155,144); }
div.DivClassName
{
background-color: #FF9B90;
}
.BgClassName
{
background-color: #FF9B90;
}
</style>
border-color css
<style>
span { border-color: #FF9B90; }
span { border-color: rgb(255,155,144); }
td.TdClassName
{
border-color: #FF9B90;
}
.TagClassName
{
border-color: #FF9B90;
}
</style>