Shades of Mona Lisa #FA9184
Tints of Mona Lisa #FA9184
RGB
CMYK
RGB Variations
Color information
#FA9184 (or 0xFA9184) is known color: Mona Lisa. HEX triplet: FA, 91 and 84. RGB value is (250,145,132). Sum of RGB (Red+Green+Blue) = 250+145+132=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9184 is #056E7B. Grayscale: #AFAFAF. Windows color (decimal): -355964 or 8688122. OLE color: 8688122.
HSL color Cylindrical-coordinate representation of color #FA9184: hue angle of 6.61º degrees, saturation: 0.92, 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 #FA9184 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 132 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.02 |
| HSL | 6.61º | 0.92% | 0.75% | - |
| HSV(B) | 6.61º | 0.47% | 0.98% | - |
| XYZ | 53.71 | 42.24 | 27.15 | - |
| YUV | 174.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 132 | 0 | 0.42 | 0.47 | 0.02 | 6.61 | 0.92 | 0.75 |
| Hex | FA | 91 | 84 | 0 | 2A | 2F | 2 | 7 | 5C | 4B |
| Octal | 372 | 221 | 204 | 0 | 52 | 57 | 2 | 7 | 134 | 113 |
| Binary | 11111010 | 10010001 | 10000100 | 0 | 101010 | 101111 | 10 | 111 | 1011100 | 1001011 |
Color Harmonies of #FA9184
Complementary color
Monochromatic Colors of #FA9184
Black with #FA9184
Text Example
Text Example
White with #FA9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9184; }
p { color: rgb(250,145,132); }
H1.HeaderClassName
{
color: #FA9184;
}
.AnyTagClassName
{
color: #FA9184;
}
</style>
background-color css
<style>
a { background-color: #FA9184; }
a { background-color: rgb(250,145,132); }
div.DivClassName
{
background-color: #FA9184;
}
.BgClassName
{
background-color: #FA9184;
}
</style>
border-color css
<style>
span { border-color: #FA9184; }
span { border-color: rgb(250,145,132); }
td.TdClassName
{
border-color: #FA9184;
}
.TagClassName
{
border-color: #FA9184;
}
</style>