Shades of Sundown #F2ADA5
Tints of Sundown #F2ADA5
RGB
CMYK
RGB Variations
Color information
#F2ADA5 (or 0xF2ADA5) is known color: Sundown. HEX triplet: F2, AD and A5. RGB value is (242,173,165). Sum of RGB (Red+Green+Blue) = 242+173+165=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADA5 is #0D525A. Grayscale: #C0C0C0. Windows color (decimal): -873051 or 10857970. OLE color: 10857970.
HSL color Cylindrical-coordinate representation of color #F2ADA5: hue angle of 6.23º 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 #F2ADA5 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 165 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.05 |
| HSL | 6.23º | 0.75% | 0.8% | - |
| HSV(B) | 6.23º | 0.32% | 0.95% | - |
| XYZ | 58.35 | 51.48 | 42.46 | - |
| YUV | 192.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 165 | 0 | 0.29 | 0.32 | 0.05 | 6.23 | 0.75 | 0.8 |
| Hex | F2 | AD | A5 | 0 | 1D | 20 | 5 | 6 | 4B | 50 |
| Octal | 362 | 255 | 245 | 0 | 35 | 40 | 5 | 6 | 113 | 120 |
| Binary | 11110010 | 10101101 | 10100101 | 0 | 11101 | 100000 | 101 | 110 | 1001011 | 1010000 |
Color Harmonies of #F2ADA5
Complementary color
Monochromatic Colors of #F2ADA5
Black with #F2ADA5
Text Example
Text Example
White with #F2ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADA5; }
p { color: rgb(242,173,165); }
H1.HeaderClassName
{
color: #F2ADA5;
}
.AnyTagClassName
{
color: #F2ADA5;
}
</style>
background-color css
<style>
a { background-color: #F2ADA5; }
a { background-color: rgb(242,173,165); }
div.DivClassName
{
background-color: #F2ADA5;
}
.BgClassName
{
background-color: #F2ADA5;
}
</style>
border-color css
<style>
span { border-color: #F2ADA5; }
span { border-color: rgb(242,173,165); }
td.TdClassName
{
border-color: #F2ADA5;
}
.TagClassName
{
border-color: #F2ADA5;
}
</style>