Shades of Mona Lisa #F99791
Tints of Mona Lisa #F99791
RGB
CMYK
RGB Variations
Color information
#F99791 (or 0xF99791) is known color: Mona Lisa. HEX triplet: F9, 97 and 91. RGB value is (249,151,145). Sum of RGB (Red+Green+Blue) = 249+151+145=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F99791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99791 is #06686E. Grayscale: #B3B3B3. Windows color (decimal): -419951 or 9541625. OLE color: 9541625.
HSL color Cylindrical-coordinate representation of color #F99791: hue angle of 3.46º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F99791 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 145 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.02 |
| HSL | 3.46º | 0.9% | 0.77% | - |
| HSV(B) | 3.46º | 0.42% | 0.98% | - |
| XYZ | 55.24 | 44.32 | 32.43 | - |
| YUV | 179.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 145 | 0 | 0.39 | 0.42 | 0.02 | 3.46 | 0.9 | 0.77 |
| Hex | F9 | 97 | 91 | 0 | 27 | 2A | 2 | 3 | 5A | 4D |
| Octal | 371 | 227 | 221 | 0 | 47 | 52 | 2 | 3 | 132 | 115 |
| Binary | 11111001 | 10010111 | 10010001 | 0 | 100111 | 101010 | 10 | 11 | 1011010 | 1001101 |
Color Harmonies of #F99791
Complementary color
Monochromatic Colors of #F99791
Black with #F99791
Text Example
Text Example
White with #F99791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99791; }
p { color: rgb(249,151,145); }
H1.HeaderClassName
{
color: #F99791;
}
.AnyTagClassName
{
color: #F99791;
}
</style>
background-color css
<style>
a { background-color: #F99791; }
a { background-color: rgb(249,151,145); }
div.DivClassName
{
background-color: #F99791;
}
.BgClassName
{
background-color: #F99791;
}
</style>
border-color css
<style>
span { border-color: #F99791; }
span { border-color: rgb(249,151,145); }
td.TdClassName
{
border-color: #F99791;
}
.TagClassName
{
border-color: #F99791;
}
</style>