Shades of Mona Lisa #F8978B
Tints of Mona Lisa #F8978B
RGB
CMYK
RGB Variations
Color information
#F8978B (or 0xF8978B) is known color: Mona Lisa. HEX triplet: F8, 97 and 8B. RGB value is (248,151,139). Sum of RGB (Red+Green+Blue) = 248+151+139=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8978B is #076874. Grayscale: #B2B2B2. Windows color (decimal): -485493 or 9148408. OLE color: 9148408.
HSL color Cylindrical-coordinate representation of color #F8978B: hue angle of 6.61º 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 #F8978B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 139 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.03 |
| HSL | 6.61º | 0.89% | 0.76% | - |
| HSV(B) | 6.61º | 0.44% | 0.97% | - |
| XYZ | 54.44 | 43.95 | 30.04 | - |
| YUV | 178.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 139 | 0 | 0.39 | 0.44 | 0.03 | 6.61 | 0.89 | 0.76 |
| Hex | F8 | 97 | 8B | 0 | 27 | 2C | 3 | 7 | 59 | 4C |
| Octal | 370 | 227 | 213 | 0 | 47 | 54 | 3 | 7 | 131 | 114 |
| Binary | 11111000 | 10010111 | 10001011 | 0 | 100111 | 101100 | 11 | 111 | 1011001 | 1001100 |
Color Harmonies of #F8978B
Complementary color
Monochromatic Colors of #F8978B
Black with #F8978B
Text Example
Text Example
White with #F8978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8978B; }
p { color: rgb(248,151,139); }
H1.HeaderClassName
{
color: #F8978B;
}
.AnyTagClassName
{
color: #F8978B;
}
</style>
background-color css
<style>
a { background-color: #F8978B; }
a { background-color: rgb(248,151,139); }
div.DivClassName
{
background-color: #F8978B;
}
.BgClassName
{
background-color: #F8978B;
}
</style>
border-color css
<style>
span { border-color: #F8978B; }
span { border-color: rgb(248,151,139); }
td.TdClassName
{
border-color: #F8978B;
}
.TagClassName
{
border-color: #F8978B;
}
</style>