Shades of Sundown #F5ADAD
Tints of Sundown #F5ADAD
RGB
CMYK
RGB Variations
Color information
#F5ADAD (or 0xF5ADAD) is known color: Sundown. HEX triplet: F5, AD and AD. RGB value is (245,173,173). Sum of RGB (Red+Green+Blue) = 245+173+173=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ADAD is #0A5252. Grayscale: #C2C2C2. Windows color (decimal): -676435 or 11382261. OLE color: 11382261.
HSL color Cylindrical-coordinate representation of color #F5ADAD: hue angle of 0º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADAD is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 173 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.04 |
| HSL | 0º | 0.78% | 0.82% | - |
| HSV(B) | 0º | 0.29% | 0.96% | - |
| XYZ | 60.14 | 52.32 | 46.46 | - |
| YUV | 194.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 173 | 0 | 0.29 | 0.29 | 0.04 | 0 | 0.78 | 0.82 |
| Hex | F5 | AD | AD | 0 | 1D | 1D | 4 | 0 | 4E | 52 |
| Octal | 365 | 255 | 255 | 0 | 35 | 35 | 4 | 0 | 116 | 122 |
| Binary | 11110101 | 10101101 | 10101101 | 0 | 11101 | 11101 | 100 | 0 | 1001110 | 1010010 |
Color Harmonies of #F5ADAD
Complementary color
Monochromatic Colors of #F5ADAD
Black with #F5ADAD
Text Example
Text Example
White with #F5ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADAD; }
p { color: rgb(245,173,173); }
H1.HeaderClassName
{
color: #F5ADAD;
}
.AnyTagClassName
{
color: #F5ADAD;
}
</style>
background-color css
<style>
a { background-color: #F5ADAD; }
a { background-color: rgb(245,173,173); }
div.DivClassName
{
background-color: #F5ADAD;
}
.BgClassName
{
background-color: #F5ADAD;
}
</style>
border-color css
<style>
span { border-color: #F5ADAD; }
span { border-color: rgb(245,173,173); }
td.TdClassName
{
border-color: #F5ADAD;
}
.TagClassName
{
border-color: #F5ADAD;
}
</style>