Shades of Sundown #F2ADAD
Tints of Sundown #F2ADAD
RGB
CMYK
RGB Variations
Color information
#F2ADAD (or 0xF2ADAD) is known color: Sundown. HEX triplet: F2, AD and AD. RGB value is (242,173,173). Sum of RGB (Red+Green+Blue) = 242+173+173=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ADAD is #0D5252. Grayscale: #C1C1C1. Windows color (decimal): -873043 or 11382258. OLE color: 11382258.
HSL color Cylindrical-coordinate representation of color #F2ADAD: hue angle of 0º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADAD is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 173 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.05 |
| HSL | 0º | 0.73% | 0.81% | - |
| HSV(B) | 0º | 0.29% | 0.95% | - |
| XYZ | 59.1 | 51.78 | 46.41 | - |
| YUV | 193.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 173 | 0 | 0.29 | 0.29 | 0.05 | 0 | 0.73 | 0.81 |
| Hex | F2 | AD | AD | 0 | 1D | 1D | 5 | 0 | 49 | 51 |
| Octal | 362 | 255 | 255 | 0 | 35 | 35 | 5 | 0 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10101101 | 0 | 11101 | 11101 | 101 | 0 | 1001001 | 1010001 |
Color Harmonies of #F2ADAD
Complementary color
Monochromatic Colors of #F2ADAD
Black with #F2ADAD
Text Example
Text Example
White with #F2ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADAD; }
p { color: rgb(242,173,173); }
H1.HeaderClassName
{
color: #F2ADAD;
}
.AnyTagClassName
{
color: #F2ADAD;
}
</style>
background-color css
<style>
a { background-color: #F2ADAD; }
a { background-color: rgb(242,173,173); }
div.DivClassName
{
background-color: #F2ADAD;
}
.BgClassName
{
background-color: #F2ADAD;
}
</style>
border-color css
<style>
span { border-color: #F2ADAD; }
span { border-color: rgb(242,173,173); }
td.TdClassName
{
border-color: #F2ADAD;
}
.TagClassName
{
border-color: #F2ADAD;
}
</style>