Shades of Sundown #F1A4A0
Tints of Sundown #F1A4A0
RGB
CMYK
RGB Variations
Color information
#F1A4A0 (or 0xF1A4A0) is known color: Sundown. HEX triplet: F1, A4 and A0. RGB value is (241,164,160). Sum of RGB (Red+Green+Blue) = 241+164+160=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A4A0 is #0E5B5F. Grayscale: #BABABA. Windows color (decimal): -940896 or 10527985. OLE color: 10527985.
HSL color Cylindrical-coordinate representation of color #F1A4A0: hue angle of 2.96º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A4A0 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 160 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.05 |
| HSL | 2.96º | 0.74% | 0.79% | - |
| HSV(B) | 2.96º | 0.34% | 0.95% | - |
| XYZ | 55.9 | 47.79 | 39.54 | - |
| YUV | 186.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 160 | 0 | 0.32 | 0.34 | 0.05 | 2.96 | 0.74 | 0.79 |
| Hex | F1 | A4 | A0 | 0 | 20 | 22 | 5 | 3 | 4A | 4F |
| Octal | 361 | 244 | 240 | 0 | 40 | 42 | 5 | 3 | 112 | 117 |
| Binary | 11110001 | 10100100 | 10100000 | 0 | 100000 | 100010 | 101 | 11 | 1001010 | 1001111 |
Color Harmonies of #F1A4A0
Complementary color
Monochromatic Colors of #F1A4A0
Black with #F1A4A0
Text Example
Text Example
White with #F1A4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4A0; }
p { color: rgb(241,164,160); }
H1.HeaderClassName
{
color: #F1A4A0;
}
.AnyTagClassName
{
color: #F1A4A0;
}
</style>
background-color css
<style>
a { background-color: #F1A4A0; }
a { background-color: rgb(241,164,160); }
div.DivClassName
{
background-color: #F1A4A0;
}
.BgClassName
{
background-color: #F1A4A0;
}
</style>
border-color css
<style>
span { border-color: #F1A4A0; }
span { border-color: rgb(241,164,160); }
td.TdClassName
{
border-color: #F1A4A0;
}
.TagClassName
{
border-color: #F1A4A0;
}
</style>