Shades of Mona Lisa #F7958B
Tints of Mona Lisa #F7958B
RGB
CMYK
RGB Variations
Color information
#F7958B (or 0xF7958B) is known color: Mona Lisa. HEX triplet: F7, 95 and 8B. RGB value is (247,149,139). Sum of RGB (Red+Green+Blue) = 247+149+139=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7958B is #086A74. Grayscale: #B1B1B1. Windows color (decimal): -551541 or 9147895. OLE color: 9147895.
HSL color Cylindrical-coordinate representation of color #F7958B: hue angle of 5.56º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7958B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 149 | 139 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.03 |
| HSL | 5.56º | 0.87% | 0.76% | - |
| HSV(B) | 5.56º | 0.44% | 0.97% | - |
| XYZ | 53.77 | 43.13 | 29.92 | - |
| YUV | 177.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 149 | 139 | 0 | 0.40 | 0.44 | 0.03 | 5.56 | 0.87 | 0.76 |
| Hex | F7 | 95 | 8B | 0 | 28 | 2C | 3 | 6 | 57 | 4C |
| Octal | 367 | 225 | 213 | 0 | 50 | 54 | 3 | 6 | 127 | 114 |
| Binary | 11110111 | 10010101 | 10001011 | 0 | 101000 | 101100 | 11 | 110 | 1010111 | 1001100 |
Color Harmonies of #F7958B
Complementary color
Monochromatic Colors of #F7958B
Black with #F7958B
Text Example
Text Example
White with #F7958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7958B; }
p { color: rgb(247,149,139); }
H1.HeaderClassName
{
color: #F7958B;
}
.AnyTagClassName
{
color: #F7958B;
}
</style>
background-color css
<style>
a { background-color: #F7958B; }
a { background-color: rgb(247,149,139); }
div.DivClassName
{
background-color: #F7958B;
}
.BgClassName
{
background-color: #F7958B;
}
</style>
border-color css
<style>
span { border-color: #F7958B; }
span { border-color: rgb(247,149,139); }
td.TdClassName
{
border-color: #F7958B;
}
.TagClassName
{
border-color: #F7958B;
}
</style>