Shades of Sundown #F1ABA5
Tints of Sundown #F1ABA5
RGB
CMYK
RGB Variations
Color information
#F1ABA5 (or 0xF1ABA5) is known color: Sundown. HEX triplet: F1, AB and A5. RGB value is (241,171,165). Sum of RGB (Red+Green+Blue) = 241+171+165=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ABA5 is #0E545A. Grayscale: #BFBFBF. Windows color (decimal): -939099 or 10857457. OLE color: 10857457.
HSL color Cylindrical-coordinate representation of color #F1ABA5: hue angle of 4.74º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1ABA5 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 171 | 165 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.05 |
| HSL | 4.74º | 0.73% | 0.8% | - |
| HSV(B) | 4.74º | 0.32% | 0.95% | - |
| XYZ | 57.63 | 50.54 | 42.32 | - |
| YUV | 191.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 171 | 165 | 0 | 0.29 | 0.32 | 0.05 | 4.74 | 0.73 | 0.8 |
| Hex | F1 | AB | A5 | 0 | 1D | 20 | 5 | 5 | 49 | 50 |
| Octal | 361 | 253 | 245 | 0 | 35 | 40 | 5 | 5 | 111 | 120 |
| Binary | 11110001 | 10101011 | 10100101 | 0 | 11101 | 100000 | 101 | 101 | 1001001 | 1010000 |
Color Harmonies of #F1ABA5
Complementary color
Monochromatic Colors of #F1ABA5
Black with #F1ABA5
Text Example
Text Example
White with #F1ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ABA5; }
p { color: rgb(241,171,165); }
H1.HeaderClassName
{
color: #F1ABA5;
}
.AnyTagClassName
{
color: #F1ABA5;
}
</style>
background-color css
<style>
a { background-color: #F1ABA5; }
a { background-color: rgb(241,171,165); }
div.DivClassName
{
background-color: #F1ABA5;
}
.BgClassName
{
background-color: #F1ABA5;
}
</style>
border-color css
<style>
span { border-color: #F1ABA5; }
span { border-color: rgb(241,171,165); }
td.TdClassName
{
border-color: #F1ABA5;
}
.TagClassName
{
border-color: #F1ABA5;
}
</style>