Shades of Mona Lisa #FF8A8A
Tints of Mona Lisa #FF8A8A
RGB
CMYK
RGB Variations
Color information
#FF8A8A (or 0xFF8A8A) is known color: Mona Lisa. HEX triplet: FF, 8A and 8A. RGB value is (255,138,138). Sum of RGB (Red+Green+Blue) = 255+138+138=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8A8A is #007575. Grayscale: #ADADAD. Windows color (decimal): -30070 or 9079551. OLE color: 9079551.
HSL color Cylindrical-coordinate representation of color #FF8A8A: hue angle of 0º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8A8A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 138 | - |
| CMYK | 0 | 0.46 | 0.46 | 0 |
| HSL | 0º | 1% | 0.77% | - |
| HSV(B) | 0º | 0.46% | 1% | - |
| XYZ | 54.92 | 41.27 | 29.12 | - |
| YUV | 172.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 138 | 0 | 0.46 | 0.46 | 0 | 0 | 1 | 0.77 |
| Hex | FF | 8A | 8A | 0 | 2E | 2E | 0 | 0 | 64 | 4D |
| Octal | 377 | 212 | 212 | 0 | 56 | 56 | 0 | 0 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10001010 | 0 | 101110 | 101110 | 0 | 0 | 1100100 | 1001101 |
Color Harmonies of #FF8A8A
Complementary color
Monochromatic Colors of #FF8A8A
Black with #FF8A8A
Text Example
Text Example
White with #FF8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A8A; }
p { color: rgb(255,138,138); }
H1.HeaderClassName
{
color: #FF8A8A;
}
.AnyTagClassName
{
color: #FF8A8A;
}
</style>
background-color css
<style>
a { background-color: #FF8A8A; }
a { background-color: rgb(255,138,138); }
div.DivClassName
{
background-color: #FF8A8A;
}
.BgClassName
{
background-color: #FF8A8A;
}
</style>
border-color css
<style>
span { border-color: #FF8A8A; }
span { border-color: rgb(255,138,138); }
td.TdClassName
{
border-color: #FF8A8A;
}
.TagClassName
{
border-color: #FF8A8A;
}
</style>