Shades of Mona Lisa #F99F8C
Tints of Mona Lisa #F99F8C
RGB
CMYK
RGB Variations
Color information
#F99F8C (or 0xF99F8C) is known color: Mona Lisa. HEX triplet: F9, 9F and 8C. RGB value is (249,159,140). Sum of RGB (Red+Green+Blue) = 249+159+140=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F8C is #066073. Grayscale: #B7B7B7. Windows color (decimal): -417908 or 9215993. OLE color: 9215993.
HSL color Cylindrical-coordinate representation of color #F99F8C: hue angle of 10.46º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F99F8C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 140 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.02 |
| HSL | 10.46º | 0.9% | 0.76% | - |
| HSV(B) | 10.46º | 0.44% | 0.98% | - |
| XYZ | 56.2 | 46.83 | 30.89 | - |
| YUV | 183.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 140 | 0 | 0.36 | 0.44 | 0.02 | 10.46 | 0.9 | 0.76 |
| Hex | F9 | 9F | 8C | 0 | 24 | 2C | 2 | A | 5A | 4C |
| Octal | 371 | 237 | 214 | 0 | 44 | 54 | 2 | 12 | 132 | 114 |
| Binary | 11111001 | 10011111 | 10001100 | 0 | 100100 | 101100 | 10 | 1010 | 1011010 | 1001100 |
Color Harmonies of #F99F8C
Complementary color
Monochromatic Colors of #F99F8C
Black with #F99F8C
Text Example
Text Example
White with #F99F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F8C; }
p { color: rgb(249,159,140); }
H1.HeaderClassName
{
color: #F99F8C;
}
.AnyTagClassName
{
color: #F99F8C;
}
</style>
background-color css
<style>
a { background-color: #F99F8C; }
a { background-color: rgb(249,159,140); }
div.DivClassName
{
background-color: #F99F8C;
}
.BgClassName
{
background-color: #F99F8C;
}
</style>
border-color css
<style>
span { border-color: #F99F8C; }
span { border-color: rgb(249,159,140); }
td.TdClassName
{
border-color: #F99F8C;
}
.TagClassName
{
border-color: #F99F8C;
}
</style>