Shades of Mona Lisa #FF8989
Tints of Mona Lisa #FF8989
RGB
CMYK
RGB Variations
Color information
#FF8989 (or 0xFF8989) is known color: Mona Lisa. HEX triplet: FF, 89 and 89. RGB value is (255,137,137). Sum of RGB (Red+Green+Blue) = 255+137+137=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8989 is #007676. Grayscale: #ACACAC. Windows color (decimal): -30327 or 9013759. OLE color: 9013759.
HSL color Cylindrical-coordinate representation of color #FF8989: hue angle of 0º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8989 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 137 | - |
| CMYK | 0 | 0.46 | 0.46 | 0 |
| HSL | 0º | 1% | 0.77% | - |
| HSV(B) | 0º | 0.46% | 1% | - |
| XYZ | 54.7 | 40.96 | 28.69 | - |
| YUV | 172.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 137 | 0 | 0.46 | 0.46 | 0 | 0 | 1 | 0.77 |
| Hex | FF | 89 | 89 | 0 | 2E | 2E | 0 | 0 | 64 | 4D |
| Octal | 377 | 211 | 211 | 0 | 56 | 56 | 0 | 0 | 144 | 115 |
| Binary | 11111111 | 10001001 | 10001001 | 0 | 101110 | 101110 | 0 | 0 | 1100100 | 1001101 |
Color Harmonies of #FF8989
Complementary color
Monochromatic Colors of #FF8989
Black with #FF8989
Text Example
Text Example
White with #FF8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8989; }
p { color: rgb(255,137,137); }
H1.HeaderClassName
{
color: #FF8989;
}
.AnyTagClassName
{
color: #FF8989;
}
</style>
background-color css
<style>
a { background-color: #FF8989; }
a { background-color: rgb(255,137,137); }
div.DivClassName
{
background-color: #FF8989;
}
.BgClassName
{
background-color: #FF8989;
}
</style>
border-color css
<style>
span { border-color: #FF8989; }
span { border-color: rgb(255,137,137); }
td.TdClassName
{
border-color: #FF8989;
}
.TagClassName
{
border-color: #FF8989;
}
</style>