Shades of Mona Lisa #F99384
Tints of Mona Lisa #F99384
RGB
CMYK
RGB Variations
Color information
#F99384 (or 0xF99384) is known color: Mona Lisa. HEX triplet: F9, 93 and 84. RGB value is (249,147,132). Sum of RGB (Red+Green+Blue) = 249+147+132=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F99384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99384 is #066C7B. Grayscale: #AFAFAF. Windows color (decimal): -420988 or 8688633. OLE color: 8688633.
HSL color Cylindrical-coordinate representation of color #F99384: hue angle of 7.69º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F99384 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 132 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.02 |
| HSL | 7.69º | 0.91% | 0.75% | - |
| HSV(B) | 7.69º | 0.47% | 0.98% | - |
| XYZ | 53.67 | 42.67 | 27.24 | - |
| YUV | 175.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 132 | 0 | 0.41 | 0.47 | 0.02 | 7.69 | 0.91 | 0.75 |
| Hex | F9 | 93 | 84 | 0 | 29 | 2F | 2 | 8 | 5B | 4B |
| Octal | 371 | 223 | 204 | 0 | 51 | 57 | 2 | 10 | 133 | 113 |
| Binary | 11111001 | 10010011 | 10000100 | 0 | 101001 | 101111 | 10 | 1000 | 1011011 | 1001011 |
Color Harmonies of #F99384
Complementary color
Monochromatic Colors of #F99384
Black with #F99384
Text Example
Text Example
White with #F99384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99384; }
p { color: rgb(249,147,132); }
H1.HeaderClassName
{
color: #F99384;
}
.AnyTagClassName
{
color: #F99384;
}
</style>
background-color css
<style>
a { background-color: #F99384; }
a { background-color: rgb(249,147,132); }
div.DivClassName
{
background-color: #F99384;
}
.BgClassName
{
background-color: #F99384;
}
</style>
border-color css
<style>
span { border-color: #F99384; }
span { border-color: rgb(249,147,132); }
td.TdClassName
{
border-color: #F99384;
}
.TagClassName
{
border-color: #F99384;
}
</style>