Shades of Sundown #F1B0A7
Tints of Sundown #F1B0A7
RGB
CMYK
RGB Variations
Color information
#F1B0A7 (or 0xF1B0A7) is known color: Sundown. HEX triplet: F1, B0 and A7. RGB value is (241,176,167). Sum of RGB (Red+Green+Blue) = 241+176+167=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B0A7 is #0E4F58. Grayscale: #C2C2C2. Windows color (decimal): -937817 or 10989809. OLE color: 10989809.
HSL color Cylindrical-coordinate representation of color #F1B0A7: hue angle of 7.3º 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 #F1B0A7 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 176 | 167 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.05 |
| HSL | 7.3º | 0.73% | 0.8% | - |
| HSV(B) | 7.3º | 0.31% | 0.95% | - |
| XYZ | 58.78 | 52.54 | 43.6 | - |
| YUV | 194.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 167 | 0 | 0.27 | 0.31 | 0.05 | 7.3 | 0.73 | 0.8 |
| Hex | F1 | B0 | A7 | 0 | 1B | 1F | 5 | 7 | 49 | 50 |
| Octal | 361 | 260 | 247 | 0 | 33 | 37 | 5 | 7 | 111 | 120 |
| Binary | 11110001 | 10110000 | 10100111 | 0 | 11011 | 11111 | 101 | 111 | 1001001 | 1010000 |
Color Harmonies of #F1B0A7
Complementary color
Monochromatic Colors of #F1B0A7
Black with #F1B0A7
Text Example
Text Example
White with #F1B0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0A7; }
p { color: rgb(241,176,167); }
H1.HeaderClassName
{
color: #F1B0A7;
}
.AnyTagClassName
{
color: #F1B0A7;
}
</style>
background-color css
<style>
a { background-color: #F1B0A7; }
a { background-color: rgb(241,176,167); }
div.DivClassName
{
background-color: #F1B0A7;
}
.BgClassName
{
background-color: #F1B0A7;
}
</style>
border-color css
<style>
span { border-color: #F1B0A7; }
span { border-color: rgb(241,176,167); }
td.TdClassName
{
border-color: #F1B0A7;
}
.TagClassName
{
border-color: #F1B0A7;
}
</style>