Shades of Mona Lisa #FF9588
Tints of Mona Lisa #FF9588
RGB
CMYK
RGB Variations
Color information
#FF9588 (or 0xFF9588) is known color: Mona Lisa. HEX triplet: FF, 95 and 88. RGB value is (255,149,136). Sum of RGB (Red+Green+Blue) = 255+149+136=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9588 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9588 is #006A77. Grayscale: #B3B3B3. Windows color (decimal): -27256 or 8951295. OLE color: 8951295.
HSL color Cylindrical-coordinate representation of color #FF9588: hue angle of 6.55º 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 #FF9588 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 136 | - |
| CMYK | 0 | 0.42 | 0.47 | 0 |
| HSL | 6.55º | 1% | 0.77% | - |
| HSV(B) | 6.55º | 0.47% | 1% | - |
| XYZ | 56.43 | 44.53 | 28.91 | - |
| YUV | 179.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 136 | 0 | 0.42 | 0.47 | 0 | 6.55 | 1 | 0.77 |
| Hex | FF | 95 | 88 | 0 | 2A | 2F | 0 | 7 | 64 | 4D |
| Octal | 377 | 225 | 210 | 0 | 52 | 57 | 0 | 7 | 144 | 115 |
| Binary | 11111111 | 10010101 | 10001000 | 0 | 101010 | 101111 | 0 | 111 | 1100100 | 1001101 |
Color Harmonies of #FF9588
Complementary color
Monochromatic Colors of #FF9588
Black with #FF9588
Text Example
Text Example
White with #FF9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9588; }
p { color: rgb(255,149,136); }
H1.HeaderClassName
{
color: #FF9588;
}
.AnyTagClassName
{
color: #FF9588;
}
</style>
background-color css
<style>
a { background-color: #FF9588; }
a { background-color: rgb(255,149,136); }
div.DivClassName
{
background-color: #FF9588;
}
.BgClassName
{
background-color: #FF9588;
}
</style>
border-color css
<style>
span { border-color: #FF9588; }
span { border-color: rgb(255,149,136); }
td.TdClassName
{
border-color: #FF9588;
}
.TagClassName
{
border-color: #FF9588;
}
</style>