Shades of Salmon #F17D6D
Tints of Salmon #F17D6D
RGB
CMYK
RGB Variations
Color information
#F17D6D (or 0xF17D6D) is known color: Salmon. HEX triplet: F1, 7D and 6D. RGB value is (241,125,109). Sum of RGB (Red+Green+Blue) = 241+125+109=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D6D is #0E8292. Grayscale: #9E9E9E. Windows color (decimal): -950931 or 7175665. OLE color: 7175665.
HSL color Cylindrical-coordinate representation of color #F17D6D: hue angle of 7.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F17D6D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 109 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.05 |
| HSL | 7.27º | 0.83% | 0.69% | - |
| HSV(B) | 7.27º | 0.55% | 0.95% | - |
| XYZ | 46.37 | 34.47 | 18.68 | - |
| YUV | 157.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 109 | 0 | 0.48 | 0.55 | 0.05 | 7.27 | 0.83 | 0.69 |
| Hex | F1 | 7D | 6D | 0 | 30 | 37 | 5 | 7 | 52 | 45 |
| Octal | 361 | 175 | 155 | 0 | 60 | 67 | 5 | 7 | 122 | 105 |
| Binary | 11110001 | 1111101 | 1101101 | 0 | 110000 | 110111 | 101 | 111 | 1010010 | 1000101 |
Color Harmonies of #F17D6D
Complementary color
Monochromatic Colors of #F17D6D
Black with #F17D6D
Text Example
Text Example
White with #F17D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D6D; }
p { color: rgb(241,125,109); }
H1.HeaderClassName
{
color: #F17D6D;
}
.AnyTagClassName
{
color: #F17D6D;
}
</style>
background-color css
<style>
a { background-color: #F17D6D; }
a { background-color: rgb(241,125,109); }
div.DivClassName
{
background-color: #F17D6D;
}
.BgClassName
{
background-color: #F17D6D;
}
</style>
border-color css
<style>
span { border-color: #F17D6D; }
span { border-color: rgb(241,125,109); }
td.TdClassName
{
border-color: #F17D6D;
}
.TagClassName
{
border-color: #F17D6D;
}
</style>