Shades of Dark Salmon #F1947D
Tints of Dark Salmon #F1947D
RGB
CMYK
RGB Variations
Color information
#F1947D (or 0xF1947D) is known color: Dark Salmon. HEX triplet: F1, 94 and 7D. RGB value is (241,148,125). Sum of RGB (Red+Green+Blue) = 241+148+125=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1947D is #0E6B82. Grayscale: #ADADAD. Windows color (decimal): -945027 or 8230129. OLE color: 8230129.
HSL color Cylindrical-coordinate representation of color #F1947D: hue angle of 11.9º 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 #F1947D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 125 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.05 |
| HSL | 11.9º | 0.81% | 0.72% | - |
| HSV(B) | 11.9º | 0.48% | 0.95% | - |
| XYZ | 50.57 | 41.36 | 24.72 | - |
| YUV | 173.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 125 | 0 | 0.39 | 0.48 | 0.05 | 11.9 | 0.81 | 0.72 |
| Hex | F1 | 94 | 7D | 0 | 27 | 30 | 5 | C | 51 | 48 |
| Octal | 361 | 224 | 175 | 0 | 47 | 60 | 5 | 14 | 121 | 110 |
| Binary | 11110001 | 10010100 | 1111101 | 0 | 100111 | 110000 | 101 | 1100 | 1010001 | 1001000 |
Color Harmonies of #F1947D
Complementary color
Monochromatic Colors of #F1947D
Black with #F1947D
Text Example
Text Example
White with #F1947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1947D; }
p { color: rgb(241,148,125); }
H1.HeaderClassName
{
color: #F1947D;
}
.AnyTagClassName
{
color: #F1947D;
}
</style>
background-color css
<style>
a { background-color: #F1947D; }
a { background-color: rgb(241,148,125); }
div.DivClassName
{
background-color: #F1947D;
}
.BgClassName
{
background-color: #F1947D;
}
</style>
border-color css
<style>
span { border-color: #F1947D; }
span { border-color: rgb(241,148,125); }
td.TdClassName
{
border-color: #F1947D;
}
.TagClassName
{
border-color: #F1947D;
}
</style>