Shades of Salmon #F17C6C
Tints of Salmon #F17C6C
RGB
CMYK
RGB Variations
Color information
#F17C6C (or 0xF17C6C) is known color: Salmon. HEX triplet: F1, 7C and 6C. RGB value is (241,124,108). Sum of RGB (Red+Green+Blue) = 241+124+108=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C6C is #0E8393. Grayscale: #9D9D9D. Windows color (decimal): -951188 or 7109873. OLE color: 7109873.
HSL color Cylindrical-coordinate representation of color #F17C6C: hue angle of 7.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F17C6C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 108 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.05 |
| HSL | 7.22º | 0.83% | 0.68% | - |
| HSV(B) | 7.22º | 0.55% | 0.95% | - |
| XYZ | 46.19 | 34.2 | 18.35 | - |
| YUV | 157.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 108 | 0 | 0.49 | 0.55 | 0.05 | 7.22 | 0.83 | 0.68 |
| Hex | F1 | 7C | 6C | 0 | 31 | 37 | 5 | 7 | 53 | 44 |
| Octal | 361 | 174 | 154 | 0 | 61 | 67 | 5 | 7 | 123 | 104 |
| Binary | 11110001 | 1111100 | 1101100 | 0 | 110001 | 110111 | 101 | 111 | 1010011 | 1000100 |
Color Harmonies of #F17C6C
Complementary color
Monochromatic Colors of #F17C6C
Black with #F17C6C
Text Example
Text Example
White with #F17C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C6C; }
p { color: rgb(241,124,108); }
H1.HeaderClassName
{
color: #F17C6C;
}
.AnyTagClassName
{
color: #F17C6C;
}
</style>
background-color css
<style>
a { background-color: #F17C6C; }
a { background-color: rgb(241,124,108); }
div.DivClassName
{
background-color: #F17C6C;
}
.BgClassName
{
background-color: #F17C6C;
}
</style>
border-color css
<style>
span { border-color: #F17C6C; }
span { border-color: rgb(241,124,108); }
td.TdClassName
{
border-color: #F17C6C;
}
.TagClassName
{
border-color: #F17C6C;
}
</style>