Shades of Sundown #F9AAA1
Tints of Sundown #F9AAA1
RGB
CMYK
RGB Variations
Color information
#F9AAA1 (or 0xF9AAA1) is known color: Sundown. HEX triplet: F9, AA and A1. RGB value is (249,170,161). Sum of RGB (Red+Green+Blue) = 249+170+161=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AAA1 is #06555E. Grayscale: #C0C0C0. Windows color (decimal): -415071 or 10595065. OLE color: 10595065.
HSL color Cylindrical-coordinate representation of color #F9AAA1: hue angle of 6.14º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9AAA1 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 170 | 161 | - |
CMYK | 0 | 0.32 | 0.35 | 0.02 |
HSL | 6.14º | 0.88% | 0.8% | - |
HSV(B) | 6.14º | 0.35% | 0.98% | - |
XYZ | 59.87 | 51.46 | 40.5 | - |
YUV | 192.6 | 110.17 | 168.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 170 | 161 | 0 | 0.32 | 0.35 | 0.02 | 6.14 | 0.88 | 0.8 |
Hex | F9 | AA | A1 | 0 | 20 | 23 | 2 | 6 | 58 | 50 |
Octal | 371 | 252 | 241 | 0 | 40 | 43 | 2 | 6 | 130 | 120 |
Binary | 11111001 | 10101010 | 10100001 | 0 | 100000 | 100011 | 10 | 110 | 1011000 | 1010000 |
Color Harmonies of #F9AAA1
Complementary color
Monochromatic Colors of #F9AAA1
Black with #F9AAA1
Text Example
Text Example
White with #F9AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAA1; }
p { color: rgb(249,170,161); }
H1.HeaderClassName
{
color: #F9AAA1;
}
.AnyTagClassName
{
color: #F9AAA1;
}
</style>
background-color css
<style>
a { background-color: #F9AAA1; }
a { background-color: rgb(249,170,161); }
div.DivClassName
{
background-color: #F9AAA1;
}
.BgClassName
{
background-color: #F9AAA1;
}
</style>
border-color css
<style>
span { border-color: #F9AAA1; }
span { border-color: rgb(249,170,161); }
td.TdClassName
{
border-color: #F9AAA1;
}
.TagClassName
{
border-color: #F9AAA1;
}
</style>