Shades of Sundown #F2AAA0
Tints of Sundown #F2AAA0
RGB
CMYK
RGB Variations
Color information
#F2AAA0 (or 0xF2AAA0) is known color: Sundown. HEX triplet: F2, AA and A0. RGB value is (242,170,160). Sum of RGB (Red+Green+Blue) = 242+170+160=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AAA0 is #0D555F. Grayscale: #BEBEBE. Windows color (decimal): -873824 or 10529522. OLE color: 10529522.
HSL color Cylindrical-coordinate representation of color #F2AAA0: hue angle of 7.32º degrees, saturation: 0.76, 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 #F2AAA0 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 160 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.05 |
| HSL | 7.32º | 0.76% | 0.79% | - |
| HSV(B) | 7.32º | 0.34% | 0.95% | - |
| XYZ | 57.34 | 50.16 | 39.92 | - |
| YUV | 190.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 160 | 0 | 0.30 | 0.34 | 0.05 | 7.32 | 0.76 | 0.79 |
| Hex | F2 | AA | A0 | 0 | 1E | 22 | 5 | 7 | 4C | 4F |
| Octal | 362 | 252 | 240 | 0 | 36 | 42 | 5 | 7 | 114 | 117 |
| Binary | 11110010 | 10101010 | 10100000 | 0 | 11110 | 100010 | 101 | 111 | 1001100 | 1001111 |
Color Harmonies of #F2AAA0
Complementary color
Monochromatic Colors of #F2AAA0
Black with #F2AAA0
Text Example
Text Example
White with #F2AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAA0; }
p { color: rgb(242,170,160); }
H1.HeaderClassName
{
color: #F2AAA0;
}
.AnyTagClassName
{
color: #F2AAA0;
}
</style>
background-color css
<style>
a { background-color: #F2AAA0; }
a { background-color: rgb(242,170,160); }
div.DivClassName
{
background-color: #F2AAA0;
}
.BgClassName
{
background-color: #F2AAA0;
}
</style>
border-color css
<style>
span { border-color: #F2AAA0; }
span { border-color: rgb(242,170,160); }
td.TdClassName
{
border-color: #F2AAA0;
}
.TagClassName
{
border-color: #F2AAA0;
}
</style>