Shades of Mona Lisa #FA9085
Tints of Mona Lisa #FA9085
RGB
CMYK
RGB Variations
Color information
#FA9085 (or 0xFA9085) is known color: Mona Lisa. HEX triplet: FA, 90 and 85. RGB value is (250,144,133). Sum of RGB (Red+Green+Blue) = 250+144+133=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9085 is #056F7A. Grayscale: #AEAEAE. Windows color (decimal): -356219 or 8753402. OLE color: 8753402.
HSL color Cylindrical-coordinate representation of color #FA9085: hue angle of 5.64º 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 #FA9085 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 133 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.02 |
| HSL | 5.64º | 0.92% | 0.75% | - |
| HSV(B) | 5.64º | 0.47% | 0.98% | - |
| XYZ | 53.63 | 41.96 | 27.46 | - |
| YUV | 174.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 133 | 0 | 0.42 | 0.47 | 0.02 | 5.64 | 0.92 | 0.75 |
| Hex | FA | 90 | 85 | 0 | 2A | 2F | 2 | 6 | 5C | 4B |
| Octal | 372 | 220 | 205 | 0 | 52 | 57 | 2 | 6 | 134 | 113 |
| Binary | 11111010 | 10010000 | 10000101 | 0 | 101010 | 101111 | 10 | 110 | 1011100 | 1001011 |
Color Harmonies of #FA9085
Complementary color
Monochromatic Colors of #FA9085
Black with #FA9085
Text Example
Text Example
White with #FA9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9085; }
p { color: rgb(250,144,133); }
H1.HeaderClassName
{
color: #FA9085;
}
.AnyTagClassName
{
color: #FA9085;
}
</style>
background-color css
<style>
a { background-color: #FA9085; }
a { background-color: rgb(250,144,133); }
div.DivClassName
{
background-color: #FA9085;
}
.BgClassName
{
background-color: #FA9085;
}
</style>
border-color css
<style>
span { border-color: #FA9085; }
span { border-color: rgb(250,144,133); }
td.TdClassName
{
border-color: #FA9085;
}
.TagClassName
{
border-color: #FA9085;
}
</style>