Shades of Dark Salmon #F19573
Tints of Dark Salmon #F19573
RGB
CMYK
RGB Variations
Color information
#F19573 (or 0xF19573) is known color: Dark Salmon. HEX triplet: F1, 95 and 73. RGB value is (241,149,115). Sum of RGB (Red+Green+Blue) = 241+149+115=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F19573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19573 is #0E6A8C. Grayscale: #ACACAC. Windows color (decimal): -944781 or 7575025. OLE color: 7575025.
HSL color Cylindrical-coordinate representation of color #F19573: hue angle of 16.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F19573 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 115 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.05 |
| HSL | 16.19º | 0.82% | 0.7% | - |
| HSV(B) | 16.19º | 0.52% | 0.95% | - |
| XYZ | 50.12 | 41.43 | 21.58 | - |
| YUV | 172.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 115 | 0 | 0.38 | 0.52 | 0.05 | 16.19 | 0.82 | 0.7 |
| Hex | F1 | 95 | 73 | 0 | 26 | 34 | 5 | 10 | 52 | 46 |
| Octal | 361 | 225 | 163 | 0 | 46 | 64 | 5 | 20 | 122 | 106 |
| Binary | 11110001 | 10010101 | 1110011 | 0 | 100110 | 110100 | 101 | 10000 | 1010010 | 1000110 |
Color Harmonies of #F19573
Complementary color
Monochromatic Colors of #F19573
Black with #F19573
Text Example
Text Example
White with #F19573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19573; }
p { color: rgb(241,149,115); }
H1.HeaderClassName
{
color: #F19573;
}
.AnyTagClassName
{
color: #F19573;
}
</style>
background-color css
<style>
a { background-color: #F19573; }
a { background-color: rgb(241,149,115); }
div.DivClassName
{
background-color: #F19573;
}
.BgClassName
{
background-color: #F19573;
}
</style>
border-color css
<style>
span { border-color: #F19573; }
span { border-color: rgb(241,149,115); }
td.TdClassName
{
border-color: #F19573;
}
.TagClassName
{
border-color: #F19573;
}
</style>