Shades of Mona Lisa #F99082
Tints of Mona Lisa #F99082
RGB
CMYK
RGB Variations
Color information
#F99082 (or 0xF99082) is known color: Mona Lisa. HEX triplet: F9, 90 and 82. RGB value is (249,144,130). Sum of RGB (Red+Green+Blue) = 249+144+130=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F99082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99082 is #066F7D. Grayscale: #ADADAD. Windows color (decimal): -421758 or 8556793. OLE color: 8556793.
HSL color Cylindrical-coordinate representation of color #F99082: hue angle of 7.06º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F99082 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 130 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.02 |
| HSL | 7.06º | 0.91% | 0.74% | - |
| HSV(B) | 7.06º | 0.48% | 0.98% | - |
| XYZ | 53.07 | 41.7 | 26.37 | - |
| YUV | 173.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 130 | 0 | 0.42 | 0.48 | 0.02 | 7.06 | 0.91 | 0.74 |
| Hex | F9 | 90 | 82 | 0 | 2A | 30 | 2 | 7 | 5B | 4A |
| Octal | 371 | 220 | 202 | 0 | 52 | 60 | 2 | 7 | 133 | 112 |
| Binary | 11111001 | 10010000 | 10000010 | 0 | 101010 | 110000 | 10 | 111 | 1011011 | 1001010 |
Color Harmonies of #F99082
Complementary color
Monochromatic Colors of #F99082
Black with #F99082
Text Example
Text Example
White with #F99082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99082; }
p { color: rgb(249,144,130); }
H1.HeaderClassName
{
color: #F99082;
}
.AnyTagClassName
{
color: #F99082;
}
</style>
background-color css
<style>
a { background-color: #F99082; }
a { background-color: rgb(249,144,130); }
div.DivClassName
{
background-color: #F99082;
}
.BgClassName
{
background-color: #F99082;
}
</style>
border-color css
<style>
span { border-color: #F99082; }
span { border-color: rgb(249,144,130); }
td.TdClassName
{
border-color: #F99082;
}
.TagClassName
{
border-color: #F99082;
}
</style>