Shades of Sundown #F1A8A7
Tints of Sundown #F1A8A7
RGB
CMYK
RGB Variations
Color information
#F1A8A7 (or 0xF1A8A7) is known color: Sundown. HEX triplet: F1, A8 and A7. RGB value is (241,168,167). Sum of RGB (Red+Green+Blue) = 241+168+167=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A8A7 is #0E5758. Grayscale: #BDBDBD. Windows color (decimal): -939865 or 10987761. OLE color: 10987761.
HSL color Cylindrical-coordinate representation of color #F1A8A7: hue angle of 0.81º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A8A7 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 168 | 167 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.05 |
| HSL | 0.81º | 0.73% | 0.8% | - |
| HSV(B) | 0.81º | 0.31% | 0.95% | - |
| XYZ | 57.25 | 49.5 | 43.1 | - |
| YUV | 189.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 168 | 167 | 0 | 0.30 | 0.31 | 0.05 | 0.81 | 0.73 | 0.8 |
| Hex | F1 | A8 | A7 | 0 | 1E | 1F | 5 | 1 | 49 | 50 |
| Octal | 361 | 250 | 247 | 0 | 36 | 37 | 5 | 1 | 111 | 120 |
| Binary | 11110001 | 10101000 | 10100111 | 0 | 11110 | 11111 | 101 | 1 | 1001001 | 1010000 |
Color Harmonies of #F1A8A7
Complementary color
Monochromatic Colors of #F1A8A7
Black with #F1A8A7
Text Example
Text Example
White with #F1A8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A8A7; }
p { color: rgb(241,168,167); }
H1.HeaderClassName
{
color: #F1A8A7;
}
.AnyTagClassName
{
color: #F1A8A7;
}
</style>
background-color css
<style>
a { background-color: #F1A8A7; }
a { background-color: rgb(241,168,167); }
div.DivClassName
{
background-color: #F1A8A7;
}
.BgClassName
{
background-color: #F1A8A7;
}
</style>
border-color css
<style>
span { border-color: #F1A8A7; }
span { border-color: rgb(241,168,167); }
td.TdClassName
{
border-color: #F1A8A7;
}
.TagClassName
{
border-color: #F1A8A7;
}
</style>