Shades of Mona Lisa #F99F8D
Tints of Mona Lisa #F99F8D
RGB
CMYK
RGB Variations
Color information
#F99F8D (or 0xF99F8D) is known color: Mona Lisa. HEX triplet: F9, 9F and 8D. RGB value is (249,159,141). Sum of RGB (Red+Green+Blue) = 249+159+141=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F8D is #066072. Grayscale: #B8B8B8. Windows color (decimal): -417907 or 9281529. OLE color: 9281529.
HSL color Cylindrical-coordinate representation of color #F99F8D: hue angle of 10º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F99F8D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 141 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.02 |
| HSL | 10º | 0.9% | 0.76% | - |
| HSV(B) | 10º | 0.43% | 0.98% | - |
| XYZ | 56.27 | 46.86 | 31.28 | - |
| YUV | 183.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 141 | 0 | 0.36 | 0.43 | 0.02 | 10 | 0.9 | 0.76 |
| Hex | F9 | 9F | 8D | 0 | 24 | 2B | 2 | A | 5A | 4C |
| Octal | 371 | 237 | 215 | 0 | 44 | 53 | 2 | 12 | 132 | 114 |
| Binary | 11111001 | 10011111 | 10001101 | 0 | 100100 | 101011 | 10 | 1010 | 1011010 | 1001100 |
Color Harmonies of #F99F8D
Complementary color
Monochromatic Colors of #F99F8D
Black with #F99F8D
Text Example
Text Example
White with #F99F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F8D; }
p { color: rgb(249,159,141); }
H1.HeaderClassName
{
color: #F99F8D;
}
.AnyTagClassName
{
color: #F99F8D;
}
</style>
background-color css
<style>
a { background-color: #F99F8D; }
a { background-color: rgb(249,159,141); }
div.DivClassName
{
background-color: #F99F8D;
}
.BgClassName
{
background-color: #F99F8D;
}
</style>
border-color css
<style>
span { border-color: #F99F8D; }
span { border-color: rgb(249,159,141); }
td.TdClassName
{
border-color: #F99F8D;
}
.TagClassName
{
border-color: #F99F8D;
}
</style>