Shades of Mona Lisa #F4998C
Tints of Mona Lisa #F4998C
RGB
CMYK
RGB Variations
Color information
#F4998C (or 0xF4998C) is known color: Mona Lisa. HEX triplet: F4, 99 and 8C. RGB value is (244,153,140). Sum of RGB (Red+Green+Blue) = 244+153+140=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F4998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4998C is #0B6673. Grayscale: #B2B2B2. Windows color (decimal): -747124 or 9214452. OLE color: 9214452.
HSL color Cylindrical-coordinate representation of color #F4998C: hue angle of 7.5º degrees, saturation: 0.83, 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 #F4998C is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 140 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.04 |
| HSL | 7.5º | 0.83% | 0.75% | - |
| HSV(B) | 7.5º | 0.43% | 0.96% | - |
| XYZ | 53.43 | 43.91 | 30.47 | - |
| YUV | 178.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 140 | 0 | 0.37 | 0.43 | 0.04 | 7.5 | 0.83 | 0.75 |
| Hex | F4 | 99 | 8C | 0 | 25 | 2B | 4 | 8 | 53 | 4B |
| Octal | 364 | 231 | 214 | 0 | 45 | 53 | 4 | 10 | 123 | 113 |
| Binary | 11110100 | 10011001 | 10001100 | 0 | 100101 | 101011 | 100 | 1000 | 1010011 | 1001011 |
Color Harmonies of #F4998C
Complementary color
Monochromatic Colors of #F4998C
Black with #F4998C
Text Example
Text Example
White with #F4998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4998C; }
p { color: rgb(244,153,140); }
H1.HeaderClassName
{
color: #F4998C;
}
.AnyTagClassName
{
color: #F4998C;
}
</style>
background-color css
<style>
a { background-color: #F4998C; }
a { background-color: rgb(244,153,140); }
div.DivClassName
{
background-color: #F4998C;
}
.BgClassName
{
background-color: #F4998C;
}
</style>
border-color css
<style>
span { border-color: #F4998C; }
span { border-color: rgb(244,153,140); }
td.TdClassName
{
border-color: #F4998C;
}
.TagClassName
{
border-color: #F4998C;
}
</style>