Shades of Mona Lisa #FF8F82
Tints of Mona Lisa #FF8F82
RGB
CMYK
RGB Variations
Color information
#FF8F82 (or 0xFF8F82) is known color: Mona Lisa. HEX triplet: FF, 8F and 82. RGB value is (255,143,130). Sum of RGB (Red+Green+Blue) = 255+143+130=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F82 is #00707D. Grayscale: #AFAFAF. Windows color (decimal): -28798 or 8556543. OLE color: 8556543.
HSL color Cylindrical-coordinate representation of color #FF8F82: hue angle of 6.24º 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 #FF8F82 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 130 | - |
| CMYK | 0 | 0.44 | 0.49 | 0 |
| HSL | 6.24º | 1% | 0.75% | - |
| HSV(B) | 6.24º | 0.49% | 1% | - |
| XYZ | 55.09 | 42.52 | 26.42 | - |
| YUV | 175.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 130 | 0 | 0.44 | 0.49 | 0 | 6.24 | 1 | 0.75 |
| Hex | FF | 8F | 82 | 0 | 2C | 31 | 0 | 6 | 64 | 4B |
| Octal | 377 | 217 | 202 | 0 | 54 | 61 | 0 | 6 | 144 | 113 |
| Binary | 11111111 | 10001111 | 10000010 | 0 | 101100 | 110001 | 0 | 110 | 1100100 | 1001011 |
Color Harmonies of #FF8F82
Complementary color
Monochromatic Colors of #FF8F82
Black with #FF8F82
Text Example
Text Example
White with #FF8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F82; }
p { color: rgb(255,143,130); }
H1.HeaderClassName
{
color: #FF8F82;
}
.AnyTagClassName
{
color: #FF8F82;
}
</style>
background-color css
<style>
a { background-color: #FF8F82; }
a { background-color: rgb(255,143,130); }
div.DivClassName
{
background-color: #FF8F82;
}
.BgClassName
{
background-color: #FF8F82;
}
</style>
border-color css
<style>
span { border-color: #FF8F82; }
span { border-color: rgb(255,143,130); }
td.TdClassName
{
border-color: #FF8F82;
}
.TagClassName
{
border-color: #FF8F82;
}
</style>