Shades of Mona Lisa #FF8983
Tints of Mona Lisa #FF8983
RGB
CMYK
RGB Variations
Color information
#FF8983 (or 0xFF8983) is known color: Mona Lisa. HEX triplet: FF, 89 and 83. RGB value is (255,137,131). Sum of RGB (Red+Green+Blue) = 255+137+131=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8983 is #00767C. Grayscale: #ABABAB. Windows color (decimal): -30333 or 8620543. OLE color: 8620543.
HSL color Cylindrical-coordinate representation of color #FF8983: hue angle of 2.9º 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 #FF8983 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 131 | - |
| CMYK | 0 | 0.46 | 0.49 | 0 |
| HSL | 2.9º | 1% | 0.76% | - |
| HSV(B) | 2.9º | 0.49% | 1% | - |
| XYZ | 54.28 | 40.79 | 26.49 | - |
| YUV | 171.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 131 | 0 | 0.46 | 0.49 | 0 | 2.9 | 1 | 0.76 |
| Hex | FF | 89 | 83 | 0 | 2E | 31 | 0 | 3 | 64 | 4C |
| Octal | 377 | 211 | 203 | 0 | 56 | 61 | 0 | 3 | 144 | 114 |
| Binary | 11111111 | 10001001 | 10000011 | 0 | 101110 | 110001 | 0 | 11 | 1100100 | 1001100 |
Color Harmonies of #FF8983
Complementary color
Monochromatic Colors of #FF8983
Black with #FF8983
Text Example
Text Example
White with #FF8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8983; }
p { color: rgb(255,137,131); }
H1.HeaderClassName
{
color: #FF8983;
}
.AnyTagClassName
{
color: #FF8983;
}
</style>
background-color css
<style>
a { background-color: #FF8983; }
a { background-color: rgb(255,137,131); }
div.DivClassName
{
background-color: #FF8983;
}
.BgClassName
{
background-color: #FF8983;
}
</style>
border-color css
<style>
span { border-color: #FF8983; }
span { border-color: rgb(255,137,131); }
td.TdClassName
{
border-color: #FF8983;
}
.TagClassName
{
border-color: #FF8983;
}
</style>