Shades of Mona Lisa #FF9082
Tints of Mona Lisa #FF9082
RGB
CMYK
RGB Variations
Color information
#FF9082 (or 0xFF9082) is known color: Mona Lisa. HEX triplet: FF, 90 and 82. RGB value is (255,144,130). Sum of RGB (Red+Green+Blue) = 255+144+130=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9082 is #006F7D. Grayscale: #AFAFAF. Windows color (decimal): -28542 or 8556799. OLE color: 8556799.
HSL color Cylindrical-coordinate representation of color #FF9082: hue angle of 6.72º 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 #FF9082 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 130 | - |
| CMYK | 0 | 0.44 | 0.49 | 0 |
| HSL | 6.72º | 1% | 0.75% | - |
| HSV(B) | 6.72º | 0.49% | 1% | - |
| XYZ | 55.24 | 42.82 | 26.47 | - |
| YUV | 175.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 130 | 0 | 0.44 | 0.49 | 0 | 6.72 | 1 | 0.75 |
| Hex | FF | 90 | 82 | 0 | 2C | 31 | 0 | 7 | 64 | 4B |
| Octal | 377 | 220 | 202 | 0 | 54 | 61 | 0 | 7 | 144 | 113 |
| Binary | 11111111 | 10010000 | 10000010 | 0 | 101100 | 110001 | 0 | 111 | 1100100 | 1001011 |
Color Harmonies of #FF9082
Complementary color
Monochromatic Colors of #FF9082
Black with #FF9082
Text Example
Text Example
White with #FF9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9082; }
p { color: rgb(255,144,130); }
H1.HeaderClassName
{
color: #FF9082;
}
.AnyTagClassName
{
color: #FF9082;
}
</style>
background-color css
<style>
a { background-color: #FF9082; }
a { background-color: rgb(255,144,130); }
div.DivClassName
{
background-color: #FF9082;
}
.BgClassName
{
background-color: #FF9082;
}
</style>
border-color css
<style>
span { border-color: #FF9082; }
span { border-color: rgb(255,144,130); }
td.TdClassName
{
border-color: #FF9082;
}
.TagClassName
{
border-color: #FF9082;
}
</style>