Shades of Dark Salmon #F19376
Tints of Dark Salmon #F19376
RGB
CMYK
RGB Variations
Color information
#F19376 (or 0xF19376) is known color: Dark Salmon. HEX triplet: F1, 93 and 76. RGB value is (241,147,118). Sum of RGB (Red+Green+Blue) = 241+147+118=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F19376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19376 is #0E6C89. Grayscale: #ACACAC. Windows color (decimal): -945290 or 7771121. OLE color: 7771121.
HSL color Cylindrical-coordinate representation of color #F19376: hue angle of 14.15º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19376 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 118 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.05 |
| HSL | 14.15º | 0.81% | 0.7% | - |
| HSV(B) | 14.15º | 0.51% | 0.95% | - |
| XYZ | 49.98 | 40.88 | 22.4 | - |
| YUV | 171.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 118 | 0 | 0.39 | 0.51 | 0.05 | 14.15 | 0.81 | 0.7 |
| Hex | F1 | 93 | 76 | 0 | 27 | 33 | 5 | E | 51 | 46 |
| Octal | 361 | 223 | 166 | 0 | 47 | 63 | 5 | 16 | 121 | 106 |
| Binary | 11110001 | 10010011 | 1110110 | 0 | 100111 | 110011 | 101 | 1110 | 1010001 | 1000110 |
Color Harmonies of #F19376
Complementary color
Monochromatic Colors of #F19376
Black with #F19376
Text Example
Text Example
White with #F19376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19376; }
p { color: rgb(241,147,118); }
H1.HeaderClassName
{
color: #F19376;
}
.AnyTagClassName
{
color: #F19376;
}
</style>
background-color css
<style>
a { background-color: #F19376; }
a { background-color: rgb(241,147,118); }
div.DivClassName
{
background-color: #F19376;
}
.BgClassName
{
background-color: #F19376;
}
</style>
border-color css
<style>
span { border-color: #F19376; }
span { border-color: rgb(241,147,118); }
td.TdClassName
{
border-color: #F19376;
}
.TagClassName
{
border-color: #F19376;
}
</style>