Shades of Sundown #F2AAAA
Tints of Sundown #F2AAAA
RGB
CMYK
RGB Variations
Color information
#F2AAAA (or 0xF2AAAA) is known color: Sundown. HEX triplet: F2, AA and AA. RGB value is (242,170,170). Sum of RGB (Red+Green+Blue) = 242+170+170=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AAAA is #0D5555. Grayscale: #BFBFBF. Windows color (decimal): -873814 or 11184882. OLE color: 11184882.
HSL color Cylindrical-coordinate representation of color #F2AAAA: hue angle of 0º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAAA is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 170 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.05 |
| HSL | 0º | 0.73% | 0.81% | - |
| HSV(B) | 0º | 0.3% | 0.95% | - |
| XYZ | 58.25 | 50.53 | 44.71 | - |
| YUV | 191.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 170 | 0 | 0.30 | 0.30 | 0.05 | 0 | 0.73 | 0.81 |
| Hex | F2 | AA | AA | 0 | 1E | 1E | 5 | 0 | 49 | 51 |
| Octal | 362 | 252 | 252 | 0 | 36 | 36 | 5 | 0 | 111 | 121 |
| Binary | 11110010 | 10101010 | 10101010 | 0 | 11110 | 11110 | 101 | 0 | 1001001 | 1010001 |
Color Harmonies of #F2AAAA
Complementary color
Monochromatic Colors of #F2AAAA
Black with #F2AAAA
Text Example
Text Example
White with #F2AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AAAA; }
p { color: rgb(242,170,170); }
H1.HeaderClassName
{
color: #F2AAAA;
}
.AnyTagClassName
{
color: #F2AAAA;
}
</style>
background-color css
<style>
a { background-color: #F2AAAA; }
a { background-color: rgb(242,170,170); }
div.DivClassName
{
background-color: #F2AAAA;
}
.BgClassName
{
background-color: #F2AAAA;
}
</style>
border-color css
<style>
span { border-color: #F2AAAA; }
span { border-color: rgb(242,170,170); }
td.TdClassName
{
border-color: #F2AAAA;
}
.TagClassName
{
border-color: #F2AAAA;
}
</style>