Shades of Mona Lisa #F99A8C
Tints of Mona Lisa #F99A8C
RGB
CMYK
RGB Variations
Color information
#F99A8C (or 0xF99A8C) is known color: Mona Lisa. HEX triplet: F9, 9A and 8C. RGB value is (249,154,140). Sum of RGB (Red+Green+Blue) = 249+154+140=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A8C is #066573. Grayscale: #B4B4B4. Windows color (decimal): -419188 or 9214713. OLE color: 9214713.
HSL color Cylindrical-coordinate representation of color #F99A8C: hue angle of 7.71º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F99A8C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 140 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.02 |
| HSL | 7.71º | 0.9% | 0.76% | - |
| HSV(B) | 7.71º | 0.44% | 0.98% | - |
| XYZ | 55.36 | 45.14 | 30.61 | - |
| YUV | 180.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 140 | 0 | 0.38 | 0.44 | 0.02 | 7.71 | 0.9 | 0.76 |
| Hex | F9 | 9A | 8C | 0 | 26 | 2C | 2 | 8 | 5A | 4C |
| Octal | 371 | 232 | 214 | 0 | 46 | 54 | 2 | 10 | 132 | 114 |
| Binary | 11111001 | 10011010 | 10001100 | 0 | 100110 | 101100 | 10 | 1000 | 1011010 | 1001100 |
Color Harmonies of #F99A8C
Complementary color
Monochromatic Colors of #F99A8C
Black with #F99A8C
Text Example
Text Example
White with #F99A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A8C; }
p { color: rgb(249,154,140); }
H1.HeaderClassName
{
color: #F99A8C;
}
.AnyTagClassName
{
color: #F99A8C;
}
</style>
background-color css
<style>
a { background-color: #F99A8C; }
a { background-color: rgb(249,154,140); }
div.DivClassName
{
background-color: #F99A8C;
}
.BgClassName
{
background-color: #F99A8C;
}
</style>
border-color css
<style>
span { border-color: #F99A8C; }
span { border-color: rgb(249,154,140); }
td.TdClassName
{
border-color: #F99A8C;
}
.TagClassName
{
border-color: #F99A8C;
}
</style>