Shades of Mona Lisa #FA9490
Tints of Mona Lisa #FA9490
RGB
CMYK
RGB Variations
Color information
#FA9490 (or 0xFA9490) is known color: Mona Lisa. HEX triplet: FA, 94 and 90. RGB value is (250,148,144). Sum of RGB (Red+Green+Blue) = 250+148+144=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9490 is #056B6F. Grayscale: #B2B2B2. Windows color (decimal): -355184 or 9475322. OLE color: 9475322.
HSL color Cylindrical-coordinate representation of color #FA9490: hue angle of 2.26º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA9490 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 144 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.02 |
| HSL | 2.26º | 0.91% | 0.77% | - |
| HSV(B) | 2.26º | 0.42% | 0.98% | - |
| XYZ | 55.05 | 43.52 | 31.88 | - |
| YUV | 178.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 144 | 0 | 0.41 | 0.42 | 0.02 | 2.26 | 0.91 | 0.77 |
| Hex | FA | 94 | 90 | 0 | 29 | 2A | 2 | 2 | 5B | 4D |
| Octal | 372 | 224 | 220 | 0 | 51 | 52 | 2 | 2 | 133 | 115 |
| Binary | 11111010 | 10010100 | 10010000 | 0 | 101001 | 101010 | 10 | 10 | 1011011 | 1001101 |
Color Harmonies of #FA9490
Complementary color
Monochromatic Colors of #FA9490
Black with #FA9490
Text Example
Text Example
White with #FA9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9490; }
p { color: rgb(250,148,144); }
H1.HeaderClassName
{
color: #FA9490;
}
.AnyTagClassName
{
color: #FA9490;
}
</style>
background-color css
<style>
a { background-color: #FA9490; }
a { background-color: rgb(250,148,144); }
div.DivClassName
{
background-color: #FA9490;
}
.BgClassName
{
background-color: #FA9490;
}
</style>
border-color css
<style>
span { border-color: #FA9490; }
span { border-color: rgb(250,148,144); }
td.TdClassName
{
border-color: #FA9490;
}
.TagClassName
{
border-color: #FA9490;
}
</style>