Shades of Sundown #F2AAA5
Tints of Sundown #F2AAA5
RGB
CMYK
RGB Variations
Color information
#F2AAA5 (or 0xF2AAA5) is known color: Sundown. HEX triplet: F2, AA and A5. RGB value is (242,170,165). Sum of RGB (Red+Green+Blue) = 242+170+165=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AAA5 is #0D555A. Grayscale: #BFBFBF. Windows color (decimal): -873819 or 10857202. OLE color: 10857202.
HSL color Cylindrical-coordinate representation of color #F2AAA5: hue angle of 3.9º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2AAA5 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 165 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.05 |
| HSL | 3.9º | 0.75% | 0.8% | - |
| HSV(B) | 3.9º | 0.32% | 0.95% | - |
| XYZ | 57.78 | 50.34 | 42.27 | - |
| YUV | 190.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 165 | 0 | 0.30 | 0.32 | 0.05 | 3.9 | 0.75 | 0.8 |
| Hex | F2 | AA | A5 | 0 | 1E | 20 | 5 | 4 | 4B | 50 |
| Octal | 362 | 252 | 245 | 0 | 36 | 40 | 5 | 4 | 113 | 120 |
| Binary | 11110010 | 10101010 | 10100101 | 0 | 11110 | 100000 | 101 | 100 | 1001011 | 1010000 |
Color Harmonies of #F2AAA5
Complementary color
Monochromatic Colors of #F2AAA5
Black with #F2AAA5
Text Example
Text Example
White with #F2AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAA5; }
p { color: rgb(242,170,165); }
H1.HeaderClassName
{
color: #F2AAA5;
}
.AnyTagClassName
{
color: #F2AAA5;
}
</style>
background-color css
<style>
a { background-color: #F2AAA5; }
a { background-color: rgb(242,170,165); }
div.DivClassName
{
background-color: #F2AAA5;
}
.BgClassName
{
background-color: #F2AAA5;
}
</style>
border-color css
<style>
span { border-color: #F2AAA5; }
span { border-color: rgb(242,170,165); }
td.TdClassName
{
border-color: #F2AAA5;
}
.TagClassName
{
border-color: #F2AAA5;
}
</style>