Shades of Sundown #F2AFA3
Tints of Sundown #F2AFA3
RGB
CMYK
RGB Variations
Color information
#F2AFA3 (or 0xF2AFA3) is known color: Sundown. HEX triplet: F2, AF and A3. RGB value is (242,175,163). Sum of RGB (Red+Green+Blue) = 242+175+163=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AFA3 is #0D505C. Grayscale: #C1C1C1. Windows color (decimal): -872541 or 10727410. OLE color: 10727410.
HSL color Cylindrical-coordinate representation of color #F2AFA3: hue angle of 9.11º 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 #F2AFA3 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 163 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.05 |
| HSL | 9.11º | 0.75% | 0.79% | - |
| HSV(B) | 9.11º | 0.33% | 0.95% | - |
| XYZ | 58.56 | 52.18 | 41.64 | - |
| YUV | 193.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 163 | 0 | 0.28 | 0.33 | 0.05 | 9.11 | 0.75 | 0.79 |
| Hex | F2 | AF | A3 | 0 | 1C | 21 | 5 | 9 | 4B | 4F |
| Octal | 362 | 257 | 243 | 0 | 34 | 41 | 5 | 11 | 113 | 117 |
| Binary | 11110010 | 10101111 | 10100011 | 0 | 11100 | 100001 | 101 | 1001 | 1001011 | 1001111 |
Color Harmonies of #F2AFA3
Complementary color
Monochromatic Colors of #F2AFA3
Black with #F2AFA3
Text Example
Text Example
White with #F2AFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFA3; }
p { color: rgb(242,175,163); }
H1.HeaderClassName
{
color: #F2AFA3;
}
.AnyTagClassName
{
color: #F2AFA3;
}
</style>
background-color css
<style>
a { background-color: #F2AFA3; }
a { background-color: rgb(242,175,163); }
div.DivClassName
{
background-color: #F2AFA3;
}
.BgClassName
{
background-color: #F2AFA3;
}
</style>
border-color css
<style>
span { border-color: #F2AFA3; }
span { border-color: rgb(242,175,163); }
td.TdClassName
{
border-color: #F2AFA3;
}
.TagClassName
{
border-color: #F2AFA3;
}
</style>