Shades of Mona Lisa #FA8F81
Tints of Mona Lisa #FA8F81
RGB
CMYK
RGB Variations
Color information
#FA8F81 (or 0xFA8F81) is known color: Mona Lisa. HEX triplet: FA, 8F and 81. RGB value is (250,143,129). Sum of RGB (Red+Green+Blue) = 250+143+129=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F81 is #05707E. Grayscale: #ADADAD. Windows color (decimal): -356479 or 8491002. OLE color: 8491002.
HSL color Cylindrical-coordinate representation of color #FA8F81: hue angle of 6.94º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8F81 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 129 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.02 |
| HSL | 6.94º | 0.92% | 0.74% | - |
| HSV(B) | 6.94º | 0.48% | 0.98% | - |
| XYZ | 53.21 | 41.55 | 25.99 | - |
| YUV | 173.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 129 | 0 | 0.43 | 0.48 | 0.02 | 6.94 | 0.92 | 0.74 |
| Hex | FA | 8F | 81 | 0 | 2B | 30 | 2 | 7 | 5C | 4A |
| Octal | 372 | 217 | 201 | 0 | 53 | 60 | 2 | 7 | 134 | 112 |
| Binary | 11111010 | 10001111 | 10000001 | 0 | 101011 | 110000 | 10 | 111 | 1011100 | 1001010 |
Color Harmonies of #FA8F81
Complementary color
Monochromatic Colors of #FA8F81
Black with #FA8F81
Text Example
Text Example
White with #FA8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F81; }
p { color: rgb(250,143,129); }
H1.HeaderClassName
{
color: #FA8F81;
}
.AnyTagClassName
{
color: #FA8F81;
}
</style>
background-color css
<style>
a { background-color: #FA8F81; }
a { background-color: rgb(250,143,129); }
div.DivClassName
{
background-color: #FA8F81;
}
.BgClassName
{
background-color: #FA8F81;
}
</style>
border-color css
<style>
span { border-color: #FA8F81; }
span { border-color: rgb(250,143,129); }
td.TdClassName
{
border-color: #FA8F81;
}
.TagClassName
{
border-color: #FA8F81;
}
</style>