Shades of Mona Lisa #F99685
Tints of Mona Lisa #F99685
RGB
CMYK
RGB Variations
Color information
#F99685 (or 0xF99685) is known color: Mona Lisa. HEX triplet: F9, 96 and 85. RGB value is (249,150,133). Sum of RGB (Red+Green+Blue) = 249+150+133=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F99685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99685 is #06697A. Grayscale: #B1B1B1. Windows color (decimal): -420219 or 8754937. OLE color: 8754937.
HSL color Cylindrical-coordinate representation of color #F99685: hue angle of 8.79º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F99685 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 133 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.02 |
| HSL | 8.79º | 0.91% | 0.75% | - |
| HSV(B) | 8.79º | 0.47% | 0.98% | - |
| XYZ | 54.21 | 43.65 | 27.76 | - |
| YUV | 177.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 133 | 0 | 0.40 | 0.47 | 0.02 | 8.79 | 0.91 | 0.75 |
| Hex | F9 | 96 | 85 | 0 | 28 | 2F | 2 | 9 | 5B | 4B |
| Octal | 371 | 226 | 205 | 0 | 50 | 57 | 2 | 11 | 133 | 113 |
| Binary | 11111001 | 10010110 | 10000101 | 0 | 101000 | 101111 | 10 | 1001 | 1011011 | 1001011 |
Color Harmonies of #F99685
Complementary color
Monochromatic Colors of #F99685
Black with #F99685
Text Example
Text Example
White with #F99685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99685; }
p { color: rgb(249,150,133); }
H1.HeaderClassName
{
color: #F99685;
}
.AnyTagClassName
{
color: #F99685;
}
</style>
background-color css
<style>
a { background-color: #F99685; }
a { background-color: rgb(249,150,133); }
div.DivClassName
{
background-color: #F99685;
}
.BgClassName
{
background-color: #F99685;
}
</style>
border-color css
<style>
span { border-color: #F99685; }
span { border-color: rgb(249,150,133); }
td.TdClassName
{
border-color: #F99685;
}
.TagClassName
{
border-color: #F99685;
}
</style>