Shades of Mona Lisa #F6978B
Tints of Mona Lisa #F6978B
RGB
CMYK
RGB Variations
Color information
#F6978B (or 0xF6978B) is known color: Mona Lisa. HEX triplet: F6, 97 and 8B. RGB value is (246,151,139). Sum of RGB (Red+Green+Blue) = 246+151+139=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6978B is #096874. Grayscale: #B2B2B2. Windows color (decimal): -616565 or 9148406. OLE color: 9148406.
HSL color Cylindrical-coordinate representation of color #F6978B: hue angle of 6.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6978B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 139 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.04 |
| HSL | 6.73º | 0.86% | 0.75% | - |
| HSV(B) | 6.73º | 0.43% | 0.96% | - |
| XYZ | 53.73 | 43.59 | 30.01 | - |
| YUV | 178.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 139 | 0 | 0.39 | 0.43 | 0.04 | 6.73 | 0.86 | 0.75 |
| Hex | F6 | 97 | 8B | 0 | 27 | 2B | 4 | 7 | 56 | 4B |
| Octal | 366 | 227 | 213 | 0 | 47 | 53 | 4 | 7 | 126 | 113 |
| Binary | 11110110 | 10010111 | 10001011 | 0 | 100111 | 101011 | 100 | 111 | 1010110 | 1001011 |
Color Harmonies of #F6978B
Complementary color
Monochromatic Colors of #F6978B
Black with #F6978B
Text Example
Text Example
White with #F6978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6978B; }
p { color: rgb(246,151,139); }
H1.HeaderClassName
{
color: #F6978B;
}
.AnyTagClassName
{
color: #F6978B;
}
</style>
background-color css
<style>
a { background-color: #F6978B; }
a { background-color: rgb(246,151,139); }
div.DivClassName
{
background-color: #F6978B;
}
.BgClassName
{
background-color: #F6978B;
}
</style>
border-color css
<style>
span { border-color: #F6978B; }
span { border-color: rgb(246,151,139); }
td.TdClassName
{
border-color: #F6978B;
}
.TagClassName
{
border-color: #F6978B;
}
</style>