Shades of Sundown #F8A8A1
Tints of Sundown #F8A8A1
RGB
CMYK
RGB Variations
Color information
#F8A8A1 (or 0xF8A8A1) is known color: Sundown. HEX triplet: F8, A8 and A1. RGB value is (248,168,161). Sum of RGB (Red+Green+Blue) = 248+168+161=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A8A1 is #07575E. Grayscale: #BFBFBF. Windows color (decimal): -481119 or 10594552. OLE color: 10594552.
HSL color Cylindrical-coordinate representation of color #F8A8A1: hue angle of 4.83º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A8A1 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 161 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.03 |
| HSL | 4.83º | 0.86% | 0.8% | - |
| HSV(B) | 4.83º | 0.35% | 0.97% | - |
| XYZ | 59.15 | 50.53 | 40.36 | - |
| YUV | 191.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 161 | 0 | 0.32 | 0.35 | 0.03 | 4.83 | 0.86 | 0.8 |
| Hex | F8 | A8 | A1 | 0 | 20 | 23 | 3 | 5 | 56 | 50 |
| Octal | 370 | 250 | 241 | 0 | 40 | 43 | 3 | 5 | 126 | 120 |
| Binary | 11111000 | 10101000 | 10100001 | 0 | 100000 | 100011 | 11 | 101 | 1010110 | 1010000 |
Color Harmonies of #F8A8A1
Complementary color
Monochromatic Colors of #F8A8A1
Black with #F8A8A1
Text Example
Text Example
White with #F8A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8A1; }
p { color: rgb(248,168,161); }
H1.HeaderClassName
{
color: #F8A8A1;
}
.AnyTagClassName
{
color: #F8A8A1;
}
</style>
background-color css
<style>
a { background-color: #F8A8A1; }
a { background-color: rgb(248,168,161); }
div.DivClassName
{
background-color: #F8A8A1;
}
.BgClassName
{
background-color: #F8A8A1;
}
</style>
border-color css
<style>
span { border-color: #F8A8A1; }
span { border-color: rgb(248,168,161); }
td.TdClassName
{
border-color: #F8A8A1;
}
.TagClassName
{
border-color: #F8A8A1;
}
</style>