Shades of Mona Lisa #FF9088
Tints of Mona Lisa #FF9088
RGB
CMYK
RGB Variations
Color information
#FF9088 (or 0xFF9088) is known color: Mona Lisa. HEX triplet: FF, 90 and 88. RGB value is (255,144,136). Sum of RGB (Red+Green+Blue) = 255+144+136=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9088 is #006F77. Grayscale: #B0B0B0. Windows color (decimal): -28536 or 8950015. OLE color: 8950015.
HSL color Cylindrical-coordinate representation of color #FF9088: hue angle of 4.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9088 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 136 | - |
| CMYK | 0 | 0.44 | 0.47 | 0 |
| HSL | 4.03º | 1% | 0.77% | - |
| HSV(B) | 4.03º | 0.47% | 1% | - |
| XYZ | 55.66 | 42.98 | 28.66 | - |
| YUV | 176.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 136 | 0 | 0.44 | 0.47 | 0 | 4.03 | 1 | 0.77 |
| Hex | FF | 90 | 88 | 0 | 2C | 2F | 0 | 4 | 64 | 4D |
| Octal | 377 | 220 | 210 | 0 | 54 | 57 | 0 | 4 | 144 | 115 |
| Binary | 11111111 | 10010000 | 10001000 | 0 | 101100 | 101111 | 0 | 100 | 1100100 | 1001101 |
Color Harmonies of #FF9088
Complementary color
Monochromatic Colors of #FF9088
Black with #FF9088
Text Example
Text Example
White with #FF9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9088; }
p { color: rgb(255,144,136); }
H1.HeaderClassName
{
color: #FF9088;
}
.AnyTagClassName
{
color: #FF9088;
}
</style>
background-color css
<style>
a { background-color: #FF9088; }
a { background-color: rgb(255,144,136); }
div.DivClassName
{
background-color: #FF9088;
}
.BgClassName
{
background-color: #FF9088;
}
</style>
border-color css
<style>
span { border-color: #FF9088; }
span { border-color: rgb(255,144,136); }
td.TdClassName
{
border-color: #FF9088;
}
.TagClassName
{
border-color: #FF9088;
}
</style>