Shades of Dark Salmon #F1937C
Tints of Dark Salmon #F1937C
RGB
CMYK
RGB Variations
Color information
#F1937C (or 0xF1937C) is known color: Dark Salmon. HEX triplet: F1, 93 and 7C. RGB value is (241,147,124). Sum of RGB (Red+Green+Blue) = 241+147+124=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1937C is #0E6C83. Grayscale: #ACACAC. Windows color (decimal): -945284 or 8164337. OLE color: 8164337.
HSL color Cylindrical-coordinate representation of color #F1937C: hue angle of 11.79º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1937C is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 124 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.05 |
| HSL | 11.79º | 0.81% | 0.72% | - |
| HSV(B) | 11.79º | 0.49% | 0.95% | - |
| XYZ | 50.35 | 41.02 | 24.33 | - |
| YUV | 172.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 124 | 0 | 0.39 | 0.49 | 0.05 | 11.79 | 0.81 | 0.72 |
| Hex | F1 | 93 | 7C | 0 | 27 | 31 | 5 | C | 51 | 48 |
| Octal | 361 | 223 | 174 | 0 | 47 | 61 | 5 | 14 | 121 | 110 |
| Binary | 11110001 | 10010011 | 1111100 | 0 | 100111 | 110001 | 101 | 1100 | 1010001 | 1001000 |
Color Harmonies of #F1937C
Complementary color
Monochromatic Colors of #F1937C
Black with #F1937C
Text Example
Text Example
White with #F1937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1937C; }
p { color: rgb(241,147,124); }
H1.HeaderClassName
{
color: #F1937C;
}
.AnyTagClassName
{
color: #F1937C;
}
</style>
background-color css
<style>
a { background-color: #F1937C; }
a { background-color: rgb(241,147,124); }
div.DivClassName
{
background-color: #F1937C;
}
.BgClassName
{
background-color: #F1937C;
}
</style>
border-color css
<style>
span { border-color: #F1937C; }
span { border-color: rgb(241,147,124); }
td.TdClassName
{
border-color: #F1937C;
}
.TagClassName
{
border-color: #F1937C;
}
</style>