Shades of Dark Salmon #F1946F
Tints of Dark Salmon #F1946F
RGB
CMYK
RGB Variations
Color information
#F1946F (or 0xF1946F) is known color: Dark Salmon. HEX triplet: F1, 94 and 6F. RGB value is (241,148,111). Sum of RGB (Red+Green+Blue) = 241+148+111=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1946F is #0E6B90. Grayscale: #ABABAB. Windows color (decimal): -945041 or 7312625. OLE color: 7312625.
HSL color Cylindrical-coordinate representation of color #F1946F: hue angle of 17.08º 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 #F1946F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 111 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.05 |
| HSL | 17.08º | 0.82% | 0.69% | - |
| HSV(B) | 17.08º | 0.54% | 0.95% | - |
| XYZ | 49.73 | 41.03 | 20.34 | - |
| YUV | 171.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 111 | 0 | 0.39 | 0.54 | 0.05 | 17.08 | 0.82 | 0.69 |
| Hex | F1 | 94 | 6F | 0 | 27 | 36 | 5 | 11 | 52 | 45 |
| Octal | 361 | 224 | 157 | 0 | 47 | 66 | 5 | 21 | 122 | 105 |
| Binary | 11110001 | 10010100 | 1101111 | 0 | 100111 | 110110 | 101 | 10001 | 1010010 | 1000101 |
Color Harmonies of #F1946F
Complementary color
Monochromatic Colors of #F1946F
Black with #F1946F
Text Example
Text Example
White with #F1946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1946F; }
p { color: rgb(241,148,111); }
H1.HeaderClassName
{
color: #F1946F;
}
.AnyTagClassName
{
color: #F1946F;
}
</style>
background-color css
<style>
a { background-color: #F1946F; }
a { background-color: rgb(241,148,111); }
div.DivClassName
{
background-color: #F1946F;
}
.BgClassName
{
background-color: #F1946F;
}
</style>
border-color css
<style>
span { border-color: #F1946F; }
span { border-color: rgb(241,148,111); }
td.TdClassName
{
border-color: #F1946F;
}
.TagClassName
{
border-color: #F1946F;
}
</style>