Shades of Dark Salmon #F19A73
Tints of Dark Salmon #F19A73
RGB
CMYK
RGB Variations
Color information
#F19A73 (or 0xF19A73) is known color: Dark Salmon. HEX triplet: F1, 9A and 73. RGB value is (241,154,115). Sum of RGB (Red+Green+Blue) = 241+154+115=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A73 is #0E658C. Grayscale: #AFAFAF. Windows color (decimal): -943501 or 7576305. OLE color: 7576305.
HSL color Cylindrical-coordinate representation of color #F19A73: hue angle of 18.57º 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 #F19A73 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 115 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.05 |
| HSL | 18.57º | 0.82% | 0.7% | - |
| HSV(B) | 18.57º | 0.52% | 0.95% | - |
| XYZ | 50.93 | 43.05 | 21.85 | - |
| YUV | 175.57 | 93.82 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 115 | 0 | 0.36 | 0.52 | 0.05 | 18.57 | 0.82 | 0.7 |
| Hex | F1 | 9A | 73 | 0 | 24 | 34 | 5 | 13 | 52 | 46 |
| Octal | 361 | 232 | 163 | 0 | 44 | 64 | 5 | 23 | 122 | 106 |
| Binary | 11110001 | 10011010 | 1110011 | 0 | 100100 | 110100 | 101 | 10011 | 1010010 | 1000110 |
Color Harmonies of #F19A73
Complementary color
Monochromatic Colors of #F19A73
Black with #F19A73
Text Example
Text Example
White with #F19A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19A73; }
p { color: rgb(241,154,115); }
H1.HeaderClassName
{
color: #F19A73;
}
.AnyTagClassName
{
color: #F19A73;
}
</style>
background-color css
<style>
a { background-color: #F19A73; }
a { background-color: rgb(241,154,115); }
div.DivClassName
{
background-color: #F19A73;
}
.BgClassName
{
background-color: #F19A73;
}
</style>
border-color css
<style>
span { border-color: #F19A73; }
span { border-color: rgb(241,154,115); }
td.TdClassName
{
border-color: #F19A73;
}
.TagClassName
{
border-color: #F19A73;
}
</style>