Shades of Sundown #F0AFAA
Tints of Sundown #F0AFAA
RGB
CMYK
RGB Variations
Color information
#F0AFAA (or 0xF0AFAA) is known color: Sundown. HEX triplet: F0, AF and AA. RGB value is (240,175,170). Sum of RGB (Red+Green+Blue) = 240+175+170=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AFAA is #0F5055. Grayscale: #C1C1C1. Windows color (decimal): -1003606 or 11186160. OLE color: 11186160.
HSL color Cylindrical-coordinate representation of color #F0AFAA: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AFAA is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 170 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.06 |
| HSL | 4.29º | 0.7% | 0.8% | - |
| HSV(B) | 4.29º | 0.29% | 0.94% | - |
| XYZ | 58.52 | 52.09 | 45 | - |
| YUV | 193.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 170 | 0 | 0.27 | 0.29 | 0.06 | 4.29 | 0.7 | 0.8 |
| Hex | F0 | AF | AA | 0 | 1B | 1D | 6 | 4 | 46 | 50 |
| Octal | 360 | 257 | 252 | 0 | 33 | 35 | 6 | 4 | 106 | 120 |
| Binary | 11110000 | 10101111 | 10101010 | 0 | 11011 | 11101 | 110 | 100 | 1000110 | 1010000 |
Color Harmonies of #F0AFAA
Complementary color
Monochromatic Colors of #F0AFAA
Black with #F0AFAA
Text Example
Text Example
White with #F0AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFAA; }
p { color: rgb(240,175,170); }
H1.HeaderClassName
{
color: #F0AFAA;
}
.AnyTagClassName
{
color: #F0AFAA;
}
</style>
background-color css
<style>
a { background-color: #F0AFAA; }
a { background-color: rgb(240,175,170); }
div.DivClassName
{
background-color: #F0AFAA;
}
.BgClassName
{
background-color: #F0AFAA;
}
</style>
border-color css
<style>
span { border-color: #F0AFAA; }
span { border-color: rgb(240,175,170); }
td.TdClassName
{
border-color: #F0AFAA;
}
.TagClassName
{
border-color: #F0AFAA;
}
</style>