Shades of Mona Lisa #FF8F88
Tints of Mona Lisa #FF8F88
RGB
CMYK
RGB Variations
Color information
#FF8F88 (or 0xFF8F88) is known color: Mona Lisa. HEX triplet: FF, 8F and 88. RGB value is (255,143,136). Sum of RGB (Red+Green+Blue) = 255+143+136=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F88 is #007077. Grayscale: #AFAFAF. Windows color (decimal): -28792 or 8949759. OLE color: 8949759.
HSL color Cylindrical-coordinate representation of color #FF8F88: hue angle of 3.53º 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 #FF8F88 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 136 | - |
| CMYK | 0 | 0.44 | 0.47 | 0 |
| HSL | 3.53º | 1% | 0.77% | - |
| HSV(B) | 3.53º | 0.47% | 1% | - |
| XYZ | 55.51 | 42.68 | 28.61 | - |
| YUV | 175.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 136 | 0 | 0.44 | 0.47 | 0 | 3.53 | 1 | 0.77 |
| Hex | FF | 8F | 88 | 0 | 2C | 2F | 0 | 4 | 64 | 4D |
| Octal | 377 | 217 | 210 | 0 | 54 | 57 | 0 | 4 | 144 | 115 |
| Binary | 11111111 | 10001111 | 10001000 | 0 | 101100 | 101111 | 0 | 100 | 1100100 | 1001101 |
Color Harmonies of #FF8F88
Complementary color
Monochromatic Colors of #FF8F88
Black with #FF8F88
Text Example
Text Example
White with #FF8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F88; }
p { color: rgb(255,143,136); }
H1.HeaderClassName
{
color: #FF8F88;
}
.AnyTagClassName
{
color: #FF8F88;
}
</style>
background-color css
<style>
a { background-color: #FF8F88; }
a { background-color: rgb(255,143,136); }
div.DivClassName
{
background-color: #FF8F88;
}
.BgClassName
{
background-color: #FF8F88;
}
</style>
border-color css
<style>
span { border-color: #FF8F88; }
span { border-color: rgb(255,143,136); }
td.TdClassName
{
border-color: #FF8F88;
}
.TagClassName
{
border-color: #FF8F88;
}
</style>