Shades of Sundown #F1ADA2
Tints of Sundown #F1ADA2
RGB
CMYK
RGB Variations
Color information
#F1ADA2 (or 0xF1ADA2) is known color: Sundown. HEX triplet: F1, AD and A2. RGB value is (241,173,162). Sum of RGB (Red+Green+Blue) = 241+173+162=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ADA2 is #0E525D. Grayscale: #C0C0C0. Windows color (decimal): -938590 or 10661361. OLE color: 10661361.
HSL color Cylindrical-coordinate representation of color #F1ADA2: hue angle of 8.35º degrees, saturation: 0.74, 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 #F1ADA2 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 162 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.05 |
| HSL | 8.35º | 0.74% | 0.79% | - |
| HSV(B) | 8.35º | 0.33% | 0.95% | - |
| XYZ | 57.74 | 51.2 | 41.02 | - |
| YUV | 192.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 162 | 0 | 0.28 | 0.33 | 0.05 | 8.35 | 0.74 | 0.79 |
| Hex | F1 | AD | A2 | 0 | 1C | 21 | 5 | 8 | 4A | 4F |
| Octal | 361 | 255 | 242 | 0 | 34 | 41 | 5 | 10 | 112 | 117 |
| Binary | 11110001 | 10101101 | 10100010 | 0 | 11100 | 100001 | 101 | 1000 | 1001010 | 1001111 |
Color Harmonies of #F1ADA2
Complementary color
Monochromatic Colors of #F1ADA2
Black with #F1ADA2
Text Example
Text Example
White with #F1ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADA2; }
p { color: rgb(241,173,162); }
H1.HeaderClassName
{
color: #F1ADA2;
}
.AnyTagClassName
{
color: #F1ADA2;
}
</style>
background-color css
<style>
a { background-color: #F1ADA2; }
a { background-color: rgb(241,173,162); }
div.DivClassName
{
background-color: #F1ADA2;
}
.BgClassName
{
background-color: #F1ADA2;
}
</style>
border-color css
<style>
span { border-color: #F1ADA2; }
span { border-color: rgb(241,173,162); }
td.TdClassName
{
border-color: #F1ADA2;
}
.TagClassName
{
border-color: #F1ADA2;
}
</style>