Shades of Mona Lisa #FF8E81
Tints of Mona Lisa #FF8E81
RGB
CMYK
RGB Variations
Color information
#FF8E81 (or 0xFF8E81) is known color: Mona Lisa. HEX triplet: FF, 8E and 81. RGB value is (255,142,129). Sum of RGB (Red+Green+Blue) = 255+142+129=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E81 is #00717E. Grayscale: #AEAEAE. Windows color (decimal): -29055 or 8490751. OLE color: 8490751.
HSL color Cylindrical-coordinate representation of color #FF8E81: hue angle of 6.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8E81 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 129 | - |
| CMYK | 0 | 0.44 | 0.49 | 0 |
| HSL | 6.19º | 1% | 0.75% | - |
| HSV(B) | 6.19º | 0.49% | 1% | - |
| XYZ | 54.88 | 42.19 | 26.02 | - |
| YUV | 174.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 129 | 0 | 0.44 | 0.49 | 0 | 6.19 | 1 | 0.75 |
| Hex | FF | 8E | 81 | 0 | 2C | 31 | 0 | 6 | 64 | 4B |
| Octal | 377 | 216 | 201 | 0 | 54 | 61 | 0 | 6 | 144 | 113 |
| Binary | 11111111 | 10001110 | 10000001 | 0 | 101100 | 110001 | 0 | 110 | 1100100 | 1001011 |
Color Harmonies of #FF8E81
Complementary color
Monochromatic Colors of #FF8E81
Black with #FF8E81
Text Example
Text Example
White with #FF8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E81; }
p { color: rgb(255,142,129); }
H1.HeaderClassName
{
color: #FF8E81;
}
.AnyTagClassName
{
color: #FF8E81;
}
</style>
background-color css
<style>
a { background-color: #FF8E81; }
a { background-color: rgb(255,142,129); }
div.DivClassName
{
background-color: #FF8E81;
}
.BgClassName
{
background-color: #FF8E81;
}
</style>
border-color css
<style>
span { border-color: #FF8E81; }
span { border-color: rgb(255,142,129); }
td.TdClassName
{
border-color: #FF8E81;
}
.TagClassName
{
border-color: #FF8E81;
}
</style>