Shades of Mona Lisa #FF8F81
Tints of Mona Lisa #FF8F81
RGB
CMYK
RGB Variations
Color information
#FF8F81 (or 0xFF8F81) is known color: Mona Lisa. HEX triplet: FF, 8F and 81. RGB value is (255,143,129). Sum of RGB (Red+Green+Blue) = 255+143+129=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F81 is #00707E. Grayscale: #AFAFAF. Windows color (decimal): -28799 or 8491007. OLE color: 8491007.
HSL color Cylindrical-coordinate representation of color #FF8F81: hue angle of 6.67º 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 #FF8F81 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 129 | - |
| CMYK | 0 | 0.44 | 0.49 | 0 |
| HSL | 6.67º | 1% | 0.75% | - |
| HSV(B) | 6.67º | 0.49% | 1% | - |
| XYZ | 55.02 | 42.49 | 26.07 | - |
| YUV | 174.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 129 | 0 | 0.44 | 0.49 | 0 | 6.67 | 1 | 0.75 |
| Hex | FF | 8F | 81 | 0 | 2C | 31 | 0 | 7 | 64 | 4B |
| Octal | 377 | 217 | 201 | 0 | 54 | 61 | 0 | 7 | 144 | 113 |
| Binary | 11111111 | 10001111 | 10000001 | 0 | 101100 | 110001 | 0 | 111 | 1100100 | 1001011 |
Color Harmonies of #FF8F81
Complementary color
Monochromatic Colors of #FF8F81
Black with #FF8F81
Text Example
Text Example
White with #FF8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F81; }
p { color: rgb(255,143,129); }
H1.HeaderClassName
{
color: #FF8F81;
}
.AnyTagClassName
{
color: #FF8F81;
}
</style>
background-color css
<style>
a { background-color: #FF8F81; }
a { background-color: rgb(255,143,129); }
div.DivClassName
{
background-color: #FF8F81;
}
.BgClassName
{
background-color: #FF8F81;
}
</style>
border-color css
<style>
span { border-color: #FF8F81; }
span { border-color: rgb(255,143,129); }
td.TdClassName
{
border-color: #FF8F81;
}
.TagClassName
{
border-color: #FF8F81;
}
</style>