Shades of Mona Lisa #FF9F90
Tints of Mona Lisa #FF9F90
RGB
CMYK
RGB Variations
Color information
#FF9F90 (or 0xFF9F90) is known color: Mona Lisa. HEX triplet: FF, 9F and 90. RGB value is (255,159,144). Sum of RGB (Red+Green+Blue) = 255+159+144=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F90 is #00606F. Grayscale: #BABABA. Windows color (decimal): -24688 or 9478143. OLE color: 9478143.
HSL color Cylindrical-coordinate representation of color #FF9F90: hue angle of 8.11º 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 #FF9F90 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 144 | - |
| CMYK | 0 | 0.38 | 0.44 | 0 |
| HSL | 8.11º | 1% | 0.78% | - |
| HSV(B) | 8.11º | 0.44% | 1% | - |
| XYZ | 58.67 | 48.07 | 32.57 | - |
| YUV | 185.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 144 | 0 | 0.38 | 0.44 | 0 | 8.11 | 1 | 0.78 |
| Hex | FF | 9F | 90 | 0 | 26 | 2C | 0 | 8 | 64 | 4E |
| Octal | 377 | 237 | 220 | 0 | 46 | 54 | 0 | 10 | 144 | 116 |
| Binary | 11111111 | 10011111 | 10010000 | 0 | 100110 | 101100 | 0 | 1000 | 1100100 | 1001110 |
Color Harmonies of #FF9F90
Complementary color
Monochromatic Colors of #FF9F90
Black with #FF9F90
Text Example
Text Example
White with #FF9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F90; }
p { color: rgb(255,159,144); }
H1.HeaderClassName
{
color: #FF9F90;
}
.AnyTagClassName
{
color: #FF9F90;
}
</style>
background-color css
<style>
a { background-color: #FF9F90; }
a { background-color: rgb(255,159,144); }
div.DivClassName
{
background-color: #FF9F90;
}
.BgClassName
{
background-color: #FF9F90;
}
</style>
border-color css
<style>
span { border-color: #FF9F90; }
span { border-color: rgb(255,159,144); }
td.TdClassName
{
border-color: #FF9F90;
}
.TagClassName
{
border-color: #FF9F90;
}
</style>