Shades of Mona Lisa #F7978E
Tints of Mona Lisa #F7978E
RGB
CMYK
RGB Variations
Color information
#F7978E (or 0xF7978E) is known color: Mona Lisa. HEX triplet: F7, 97 and 8E. RGB value is (247,151,142). Sum of RGB (Red+Green+Blue) = 247+151+142=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7978E is #086871. Grayscale: #B2B2B2. Windows color (decimal): -551026 or 9345015. OLE color: 9345015.
HSL color Cylindrical-coordinate representation of color #F7978E: hue angle of 5.14º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7978E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 142 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.03 |
| HSL | 5.14º | 0.87% | 0.76% | - |
| HSV(B) | 5.14º | 0.43% | 0.97% | - |
| XYZ | 54.31 | 43.86 | 31.19 | - |
| YUV | 178.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 142 | 0 | 0.39 | 0.43 | 0.03 | 5.14 | 0.87 | 0.76 |
| Hex | F7 | 97 | 8E | 0 | 27 | 2B | 3 | 5 | 57 | 4C |
| Octal | 367 | 227 | 216 | 0 | 47 | 53 | 3 | 5 | 127 | 114 |
| Binary | 11110111 | 10010111 | 10001110 | 0 | 100111 | 101011 | 11 | 101 | 1010111 | 1001100 |
Color Harmonies of #F7978E
Complementary color
Monochromatic Colors of #F7978E
Black with #F7978E
Text Example
Text Example
White with #F7978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7978E; }
p { color: rgb(247,151,142); }
H1.HeaderClassName
{
color: #F7978E;
}
.AnyTagClassName
{
color: #F7978E;
}
</style>
background-color css
<style>
a { background-color: #F7978E; }
a { background-color: rgb(247,151,142); }
div.DivClassName
{
background-color: #F7978E;
}
.BgClassName
{
background-color: #F7978E;
}
</style>
border-color css
<style>
span { border-color: #F7978E; }
span { border-color: rgb(247,151,142); }
td.TdClassName
{
border-color: #F7978E;
}
.TagClassName
{
border-color: #F7978E;
}
</style>