Shades of Dark Salmon #F1937D
Tints of Dark Salmon #F1937D
RGB
CMYK
RGB Variations
Color information
#F1937D (or 0xF1937D) is known color: Dark Salmon. HEX triplet: F1, 93 and 7D. RGB value is (241,147,125). Sum of RGB (Red+Green+Blue) = 241+147+125=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1937D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1937D is #0E6C82. Grayscale: #ACACAC. Windows color (decimal): -945283 or 8229873. OLE color: 8229873.
HSL color Cylindrical-coordinate representation of color #F1937D: hue angle of 11.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1937D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 125 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.05 |
| HSL | 11.38º | 0.81% | 0.72% | - |
| HSV(B) | 11.38º | 0.48% | 0.95% | - |
| XYZ | 50.41 | 41.05 | 24.67 | - |
| YUV | 172.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 125 | 0 | 0.39 | 0.48 | 0.05 | 11.38 | 0.81 | 0.72 |
| Hex | F1 | 93 | 7D | 0 | 27 | 30 | 5 | B | 51 | 48 |
| Octal | 361 | 223 | 175 | 0 | 47 | 60 | 5 | 13 | 121 | 110 |
| Binary | 11110001 | 10010011 | 1111101 | 0 | 100111 | 110000 | 101 | 1011 | 1010001 | 1001000 |
Color Harmonies of #F1937D
Complementary color
Monochromatic Colors of #F1937D
Black with #F1937D
Text Example
Text Example
White with #F1937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1937D; }
p { color: rgb(241,147,125); }
H1.HeaderClassName
{
color: #F1937D;
}
.AnyTagClassName
{
color: #F1937D;
}
</style>
background-color css
<style>
a { background-color: #F1937D; }
a { background-color: rgb(241,147,125); }
div.DivClassName
{
background-color: #F1937D;
}
.BgClassName
{
background-color: #F1937D;
}
</style>
border-color css
<style>
span { border-color: #F1937D; }
span { border-color: rgb(241,147,125); }
td.TdClassName
{
border-color: #F1937D;
}
.TagClassName
{
border-color: #F1937D;
}
</style>