Shades of Sundown #F6A8A1
Tints of Sundown #F6A8A1
RGB
CMYK
RGB Variations
Color information
#F6A8A1 (or 0xF6A8A1) is known color: Sundown. HEX triplet: F6, A8 and A1. RGB value is (246,168,161). Sum of RGB (Red+Green+Blue) = 246+168+161=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A8A1 is #09575E. Grayscale: #BEBEBE. Windows color (decimal): -612191 or 10594550. OLE color: 10594550.
HSL color Cylindrical-coordinate representation of color #F6A8A1: hue angle of 4.94º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A8A1 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 161 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.04 |
| HSL | 4.94º | 0.83% | 0.8% | - |
| HSV(B) | 4.94º | 0.35% | 0.96% | - |
| XYZ | 58.44 | 50.17 | 40.32 | - |
| YUV | 190.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 161 | 0 | 0.32 | 0.35 | 0.04 | 4.94 | 0.83 | 0.8 |
| Hex | F6 | A8 | A1 | 0 | 20 | 23 | 4 | 5 | 53 | 50 |
| Octal | 366 | 250 | 241 | 0 | 40 | 43 | 4 | 5 | 123 | 120 |
| Binary | 11110110 | 10101000 | 10100001 | 0 | 100000 | 100011 | 100 | 101 | 1010011 | 1010000 |
Color Harmonies of #F6A8A1
Complementary color
Monochromatic Colors of #F6A8A1
Black with #F6A8A1
Text Example
Text Example
White with #F6A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A8A1; }
p { color: rgb(246,168,161); }
H1.HeaderClassName
{
color: #F6A8A1;
}
.AnyTagClassName
{
color: #F6A8A1;
}
</style>
background-color css
<style>
a { background-color: #F6A8A1; }
a { background-color: rgb(246,168,161); }
div.DivClassName
{
background-color: #F6A8A1;
}
.BgClassName
{
background-color: #F6A8A1;
}
</style>
border-color css
<style>
span { border-color: #F6A8A1; }
span { border-color: rgb(246,168,161); }
td.TdClassName
{
border-color: #F6A8A1;
}
.TagClassName
{
border-color: #F6A8A1;
}
</style>