Shades of Sundown #F0A4A1
Tints of Sundown #F0A4A1
RGB
CMYK
RGB Variations
Color information
#F0A4A1 (or 0xF0A4A1) is known color: Sundown. HEX triplet: F0, A4 and A1. RGB value is (240,164,161). Sum of RGB (Red+Green+Blue) = 240+164+161=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4A1 is #0F5B5E. Grayscale: #BABABA. Windows color (decimal): -1006431 or 10593520. OLE color: 10593520.
HSL color Cylindrical-coordinate representation of color #F0A4A1: hue angle of 2.28º 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 #F0A4A1 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 161 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.06 |
| HSL | 2.28º | 0.72% | 0.79% | - |
| HSV(B) | 2.28º | 0.33% | 0.94% | - |
| XYZ | 55.64 | 47.65 | 39.98 | - |
| YUV | 186.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 161 | 0 | 0.32 | 0.33 | 0.06 | 2.28 | 0.72 | 0.79 |
| Hex | F0 | A4 | A1 | 0 | 20 | 21 | 6 | 2 | 48 | 4F |
| Octal | 360 | 244 | 241 | 0 | 40 | 41 | 6 | 2 | 110 | 117 |
| Binary | 11110000 | 10100100 | 10100001 | 0 | 100000 | 100001 | 110 | 10 | 1001000 | 1001111 |
Color Harmonies of #F0A4A1
Complementary color
Monochromatic Colors of #F0A4A1
Black with #F0A4A1
Text Example
Text Example
White with #F0A4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A4A1; }
p { color: rgb(240,164,161); }
H1.HeaderClassName
{
color: #F0A4A1;
}
.AnyTagClassName
{
color: #F0A4A1;
}
</style>
background-color css
<style>
a { background-color: #F0A4A1; }
a { background-color: rgb(240,164,161); }
div.DivClassName
{
background-color: #F0A4A1;
}
.BgClassName
{
background-color: #F0A4A1;
}
</style>
border-color css
<style>
span { border-color: #F0A4A1; }
span { border-color: rgb(240,164,161); }
td.TdClassName
{
border-color: #F0A4A1;
}
.TagClassName
{
border-color: #F0A4A1;
}
</style>