Shades of Sundown #F0AFA8
Tints of Sundown #F0AFA8
RGB
CMYK
RGB Variations
Color information
#F0AFA8 (or 0xF0AFA8) is known color: Sundown. HEX triplet: F0, AF and A8. RGB value is (240,175,168). Sum of RGB (Red+Green+Blue) = 240+175+168=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFA8 is #0F5057. Grayscale: #C1C1C1. Windows color (decimal): -1003608 or 11055088. OLE color: 11055088.
HSL color Cylindrical-coordinate representation of color #F0AFA8: hue angle of 5.83º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AFA8 is Cyan = 0, Magento = 0.27, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 168 | - |
| CMYK | 0 | 0.27 | 0.3 | 0.06 |
| HSL | 5.83º | 0.71% | 0.8% | - |
| HSV(B) | 5.83º | 0.3% | 0.94% | - |
| XYZ | 58.33 | 52.01 | 44.01 | - |
| YUV | 193.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 168 | 0 | 0.27 | 0.3 | 0.06 | 5.83 | 0.71 | 0.8 |
| Hex | F0 | AF | A8 | 0 | 1B | 1E | 6 | 6 | 47 | 50 |
| Octal | 360 | 257 | 250 | 0 | 33 | 36 | 6 | 6 | 107 | 120 |
| Binary | 11110000 | 10101111 | 10101000 | 0 | 11011 | 11110 | 110 | 110 | 1000111 | 1010000 |
Color Harmonies of #F0AFA8
Complementary color
Monochromatic Colors of #F0AFA8
Black with #F0AFA8
Text Example
Text Example
White with #F0AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFA8; }
p { color: rgb(240,175,168); }
H1.HeaderClassName
{
color: #F0AFA8;
}
.AnyTagClassName
{
color: #F0AFA8;
}
</style>
background-color css
<style>
a { background-color: #F0AFA8; }
a { background-color: rgb(240,175,168); }
div.DivClassName
{
background-color: #F0AFA8;
}
.BgClassName
{
background-color: #F0AFA8;
}
</style>
border-color css
<style>
span { border-color: #F0AFA8; }
span { border-color: rgb(240,175,168); }
td.TdClassName
{
border-color: #F0AFA8;
}
.TagClassName
{
border-color: #F0AFA8;
}
</style>