Shades of Mona Lisa #F8978D
Tints of Mona Lisa #F8978D
RGB
CMYK
RGB Variations
Color information
#F8978D (or 0xF8978D) is known color: Mona Lisa. HEX triplet: F8, 97 and 8D. RGB value is (248,151,141). Sum of RGB (Red+Green+Blue) = 248+151+141=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8978D is #076872. Grayscale: #B2B2B2. Windows color (decimal): -485491 or 9279480. OLE color: 9279480.
HSL color Cylindrical-coordinate representation of color #F8978D: hue angle of 5.61º degrees, saturation: 0.88, 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 #F8978D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 141 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.03 |
| HSL | 5.61º | 0.88% | 0.76% | - |
| HSV(B) | 5.61º | 0.43% | 0.97% | - |
| XYZ | 54.59 | 44.01 | 30.82 | - |
| YUV | 178.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 141 | 0 | 0.39 | 0.43 | 0.03 | 5.61 | 0.88 | 0.76 |
| Hex | F8 | 97 | 8D | 0 | 27 | 2B | 3 | 6 | 58 | 4C |
| Octal | 370 | 227 | 215 | 0 | 47 | 53 | 3 | 6 | 130 | 114 |
| Binary | 11111000 | 10010111 | 10001101 | 0 | 100111 | 101011 | 11 | 110 | 1011000 | 1001100 |
Color Harmonies of #F8978D
Complementary color
Monochromatic Colors of #F8978D
Black with #F8978D
Text Example
Text Example
White with #F8978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8978D; }
p { color: rgb(248,151,141); }
H1.HeaderClassName
{
color: #F8978D;
}
.AnyTagClassName
{
color: #F8978D;
}
</style>
background-color css
<style>
a { background-color: #F8978D; }
a { background-color: rgb(248,151,141); }
div.DivClassName
{
background-color: #F8978D;
}
.BgClassName
{
background-color: #F8978D;
}
</style>
border-color css
<style>
span { border-color: #F8978D; }
span { border-color: rgb(248,151,141); }
td.TdClassName
{
border-color: #F8978D;
}
.TagClassName
{
border-color: #F8978D;
}
</style>