Shades of Sundown #F9AAA5
Tints of Sundown #F9AAA5
RGB
CMYK
RGB Variations
Color information
#F9AAA5 (or 0xF9AAA5) is known color: Sundown. HEX triplet: F9, AA and A5. RGB value is (249,170,165). Sum of RGB (Red+Green+Blue) = 249+170+165=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AAA5 is #06555A. Grayscale: #C1C1C1. Windows color (decimal): -415067 or 10857209. OLE color: 10857209.
HSL color Cylindrical-coordinate representation of color #F9AAA5: hue angle of 3.57º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9AAA5 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 165 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.02 |
| HSL | 3.57º | 0.88% | 0.81% | - |
| HSV(B) | 3.57º | 0.34% | 0.98% | - |
| XYZ | 60.23 | 51.61 | 42.38 | - |
| YUV | 193.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 165 | 0 | 0.32 | 0.34 | 0.02 | 3.57 | 0.88 | 0.81 |
| Hex | F9 | AA | A5 | 0 | 20 | 22 | 2 | 4 | 58 | 51 |
| Octal | 371 | 252 | 245 | 0 | 40 | 42 | 2 | 4 | 130 | 121 |
| Binary | 11111001 | 10101010 | 10100101 | 0 | 100000 | 100010 | 10 | 100 | 1011000 | 1010001 |
Color Harmonies of #F9AAA5
Complementary color
Monochromatic Colors of #F9AAA5
Black with #F9AAA5
Text Example
Text Example
White with #F9AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAA5; }
p { color: rgb(249,170,165); }
H1.HeaderClassName
{
color: #F9AAA5;
}
.AnyTagClassName
{
color: #F9AAA5;
}
</style>
background-color css
<style>
a { background-color: #F9AAA5; }
a { background-color: rgb(249,170,165); }
div.DivClassName
{
background-color: #F9AAA5;
}
.BgClassName
{
background-color: #F9AAA5;
}
</style>
border-color css
<style>
span { border-color: #F9AAA5; }
span { border-color: rgb(249,170,165); }
td.TdClassName
{
border-color: #F9AAA5;
}
.TagClassName
{
border-color: #F9AAA5;
}
</style>