Shades of Salmon #F17D6B
Tints of Salmon #F17D6B
RGB
CMYK
RGB Variations
Color information
#F17D6B (or 0xF17D6B) is known color: Salmon. HEX triplet: F1, 7D and 6B. RGB value is (241,125,107). Sum of RGB (Red+Green+Blue) = 241+125+107=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D6B is #0E8294. Grayscale: #9D9D9D. Windows color (decimal): -950933 or 7044593. OLE color: 7044593.
HSL color Cylindrical-coordinate representation of color #F17D6B: hue angle of 8.06º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F17D6B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 107 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.05 |
| HSL | 8.06º | 0.83% | 0.68% | - |
| HSV(B) | 8.06º | 0.56% | 0.95% | - |
| XYZ | 46.26 | 34.43 | 18.12 | - |
| YUV | 157.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 107 | 0 | 0.48 | 0.56 | 0.05 | 8.06 | 0.83 | 0.68 |
| Hex | F1 | 7D | 6B | 0 | 30 | 38 | 5 | 8 | 53 | 44 |
| Octal | 361 | 175 | 153 | 0 | 60 | 70 | 5 | 10 | 123 | 104 |
| Binary | 11110001 | 1111101 | 1101011 | 0 | 110000 | 111000 | 101 | 1000 | 1010011 | 1000100 |
Color Harmonies of #F17D6B
Complementary color
Monochromatic Colors of #F17D6B
Black with #F17D6B
Text Example
Text Example
White with #F17D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D6B; }
p { color: rgb(241,125,107); }
H1.HeaderClassName
{
color: #F17D6B;
}
.AnyTagClassName
{
color: #F17D6B;
}
</style>
background-color css
<style>
a { background-color: #F17D6B; }
a { background-color: rgb(241,125,107); }
div.DivClassName
{
background-color: #F17D6B;
}
.BgClassName
{
background-color: #F17D6B;
}
</style>
border-color css
<style>
span { border-color: #F17D6B; }
span { border-color: rgb(241,125,107); }
td.TdClassName
{
border-color: #F17D6B;
}
.TagClassName
{
border-color: #F17D6B;
}
</style>