Shades of Sundown #F5ABA1
Tints of Sundown #F5ABA1
RGB
CMYK
RGB Variations
Color information
#F5ABA1 (or 0xF5ABA1) is known color: Sundown. HEX triplet: F5, AB and A1. RGB value is (245,171,161). Sum of RGB (Red+Green+Blue) = 245+171+161=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ABA1 is #0A545E. Grayscale: #C0C0C0. Windows color (decimal): -676959 or 10595317. OLE color: 10595317.
HSL color Cylindrical-coordinate representation of color #F5ABA1: hue angle of 7.14º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5ABA1 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 161 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.04 |
| HSL | 7.14º | 0.81% | 0.8% | - |
| HSV(B) | 7.14º | 0.34% | 0.96% | - |
| XYZ | 58.65 | 51.11 | 40.49 | - |
| YUV | 191.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 161 | 0 | 0.30 | 0.34 | 0.04 | 7.14 | 0.81 | 0.8 |
| Hex | F5 | AB | A1 | 0 | 1E | 22 | 4 | 7 | 51 | 50 |
| Octal | 365 | 253 | 241 | 0 | 36 | 42 | 4 | 7 | 121 | 120 |
| Binary | 11110101 | 10101011 | 10100001 | 0 | 11110 | 100010 | 100 | 111 | 1010001 | 1010000 |
Color Harmonies of #F5ABA1
Complementary color
Monochromatic Colors of #F5ABA1
Black with #F5ABA1
Text Example
Text Example
White with #F5ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ABA1; }
p { color: rgb(245,171,161); }
H1.HeaderClassName
{
color: #F5ABA1;
}
.AnyTagClassName
{
color: #F5ABA1;
}
</style>
background-color css
<style>
a { background-color: #F5ABA1; }
a { background-color: rgb(245,171,161); }
div.DivClassName
{
background-color: #F5ABA1;
}
.BgClassName
{
background-color: #F5ABA1;
}
</style>
border-color css
<style>
span { border-color: #F5ABA1; }
span { border-color: rgb(245,171,161); }
td.TdClassName
{
border-color: #F5ABA1;
}
.TagClassName
{
border-color: #F5ABA1;
}
</style>