Shades of Mona Lisa #F99C92
Tints of Mona Lisa #F99C92
RGB
CMYK
RGB Variations
Color information
#F99C92 (or 0xF99C92) is known color: Mona Lisa. HEX triplet: F9, 9C and 92. RGB value is (249,156,146). Sum of RGB (Red+Green+Blue) = 249+156+146=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C92 is #06636D. Grayscale: #B6B6B6. Windows color (decimal): -418670 or 9608441. OLE color: 9608441.
HSL color Cylindrical-coordinate representation of color #F99C92: hue angle of 5.83º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99C92 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 146 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.02 |
| HSL | 5.83º | 0.9% | 0.77% | - |
| HSV(B) | 5.83º | 0.41% | 0.98% | - |
| XYZ | 56.14 | 45.99 | 33.11 | - |
| YUV | 182.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 146 | 0 | 0.37 | 0.41 | 0.02 | 5.83 | 0.9 | 0.77 |
| Hex | F9 | 9C | 92 | 0 | 25 | 29 | 2 | 6 | 5A | 4D |
| Octal | 371 | 234 | 222 | 0 | 45 | 51 | 2 | 6 | 132 | 115 |
| Binary | 11111001 | 10011100 | 10010010 | 0 | 100101 | 101001 | 10 | 110 | 1011010 | 1001101 |
Color Harmonies of #F99C92
Complementary color
Monochromatic Colors of #F99C92
Black with #F99C92
Text Example
Text Example
White with #F99C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C92; }
p { color: rgb(249,156,146); }
H1.HeaderClassName
{
color: #F99C92;
}
.AnyTagClassName
{
color: #F99C92;
}
</style>
background-color css
<style>
a { background-color: #F99C92; }
a { background-color: rgb(249,156,146); }
div.DivClassName
{
background-color: #F99C92;
}
.BgClassName
{
background-color: #F99C92;
}
</style>
border-color css
<style>
span { border-color: #F99C92; }
span { border-color: rgb(249,156,146); }
td.TdClassName
{
border-color: #F99C92;
}
.TagClassName
{
border-color: #F99C92;
}
</style>