Shades of Sundown #F9B1A2
Tints of Sundown #F9B1A2
RGB
CMYK
RGB Variations
Color information
#F9B1A2 (or 0xF9B1A2) is known color: Sundown. HEX triplet: F9, B1 and A2. RGB value is (249,177,162). Sum of RGB (Red+Green+Blue) = 249+177+162=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B1A2 is #064E5D. Grayscale: #C4C4C4. Windows color (decimal): -413278 or 10662393. OLE color: 10662393.
HSL color Cylindrical-coordinate representation of color #F9B1A2: hue angle of 10.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9B1A2 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 162 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.02 |
| HSL | 10.34º | 0.88% | 0.81% | - |
| HSV(B) | 10.34º | 0.35% | 0.98% | - |
| XYZ | 61.31 | 54.19 | 41.41 | - |
| YUV | 196.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 162 | 0 | 0.29 | 0.35 | 0.02 | 10.34 | 0.88 | 0.81 |
| Hex | F9 | B1 | A2 | 0 | 1D | 23 | 2 | A | 58 | 51 |
| Octal | 371 | 261 | 242 | 0 | 35 | 43 | 2 | 12 | 130 | 121 |
| Binary | 11111001 | 10110001 | 10100010 | 0 | 11101 | 100011 | 10 | 1010 | 1011000 | 1010001 |
Color Harmonies of #F9B1A2
Complementary color
Monochromatic Colors of #F9B1A2
Black with #F9B1A2
Text Example
Text Example
White with #F9B1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B1A2; }
p { color: rgb(249,177,162); }
H1.HeaderClassName
{
color: #F9B1A2;
}
.AnyTagClassName
{
color: #F9B1A2;
}
</style>
background-color css
<style>
a { background-color: #F9B1A2; }
a { background-color: rgb(249,177,162); }
div.DivClassName
{
background-color: #F9B1A2;
}
.BgClassName
{
background-color: #F9B1A2;
}
</style>
border-color css
<style>
span { border-color: #F9B1A2; }
span { border-color: rgb(249,177,162); }
td.TdClassName
{
border-color: #F9B1A2;
}
.TagClassName
{
border-color: #F9B1A2;
}
</style>