Shades of Mona Lisa #F99C99
Tints of Mona Lisa #F99C99
RGB
CMYK
RGB Variations
Color information
#F99C99 (or 0xF99C99) is known color: Mona Lisa. HEX triplet: F9, 9C and 99. RGB value is (249,156,153). Sum of RGB (Red+Green+Blue) = 249+156+153=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C99 is #066366. Grayscale: #B7B7B7. Windows color (decimal): -418663 or 10067193. OLE color: 10067193.
HSL color Cylindrical-coordinate representation of color #F99C99: hue angle of 1.88º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F99C99 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 153 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.02 |
| HSL | 1.88º | 0.89% | 0.79% | - |
| HSV(B) | 1.88º | 0.39% | 0.98% | - |
| XYZ | 56.71 | 46.22 | 36.07 | - |
| YUV | 183.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 153 | 0 | 0.37 | 0.39 | 0.02 | 1.88 | 0.89 | 0.79 |
| Hex | F9 | 9C | 99 | 0 | 25 | 27 | 2 | 2 | 59 | 4F |
| Octal | 371 | 234 | 231 | 0 | 45 | 47 | 2 | 2 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10011001 | 0 | 100101 | 100111 | 10 | 10 | 1011001 | 1001111 |
Color Harmonies of #F99C99
Complementary color
Monochromatic Colors of #F99C99
Black with #F99C99
Text Example
Text Example
White with #F99C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C99; }
p { color: rgb(249,156,153); }
H1.HeaderClassName
{
color: #F99C99;
}
.AnyTagClassName
{
color: #F99C99;
}
</style>
background-color css
<style>
a { background-color: #F99C99; }
a { background-color: rgb(249,156,153); }
div.DivClassName
{
background-color: #F99C99;
}
.BgClassName
{
background-color: #F99C99;
}
</style>
border-color css
<style>
span { border-color: #F99C99; }
span { border-color: rgb(249,156,153); }
td.TdClassName
{
border-color: #F99C99;
}
.TagClassName
{
border-color: #F99C99;
}
</style>