Shades of Mona Lisa #F99D8F
Tints of Mona Lisa #F99D8F
RGB
CMYK
RGB Variations
Color information
#F99D8F (or 0xF99D8F) is known color: Mona Lisa. HEX triplet: F9, 9D and 8F. RGB value is (249,157,143). Sum of RGB (Red+Green+Blue) = 249+157+143=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D8F is #066270. Grayscale: #B7B7B7. Windows color (decimal): -418417 or 9412089. OLE color: 9412089.
HSL color Cylindrical-coordinate representation of color #F99D8F: hue angle of 7.92º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F99D8F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 143 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.02 |
| HSL | 7.92º | 0.9% | 0.77% | - |
| HSV(B) | 7.92º | 0.43% | 0.98% | - |
| XYZ | 56.08 | 46.24 | 31.96 | - |
| YUV | 182.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 143 | 0 | 0.37 | 0.43 | 0.02 | 7.92 | 0.9 | 0.77 |
| Hex | F9 | 9D | 8F | 0 | 25 | 2B | 2 | 8 | 5A | 4D |
| Octal | 371 | 235 | 217 | 0 | 45 | 53 | 2 | 10 | 132 | 115 |
| Binary | 11111001 | 10011101 | 10001111 | 0 | 100101 | 101011 | 10 | 1000 | 1011010 | 1001101 |
Color Harmonies of #F99D8F
Complementary color
Monochromatic Colors of #F99D8F
Black with #F99D8F
Text Example
Text Example
White with #F99D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D8F; }
p { color: rgb(249,157,143); }
H1.HeaderClassName
{
color: #F99D8F;
}
.AnyTagClassName
{
color: #F99D8F;
}
</style>
background-color css
<style>
a { background-color: #F99D8F; }
a { background-color: rgb(249,157,143); }
div.DivClassName
{
background-color: #F99D8F;
}
.BgClassName
{
background-color: #F99D8F;
}
</style>
border-color css
<style>
span { border-color: #F99D8F; }
span { border-color: rgb(249,157,143); }
td.TdClassName
{
border-color: #F99D8F;
}
.TagClassName
{
border-color: #F99D8F;
}
</style>