Shades of Mona Lisa #FF8F83
Tints of Mona Lisa #FF8F83
RGB
CMYK
RGB Variations
Color information
#FF8F83 (or 0xFF8F83) is known color: Mona Lisa. HEX triplet: FF, 8F and 83. RGB value is (255,143,131). Sum of RGB (Red+Green+Blue) = 255+143+131=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F83 is #00707C. Grayscale: #AFAFAF. Windows color (decimal): -28797 or 8622079. OLE color: 8622079.
HSL color Cylindrical-coordinate representation of color #FF8F83: hue angle of 5.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8F83 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 131 | - |
| CMYK | 0 | 0.44 | 0.49 | 0 |
| HSL | 5.81º | 1% | 0.76% | - |
| HSV(B) | 5.81º | 0.49% | 1% | - |
| XYZ | 55.16 | 42.54 | 26.78 | - |
| YUV | 175.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 131 | 0 | 0.44 | 0.49 | 0 | 5.81 | 1 | 0.76 |
| Hex | FF | 8F | 83 | 0 | 2C | 31 | 0 | 6 | 64 | 4C |
| Octal | 377 | 217 | 203 | 0 | 54 | 61 | 0 | 6 | 144 | 114 |
| Binary | 11111111 | 10001111 | 10000011 | 0 | 101100 | 110001 | 0 | 110 | 1100100 | 1001100 |
Color Harmonies of #FF8F83
Complementary color
Monochromatic Colors of #FF8F83
Black with #FF8F83
Text Example
Text Example
White with #FF8F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F83; }
p { color: rgb(255,143,131); }
H1.HeaderClassName
{
color: #FF8F83;
}
.AnyTagClassName
{
color: #FF8F83;
}
</style>
background-color css
<style>
a { background-color: #FF8F83; }
a { background-color: rgb(255,143,131); }
div.DivClassName
{
background-color: #FF8F83;
}
.BgClassName
{
background-color: #FF8F83;
}
</style>
border-color css
<style>
span { border-color: #FF8F83; }
span { border-color: rgb(255,143,131); }
td.TdClassName
{
border-color: #FF8F83;
}
.TagClassName
{
border-color: #FF8F83;
}
</style>