Shades of Sundown #F2A5A3
Tints of Sundown #F2A5A3
RGB
CMYK
RGB Variations
Color information
#F2A5A3 (or 0xF2A5A3) is known color: Sundown. HEX triplet: F2, A5 and A3. RGB value is (242,165,163). Sum of RGB (Red+Green+Blue) = 242+165+163=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A5A3 is #0D5A5C. Grayscale: #BBBBBB. Windows color (decimal): -875101 or 10724850. OLE color: 10724850.
HSL color Cylindrical-coordinate representation of color #F2A5A3: hue angle of 1.52º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A5A3 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 163 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.05 |
| HSL | 1.52º | 0.75% | 0.79% | - |
| HSV(B) | 1.52º | 0.33% | 0.95% | - |
| XYZ | 56.68 | 48.43 | 41.01 | - |
| YUV | 187.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 163 | 0 | 0.32 | 0.33 | 0.05 | 1.52 | 0.75 | 0.79 |
| Hex | F2 | A5 | A3 | 0 | 20 | 21 | 5 | 2 | 4B | 4F |
| Octal | 362 | 245 | 243 | 0 | 40 | 41 | 5 | 2 | 113 | 117 |
| Binary | 11110010 | 10100101 | 10100011 | 0 | 100000 | 100001 | 101 | 10 | 1001011 | 1001111 |
Color Harmonies of #F2A5A3
Complementary color
Monochromatic Colors of #F2A5A3
Black with #F2A5A3
Text Example
Text Example
White with #F2A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5A3; }
p { color: rgb(242,165,163); }
H1.HeaderClassName
{
color: #F2A5A3;
}
.AnyTagClassName
{
color: #F2A5A3;
}
</style>
background-color css
<style>
a { background-color: #F2A5A3; }
a { background-color: rgb(242,165,163); }
div.DivClassName
{
background-color: #F2A5A3;
}
.BgClassName
{
background-color: #F2A5A3;
}
</style>
border-color css
<style>
span { border-color: #F2A5A3; }
span { border-color: rgb(242,165,163); }
td.TdClassName
{
border-color: #F2A5A3;
}
.TagClassName
{
border-color: #F2A5A3;
}
</style>