Shades of Sundown #F2ADA2
Tints of Sundown #F2ADA2
RGB
CMYK
RGB Variations
Color information
#F2ADA2 (or 0xF2ADA2) is known color: Sundown. HEX triplet: F2, AD and A2. RGB value is (242,173,162). Sum of RGB (Red+Green+Blue) = 242+173+162=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA2 is #0D525D. Grayscale: #C0C0C0. Windows color (decimal): -873054 or 10661362. OLE color: 10661362.
HSL color Cylindrical-coordinate representation of color #F2ADA2: hue angle of 8.25º degrees, saturation: 0.75, 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 #F2ADA2 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 162 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.05 |
| HSL | 8.25º | 0.75% | 0.79% | - |
| HSV(B) | 8.25º | 0.33% | 0.95% | - |
| XYZ | 58.08 | 51.37 | 41.04 | - |
| YUV | 192.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 162 | 0 | 0.29 | 0.33 | 0.05 | 8.25 | 0.75 | 0.79 |
| Hex | F2 | AD | A2 | 0 | 1D | 21 | 5 | 8 | 4B | 4F |
| Octal | 362 | 255 | 242 | 0 | 35 | 41 | 5 | 10 | 113 | 117 |
| Binary | 11110010 | 10101101 | 10100010 | 0 | 11101 | 100001 | 101 | 1000 | 1001011 | 1001111 |
Color Harmonies of #F2ADA2
Complementary color
Monochromatic Colors of #F2ADA2
Black with #F2ADA2
Text Example
Text Example
White with #F2ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADA2; }
p { color: rgb(242,173,162); }
H1.HeaderClassName
{
color: #F2ADA2;
}
.AnyTagClassName
{
color: #F2ADA2;
}
</style>
background-color css
<style>
a { background-color: #F2ADA2; }
a { background-color: rgb(242,173,162); }
div.DivClassName
{
background-color: #F2ADA2;
}
.BgClassName
{
background-color: #F2ADA2;
}
</style>
border-color css
<style>
span { border-color: #F2ADA2; }
span { border-color: rgb(242,173,162); }
td.TdClassName
{
border-color: #F2ADA2;
}
.TagClassName
{
border-color: #F2ADA2;
}
</style>