Shades of Sundown #F0AAA1
Tints of Sundown #F0AAA1
RGB
CMYK
RGB Variations
Color information
#F0AAA1 (or 0xF0AAA1) is known color: Sundown. HEX triplet: F0, AA and A1. RGB value is (240,170,161). Sum of RGB (Red+Green+Blue) = 240+170+161=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAA1 is #0F555E. Grayscale: #BEBEBE. Windows color (decimal): -1004895 or 10595056. OLE color: 10595056.
HSL color Cylindrical-coordinate representation of color #F0AAA1: hue angle of 6.84º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0AAA1 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 161 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.06 |
| HSL | 6.84º | 0.72% | 0.79% | - |
| HSV(B) | 6.84º | 0.33% | 0.94% | - |
| XYZ | 56.74 | 49.85 | 40.35 | - |
| YUV | 189.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 161 | 0 | 0.29 | 0.33 | 0.06 | 6.84 | 0.72 | 0.79 |
| Hex | F0 | AA | A1 | 0 | 1D | 21 | 6 | 7 | 48 | 4F |
| Octal | 360 | 252 | 241 | 0 | 35 | 41 | 6 | 7 | 110 | 117 |
| Binary | 11110000 | 10101010 | 10100001 | 0 | 11101 | 100001 | 110 | 111 | 1001000 | 1001111 |
Color Harmonies of #F0AAA1
Complementary color
Monochromatic Colors of #F0AAA1
Black with #F0AAA1
Text Example
Text Example
White with #F0AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAA1; }
p { color: rgb(240,170,161); }
H1.HeaderClassName
{
color: #F0AAA1;
}
.AnyTagClassName
{
color: #F0AAA1;
}
</style>
background-color css
<style>
a { background-color: #F0AAA1; }
a { background-color: rgb(240,170,161); }
div.DivClassName
{
background-color: #F0AAA1;
}
.BgClassName
{
background-color: #F0AAA1;
}
</style>
border-color css
<style>
span { border-color: #F0AAA1; }
span { border-color: rgb(240,170,161); }
td.TdClassName
{
border-color: #F0AAA1;
}
.TagClassName
{
border-color: #F0AAA1;
}
</style>