Shades of Mona Lisa #F98C80
Tints of Mona Lisa #F98C80
RGB
CMYK
RGB Variations
Color information
#F98C80 (or 0xF98C80) is known color: Mona Lisa. HEX triplet: F9, 8C and 80. RGB value is (249,140,128). Sum of RGB (Red+Green+Blue) = 249+140+128=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98C80 is #06737F. Grayscale: #ABABAB. Windows color (decimal): -422784 or 8424697. OLE color: 8424697.
HSL color Cylindrical-coordinate representation of color #F98C80: hue angle of 5.95º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F98C80 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 128 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.02 |
| HSL | 5.95º | 0.91% | 0.74% | - |
| HSV(B) | 5.95º | 0.49% | 0.98% | - |
| XYZ | 52.34 | 40.45 | 25.47 | - |
| YUV | 171.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 128 | 0 | 0.44 | 0.49 | 0.02 | 5.95 | 0.91 | 0.74 |
| Hex | F9 | 8C | 80 | 0 | 2C | 31 | 2 | 6 | 5B | 4A |
| Octal | 371 | 214 | 200 | 0 | 54 | 61 | 2 | 6 | 133 | 112 |
| Binary | 11111001 | 10001100 | 10000000 | 0 | 101100 | 110001 | 10 | 110 | 1011011 | 1001010 |
Color Harmonies of #F98C80
Complementary color
Monochromatic Colors of #F98C80
Black with #F98C80
Text Example
Text Example
White with #F98C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C80; }
p { color: rgb(249,140,128); }
H1.HeaderClassName
{
color: #F98C80;
}
.AnyTagClassName
{
color: #F98C80;
}
</style>
background-color css
<style>
a { background-color: #F98C80; }
a { background-color: rgb(249,140,128); }
div.DivClassName
{
background-color: #F98C80;
}
.BgClassName
{
background-color: #F98C80;
}
</style>
border-color css
<style>
span { border-color: #F98C80; }
span { border-color: rgb(249,140,128); }
td.TdClassName
{
border-color: #F98C80;
}
.TagClassName
{
border-color: #F98C80;
}
</style>