Shades of Mona Lisa #F99D92
Tints of Mona Lisa #F99D92
RGB
CMYK
RGB Variations
Color information
#F99D92 (or 0xF99D92) is known color: Mona Lisa. HEX triplet: F9, 9D and 92. RGB value is (249,157,146). Sum of RGB (Red+Green+Blue) = 249+157+146=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D92 is #06626D. Grayscale: #B7B7B7. Windows color (decimal): -418414 or 9608697. OLE color: 9608697.
HSL color Cylindrical-coordinate representation of color #F99D92: hue angle of 6.41º 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 #F99D92 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 146 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.02 |
| HSL | 6.41º | 0.9% | 0.77% | - |
| HSV(B) | 6.41º | 0.41% | 0.98% | - |
| XYZ | 56.31 | 46.33 | 33.17 | - |
| YUV | 183.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 146 | 0 | 0.37 | 0.41 | 0.02 | 6.41 | 0.9 | 0.77 |
| Hex | F9 | 9D | 92 | 0 | 25 | 29 | 2 | 6 | 5A | 4D |
| Octal | 371 | 235 | 222 | 0 | 45 | 51 | 2 | 6 | 132 | 115 |
| Binary | 11111001 | 10011101 | 10010010 | 0 | 100101 | 101001 | 10 | 110 | 1011010 | 1001101 |
Color Harmonies of #F99D92
Complementary color
Monochromatic Colors of #F99D92
Black with #F99D92
Text Example
Text Example
White with #F99D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D92; }
p { color: rgb(249,157,146); }
H1.HeaderClassName
{
color: #F99D92;
}
.AnyTagClassName
{
color: #F99D92;
}
</style>
background-color css
<style>
a { background-color: #F99D92; }
a { background-color: rgb(249,157,146); }
div.DivClassName
{
background-color: #F99D92;
}
.BgClassName
{
background-color: #F99D92;
}
</style>
border-color css
<style>
span { border-color: #F99D92; }
span { border-color: rgb(249,157,146); }
td.TdClassName
{
border-color: #F99D92;
}
.TagClassName
{
border-color: #F99D92;
}
</style>