Shades of Mona Lisa #F8978A
Tints of Mona Lisa #F8978A
RGB
CMYK
RGB Variations
Color information
#F8978A (or 0xF8978A) is known color: Mona Lisa. HEX triplet: F8, 97 and 8A. RGB value is (248,151,138). Sum of RGB (Red+Green+Blue) = 248+151+138=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8978A is #076875. Grayscale: #B2B2B2. Windows color (decimal): -485494 or 9082872. OLE color: 9082872.
HSL color Cylindrical-coordinate representation of color #F8978A: hue angle of 7.09º degrees, saturation: 0.89, 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 #F8978A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 138 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.03 |
| HSL | 7.09º | 0.89% | 0.76% | - |
| HSV(B) | 7.09º | 0.44% | 0.97% | - |
| XYZ | 54.37 | 43.92 | 29.66 | - |
| YUV | 178.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 138 | 0 | 0.39 | 0.44 | 0.03 | 7.09 | 0.89 | 0.76 |
| Hex | F8 | 97 | 8A | 0 | 27 | 2C | 3 | 7 | 59 | 4C |
| Octal | 370 | 227 | 212 | 0 | 47 | 54 | 3 | 7 | 131 | 114 |
| Binary | 11111000 | 10010111 | 10001010 | 0 | 100111 | 101100 | 11 | 111 | 1011001 | 1001100 |
Color Harmonies of #F8978A
Complementary color
Monochromatic Colors of #F8978A
Black with #F8978A
Text Example
Text Example
White with #F8978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8978A; }
p { color: rgb(248,151,138); }
H1.HeaderClassName
{
color: #F8978A;
}
.AnyTagClassName
{
color: #F8978A;
}
</style>
background-color css
<style>
a { background-color: #F8978A; }
a { background-color: rgb(248,151,138); }
div.DivClassName
{
background-color: #F8978A;
}
.BgClassName
{
background-color: #F8978A;
}
</style>
border-color css
<style>
span { border-color: #F8978A; }
span { border-color: rgb(248,151,138); }
td.TdClassName
{
border-color: #F8978A;
}
.TagClassName
{
border-color: #F8978A;
}
</style>