Shades of Mona Lisa #FA9487
Tints of Mona Lisa #FA9487
RGB
CMYK
RGB Variations
Color information
#FA9487 (or 0xFA9487) is known color: Mona Lisa. HEX triplet: FA, 94 and 87. RGB value is (250,148,135). Sum of RGB (Red+Green+Blue) = 250+148+135=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9487 is #056B78. Grayscale: #B1B1B1. Windows color (decimal): -355193 or 8885498. OLE color: 8885498.
HSL color Cylindrical-coordinate representation of color #FA9487: hue angle of 6.78º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA9487 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 135 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.02 |
| HSL | 6.78º | 0.92% | 0.75% | - |
| HSV(B) | 6.78º | 0.46% | 0.98% | - |
| XYZ | 54.39 | 43.25 | 28.4 | - |
| YUV | 177.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 135 | 0 | 0.41 | 0.46 | 0.02 | 6.78 | 0.92 | 0.75 |
| Hex | FA | 94 | 87 | 0 | 29 | 2E | 2 | 7 | 5C | 4B |
| Octal | 372 | 224 | 207 | 0 | 51 | 56 | 2 | 7 | 134 | 113 |
| Binary | 11111010 | 10010100 | 10000111 | 0 | 101001 | 101110 | 10 | 111 | 1011100 | 1001011 |
Color Harmonies of #FA9487
Complementary color
Monochromatic Colors of #FA9487
Black with #FA9487
Text Example
Text Example
White with #FA9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9487; }
p { color: rgb(250,148,135); }
H1.HeaderClassName
{
color: #FA9487;
}
.AnyTagClassName
{
color: #FA9487;
}
</style>
background-color css
<style>
a { background-color: #FA9487; }
a { background-color: rgb(250,148,135); }
div.DivClassName
{
background-color: #FA9487;
}
.BgClassName
{
background-color: #FA9487;
}
</style>
border-color css
<style>
span { border-color: #FA9487; }
span { border-color: rgb(250,148,135); }
td.TdClassName
{
border-color: #FA9487;
}
.TagClassName
{
border-color: #FA9487;
}
</style>