Shades of Mona Lisa #FF9A9A
Tints of Mona Lisa #FF9A9A
RGB
CMYK
RGB Variations
Color information
#FF9A9A (or 0xFF9A9A) is known color: Mona Lisa. HEX triplet: FF, 9A and 9A. RGB value is (255,154,154). Sum of RGB (Red+Green+Blue) = 255+154+154=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9A9A is #006565. Grayscale: #B8B8B8. Windows color (decimal): -25958 or 10132223. OLE color: 10132223.
HSL color Cylindrical-coordinate representation of color #FF9A9A: hue angle of 0º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9A9A is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 154 | - |
| CMYK | 0 | 0.40 | 0.40 | 0 |
| HSL | 0º | 1% | 0.8% | - |
| HSV(B) | 0º | 0.4% | 1% | - |
| XYZ | 58.63 | 46.7 | 36.5 | - |
| YUV | 184.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 154 | 0 | 0.40 | 0.40 | 0 | 0 | 1 | 0.8 |
| Hex | FF | 9A | 9A | 0 | 28 | 28 | 0 | 0 | 64 | 50 |
| Octal | 377 | 232 | 232 | 0 | 50 | 50 | 0 | 0 | 144 | 120 |
| Binary | 11111111 | 10011010 | 10011010 | 0 | 101000 | 101000 | 0 | 0 | 1100100 | 1010000 |
Color Harmonies of #FF9A9A
Complementary color
Monochromatic Colors of #FF9A9A
Black with #FF9A9A
Text Example
Text Example
White with #FF9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A9A; }
p { color: rgb(255,154,154); }
H1.HeaderClassName
{
color: #FF9A9A;
}
.AnyTagClassName
{
color: #FF9A9A;
}
</style>
background-color css
<style>
a { background-color: #FF9A9A; }
a { background-color: rgb(255,154,154); }
div.DivClassName
{
background-color: #FF9A9A;
}
.BgClassName
{
background-color: #FF9A9A;
}
</style>
border-color css
<style>
span { border-color: #FF9A9A; }
span { border-color: rgb(255,154,154); }
td.TdClassName
{
border-color: #FF9A9A;
}
.TagClassName
{
border-color: #FF9A9A;
}
</style>