Shades of Sundown #F0AAAA
Tints of Sundown #F0AAAA
RGB
CMYK
RGB Variations
Color information
#F0AAAA (or 0xF0AAAA) is known color: Sundown. HEX triplet: F0, AA and AA. RGB value is (240,170,170). Sum of RGB (Red+Green+Blue) = 240+170+170=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AAAA is #0F5555. Grayscale: #BFBFBF. Windows color (decimal): -1004886 or 11184880. OLE color: 11184880.
HSL color Cylindrical-coordinate representation of color #F0AAAA: hue angle of 0º 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 #F0AAAA is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 170 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.06 |
| HSL | 0º | 0.7% | 0.8% | - |
| HSV(B) | 0º | 0.29% | 0.94% | - |
| XYZ | 57.57 | 50.18 | 44.68 | - |
| YUV | 190.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 170 | 0 | 0.29 | 0.29 | 0.06 | 0 | 0.7 | 0.8 |
| Hex | F0 | AA | AA | 0 | 1D | 1D | 6 | 0 | 46 | 50 |
| Octal | 360 | 252 | 252 | 0 | 35 | 35 | 6 | 0 | 106 | 120 |
| Binary | 11110000 | 10101010 | 10101010 | 0 | 11101 | 11101 | 110 | 0 | 1000110 | 1010000 |
Color Harmonies of #F0AAAA
Complementary color
Monochromatic Colors of #F0AAAA
Black with #F0AAAA
Text Example
Text Example
White with #F0AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAAA; }
p { color: rgb(240,170,170); }
H1.HeaderClassName
{
color: #F0AAAA;
}
.AnyTagClassName
{
color: #F0AAAA;
}
</style>
background-color css
<style>
a { background-color: #F0AAAA; }
a { background-color: rgb(240,170,170); }
div.DivClassName
{
background-color: #F0AAAA;
}
.BgClassName
{
background-color: #F0AAAA;
}
</style>
border-color css
<style>
span { border-color: #F0AAAA; }
span { border-color: rgb(240,170,170); }
td.TdClassName
{
border-color: #F0AAAA;
}
.TagClassName
{
border-color: #F0AAAA;
}
</style>