Shades of Sundown #F2A4A1
Tints of Sundown #F2A4A1
RGB
CMYK
RGB Variations
Color information
#F2A4A1 (or 0xF2A4A1) is known color: Sundown. HEX triplet: F2, A4 and A1. RGB value is (242,164,161). Sum of RGB (Red+Green+Blue) = 242+164+161=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A4A1 is #0D5B5E. Grayscale: #BBBBBB. Windows color (decimal): -875359 or 10593522. OLE color: 10593522.
HSL color Cylindrical-coordinate representation of color #F2A4A1: hue angle of 2.22º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A4A1 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 161 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.05 |
| HSL | 2.22º | 0.76% | 0.79% | - |
| HSV(B) | 2.22º | 0.33% | 0.95% | - |
| XYZ | 56.33 | 48 | 40.01 | - |
| YUV | 186.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 161 | 0 | 0.32 | 0.33 | 0.05 | 2.22 | 0.76 | 0.79 |
| Hex | F2 | A4 | A1 | 0 | 20 | 21 | 5 | 2 | 4C | 4F |
| Octal | 362 | 244 | 241 | 0 | 40 | 41 | 5 | 2 | 114 | 117 |
| Binary | 11110010 | 10100100 | 10100001 | 0 | 100000 | 100001 | 101 | 10 | 1001100 | 1001111 |
Color Harmonies of #F2A4A1
Complementary color
Monochromatic Colors of #F2A4A1
Black with #F2A4A1
Text Example
Text Example
White with #F2A4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A4A1; }
p { color: rgb(242,164,161); }
H1.HeaderClassName
{
color: #F2A4A1;
}
.AnyTagClassName
{
color: #F2A4A1;
}
</style>
background-color css
<style>
a { background-color: #F2A4A1; }
a { background-color: rgb(242,164,161); }
div.DivClassName
{
background-color: #F2A4A1;
}
.BgClassName
{
background-color: #F2A4A1;
}
</style>
border-color css
<style>
span { border-color: #F2A4A1; }
span { border-color: rgb(242,164,161); }
td.TdClassName
{
border-color: #F2A4A1;
}
.TagClassName
{
border-color: #F2A4A1;
}
</style>