Shades of Sundown #F5AFA2
Tints of Sundown #F5AFA2
RGB
CMYK
RGB Variations
Color information
#F5AFA2 (or 0xF5AFA2) is known color: Sundown. HEX triplet: F5, AF and A2. RGB value is (245,175,162). Sum of RGB (Red+Green+Blue) = 245+175+162=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AFA2 is #0A505D. Grayscale: #C2C2C2. Windows color (decimal): -675934 or 10661877. OLE color: 10661877.
HSL color Cylindrical-coordinate representation of color #F5AFA2: hue angle of 9.4º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5AFA2 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 162 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.04 |
| HSL | 9.4º | 0.81% | 0.8% | - |
| HSV(B) | 9.4º | 0.34% | 0.96% | - |
| XYZ | 59.51 | 52.68 | 41.21 | - |
| YUV | 194.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 162 | 0 | 0.29 | 0.34 | 0.04 | 9.4 | 0.81 | 0.8 |
| Hex | F5 | AF | A2 | 0 | 1D | 22 | 4 | 9 | 51 | 50 |
| Octal | 365 | 257 | 242 | 0 | 35 | 42 | 4 | 11 | 121 | 120 |
| Binary | 11110101 | 10101111 | 10100010 | 0 | 11101 | 100010 | 100 | 1001 | 1010001 | 1010000 |
Color Harmonies of #F5AFA2
Complementary color
Monochromatic Colors of #F5AFA2
Black with #F5AFA2
Text Example
Text Example
White with #F5AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFA2; }
p { color: rgb(245,175,162); }
H1.HeaderClassName
{
color: #F5AFA2;
}
.AnyTagClassName
{
color: #F5AFA2;
}
</style>
background-color css
<style>
a { background-color: #F5AFA2; }
a { background-color: rgb(245,175,162); }
div.DivClassName
{
background-color: #F5AFA2;
}
.BgClassName
{
background-color: #F5AFA2;
}
</style>
border-color css
<style>
span { border-color: #F5AFA2; }
span { border-color: rgb(245,175,162); }
td.TdClassName
{
border-color: #F5AFA2;
}
.TagClassName
{
border-color: #F5AFA2;
}
</style>