Shades of Mona Lisa #F39D8C
Tints of Mona Lisa #F39D8C
RGB
CMYK
RGB Variations
Color information
#F39D8C (or 0xF39D8C) is known color: Mona Lisa. HEX triplet: F3, 9D and 8C. RGB value is (243,157,140). Sum of RGB (Red+Green+Blue) = 243+157+140=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F39D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39D8C is #0C6273. Grayscale: #B4B4B4. Windows color (decimal): -811636 or 9215475. OLE color: 9215475.
HSL color Cylindrical-coordinate representation of color #F39D8C: hue angle of 9.9º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F39D8C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 157 | 140 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.05 |
| HSL | 9.9º | 0.81% | 0.75% | - |
| HSV(B) | 9.9º | 0.42% | 0.95% | - |
| XYZ | 53.75 | 45.06 | 30.68 | - |
| YUV | 180.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 157 | 140 | 0 | 0.35 | 0.42 | 0.05 | 9.9 | 0.81 | 0.75 |
| Hex | F3 | 9D | 8C | 0 | 23 | 2A | 5 | A | 51 | 4B |
| Octal | 363 | 235 | 214 | 0 | 43 | 52 | 5 | 12 | 121 | 113 |
| Binary | 11110011 | 10011101 | 10001100 | 0 | 100011 | 101010 | 101 | 1010 | 1010001 | 1001011 |
Color Harmonies of #F39D8C
Complementary color
Monochromatic Colors of #F39D8C
Black with #F39D8C
Text Example
Text Example
White with #F39D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39D8C; }
p { color: rgb(243,157,140); }
H1.HeaderClassName
{
color: #F39D8C;
}
.AnyTagClassName
{
color: #F39D8C;
}
</style>
background-color css
<style>
a { background-color: #F39D8C; }
a { background-color: rgb(243,157,140); }
div.DivClassName
{
background-color: #F39D8C;
}
.BgClassName
{
background-color: #F39D8C;
}
</style>
border-color css
<style>
span { border-color: #F39D8C; }
span { border-color: rgb(243,157,140); }
td.TdClassName
{
border-color: #F39D8C;
}
.TagClassName
{
border-color: #F39D8C;
}
</style>