Shades of Dark Salmon #F1946E
Tints of Dark Salmon #F1946E
RGB
CMYK
RGB Variations
Color information
#F1946E (or 0xF1946E) is known color: Dark Salmon. HEX triplet: F1, 94 and 6E. RGB value is (241,148,110). Sum of RGB (Red+Green+Blue) = 241+148+110=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1946E is #0E6B91. Grayscale: #ABABAB. Windows color (decimal): -945042 or 7247089. OLE color: 7247089.
HSL color Cylindrical-coordinate representation of color #F1946E: hue angle of 17.4º 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 #F1946E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 110 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.05 |
| HSL | 17.4º | 0.82% | 0.69% | - |
| HSV(B) | 17.4º | 0.54% | 0.95% | - |
| XYZ | 49.68 | 41.01 | 20.05 | - |
| YUV | 171.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 110 | 0 | 0.39 | 0.54 | 0.05 | 17.4 | 0.82 | 0.69 |
| Hex | F1 | 94 | 6E | 0 | 27 | 36 | 5 | 11 | 52 | 45 |
| Octal | 361 | 224 | 156 | 0 | 47 | 66 | 5 | 21 | 122 | 105 |
| Binary | 11110001 | 10010100 | 1101110 | 0 | 100111 | 110110 | 101 | 10001 | 1010010 | 1000101 |
Color Harmonies of #F1946E
Complementary color
Monochromatic Colors of #F1946E
Black with #F1946E
Text Example
Text Example
White with #F1946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1946E; }
p { color: rgb(241,148,110); }
H1.HeaderClassName
{
color: #F1946E;
}
.AnyTagClassName
{
color: #F1946E;
}
</style>
background-color css
<style>
a { background-color: #F1946E; }
a { background-color: rgb(241,148,110); }
div.DivClassName
{
background-color: #F1946E;
}
.BgClassName
{
background-color: #F1946E;
}
</style>
border-color css
<style>
span { border-color: #F1946E; }
span { border-color: rgb(241,148,110); }
td.TdClassName
{
border-color: #F1946E;
}
.TagClassName
{
border-color: #F1946E;
}
</style>