Shades of Mona Lisa #F9968E
Tints of Mona Lisa #F9968E
RGB
CMYK
RGB Variations
Color information
#F9968E (or 0xF9968E) is known color: Mona Lisa. HEX triplet: F9, 96 and 8E. RGB value is (249,150,142). Sum of RGB (Red+Green+Blue) = 249+150+142=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9968E is #066971. Grayscale: #B2B2B2. Windows color (decimal): -420210 or 9344761. OLE color: 9344761.
HSL color Cylindrical-coordinate representation of color #F9968E: hue angle of 4.49º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9968E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 142 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.02 |
| HSL | 4.49º | 0.9% | 0.77% | - |
| HSV(B) | 4.49º | 0.43% | 0.98% | - |
| XYZ | 54.86 | 43.91 | 31.17 | - |
| YUV | 178.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 142 | 0 | 0.40 | 0.43 | 0.02 | 4.49 | 0.9 | 0.77 |
| Hex | F9 | 96 | 8E | 0 | 28 | 2B | 2 | 4 | 5A | 4D |
| Octal | 371 | 226 | 216 | 0 | 50 | 53 | 2 | 4 | 132 | 115 |
| Binary | 11111001 | 10010110 | 10001110 | 0 | 101000 | 101011 | 10 | 100 | 1011010 | 1001101 |
Color Harmonies of #F9968E
Complementary color
Monochromatic Colors of #F9968E
Black with #F9968E
Text Example
Text Example
White with #F9968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9968E; }
p { color: rgb(249,150,142); }
H1.HeaderClassName
{
color: #F9968E;
}
.AnyTagClassName
{
color: #F9968E;
}
</style>
background-color css
<style>
a { background-color: #F9968E; }
a { background-color: rgb(249,150,142); }
div.DivClassName
{
background-color: #F9968E;
}
.BgClassName
{
background-color: #F9968E;
}
</style>
border-color css
<style>
span { border-color: #F9968E; }
span { border-color: rgb(249,150,142); }
td.TdClassName
{
border-color: #F9968E;
}
.TagClassName
{
border-color: #F9968E;
}
</style>