Shades of Sundown #F19F9E
Tints of Sundown #F19F9E
RGB
CMYK
RGB Variations
Color information
#F19F9E (or 0xF19F9E) is known color: Sundown. HEX triplet: F1, 9F and 9E. RGB value is (241,159,158). Sum of RGB (Red+Green+Blue) = 241+159+158=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19F9E is #0E6061. Grayscale: #B7B7B7. Windows color (decimal): -942178 or 10395633. OLE color: 10395633.
HSL color Cylindrical-coordinate representation of color #F19F9E: hue angle of 0.72º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19F9E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 158 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.05 |
| HSL | 0.72º | 0.75% | 0.78% | - |
| HSV(B) | 0.72º | 0.34% | 0.95% | - |
| XYZ | 54.85 | 45.97 | 38.33 | - |
| YUV | 183.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 158 | 0 | 0.34 | 0.34 | 0.05 | 0.72 | 0.75 | 0.78 |
| Hex | F1 | 9F | 9E | 0 | 22 | 22 | 5 | 1 | 4B | 4E |
| Octal | 361 | 237 | 236 | 0 | 42 | 42 | 5 | 1 | 113 | 116 |
| Binary | 11110001 | 10011111 | 10011110 | 0 | 100010 | 100010 | 101 | 1 | 1001011 | 1001110 |
Color Harmonies of #F19F9E
Complementary color
Monochromatic Colors of #F19F9E
Black with #F19F9E
Text Example
Text Example
White with #F19F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F9E; }
p { color: rgb(241,159,158); }
H1.HeaderClassName
{
color: #F19F9E;
}
.AnyTagClassName
{
color: #F19F9E;
}
</style>
background-color css
<style>
a { background-color: #F19F9E; }
a { background-color: rgb(241,159,158); }
div.DivClassName
{
background-color: #F19F9E;
}
.BgClassName
{
background-color: #F19F9E;
}
</style>
border-color css
<style>
span { border-color: #F19F9E; }
span { border-color: rgb(241,159,158); }
td.TdClassName
{
border-color: #F19F9E;
}
.TagClassName
{
border-color: #F19F9E;
}
</style>