Shades of Mona Lisa #F89082
Tints of Mona Lisa #F89082
RGB
CMYK
RGB Variations
Color information
#F89082 (or 0xF89082) is known color: Mona Lisa. HEX triplet: F8, 90 and 82. RGB value is (248,144,130). Sum of RGB (Red+Green+Blue) = 248+144+130=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F89082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89082 is #076F7D. Grayscale: #ADADAD. Windows color (decimal): -487294 or 8556792. OLE color: 8556792.
HSL color Cylindrical-coordinate representation of color #F89082: hue angle of 7.12º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F89082 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 130 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.03 |
| HSL | 7.12º | 0.89% | 0.74% | - |
| HSV(B) | 7.12º | 0.48% | 0.97% | - |
| XYZ | 52.71 | 41.51 | 26.35 | - |
| YUV | 173.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 130 | 0 | 0.42 | 0.48 | 0.03 | 7.12 | 0.89 | 0.74 |
| Hex | F8 | 90 | 82 | 0 | 2A | 30 | 3 | 7 | 59 | 4A |
| Octal | 370 | 220 | 202 | 0 | 52 | 60 | 3 | 7 | 131 | 112 |
| Binary | 11111000 | 10010000 | 10000010 | 0 | 101010 | 110000 | 11 | 111 | 1011001 | 1001010 |
Color Harmonies of #F89082
Complementary color
Monochromatic Colors of #F89082
Black with #F89082
Text Example
Text Example
White with #F89082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89082; }
p { color: rgb(248,144,130); }
H1.HeaderClassName
{
color: #F89082;
}
.AnyTagClassName
{
color: #F89082;
}
</style>
background-color css
<style>
a { background-color: #F89082; }
a { background-color: rgb(248,144,130); }
div.DivClassName
{
background-color: #F89082;
}
.BgClassName
{
background-color: #F89082;
}
</style>
border-color css
<style>
span { border-color: #F89082; }
span { border-color: rgb(248,144,130); }
td.TdClassName
{
border-color: #F89082;
}
.TagClassName
{
border-color: #F89082;
}
</style>