Shades of Mona Lisa #F5978A
Tints of Mona Lisa #F5978A
RGB
CMYK
RGB Variations
Color information
#F5978A (or 0xF5978A) is known color: Mona Lisa. HEX triplet: F5, 97 and 8A. RGB value is (245,151,138). Sum of RGB (Red+Green+Blue) = 245+151+138=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5978A is #0A6875. Grayscale: #B1B1B1. Windows color (decimal): -682102 or 9082869. OLE color: 9082869.
HSL color Cylindrical-coordinate representation of color #F5978A: hue angle of 7.29º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5978A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 138 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.04 |
| HSL | 7.29º | 0.84% | 0.75% | - |
| HSV(B) | 7.29º | 0.44% | 0.96% | - |
| XYZ | 53.31 | 43.38 | 29.61 | - |
| YUV | 177.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 138 | 0 | 0.38 | 0.44 | 0.04 | 7.29 | 0.84 | 0.75 |
| Hex | F5 | 97 | 8A | 0 | 26 | 2C | 4 | 7 | 54 | 4B |
| Octal | 365 | 227 | 212 | 0 | 46 | 54 | 4 | 7 | 124 | 113 |
| Binary | 11110101 | 10010111 | 10001010 | 0 | 100110 | 101100 | 100 | 111 | 1010100 | 1001011 |
Color Harmonies of #F5978A
Complementary color
Monochromatic Colors of #F5978A
Black with #F5978A
Text Example
Text Example
White with #F5978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5978A; }
p { color: rgb(245,151,138); }
H1.HeaderClassName
{
color: #F5978A;
}
.AnyTagClassName
{
color: #F5978A;
}
</style>
background-color css
<style>
a { background-color: #F5978A; }
a { background-color: rgb(245,151,138); }
div.DivClassName
{
background-color: #F5978A;
}
.BgClassName
{
background-color: #F5978A;
}
</style>
border-color css
<style>
span { border-color: #F5978A; }
span { border-color: rgb(245,151,138); }
td.TdClassName
{
border-color: #F5978A;
}
.TagClassName
{
border-color: #F5978A;
}
</style>