Shades of Dark Salmon #F1956F
Tints of Dark Salmon #F1956F
RGB
CMYK
RGB Variations
Color information
#F1956F (or 0xF1956F) is known color: Dark Salmon. HEX triplet: F1, 95 and 6F. RGB value is (241,149,111). Sum of RGB (Red+Green+Blue) = 241+149+111=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1956F is #0E6A90. Grayscale: #ACACAC. Windows color (decimal): -944785 or 7312881. OLE color: 7312881.
HSL color Cylindrical-coordinate representation of color #F1956F: hue angle of 17.54º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1956F is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 111 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.05 |
| HSL | 17.54º | 0.82% | 0.69% | - |
| HSV(B) | 17.54º | 0.54% | 0.95% | - |
| XYZ | 49.89 | 41.34 | 20.39 | - |
| YUV | 172.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 111 | 0 | 0.38 | 0.54 | 0.05 | 17.54 | 0.82 | 0.69 |
| Hex | F1 | 95 | 6F | 0 | 26 | 36 | 5 | 12 | 52 | 45 |
| Octal | 361 | 225 | 157 | 0 | 46 | 66 | 5 | 22 | 122 | 105 |
| Binary | 11110001 | 10010101 | 1101111 | 0 | 100110 | 110110 | 101 | 10010 | 1010010 | 1000101 |
Color Harmonies of #F1956F
Complementary color
Monochromatic Colors of #F1956F
Black with #F1956F
Text Example
Text Example
White with #F1956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1956F; }
p { color: rgb(241,149,111); }
H1.HeaderClassName
{
color: #F1956F;
}
.AnyTagClassName
{
color: #F1956F;
}
</style>
background-color css
<style>
a { background-color: #F1956F; }
a { background-color: rgb(241,149,111); }
div.DivClassName
{
background-color: #F1956F;
}
.BgClassName
{
background-color: #F1956F;
}
</style>
border-color css
<style>
span { border-color: #F1956F; }
span { border-color: rgb(241,149,111); }
td.TdClassName
{
border-color: #F1956F;
}
.TagClassName
{
border-color: #F1956F;
}
</style>