Shades of Salmon #F7716F
Tints of Salmon #F7716F
RGB
CMYK
RGB Variations
Color information
#F7716F (or 0xF7716F) is known color: Salmon. HEX triplet: F7, 71 and 6F. RGB value is (247,113,111). Sum of RGB (Red+Green+Blue) = 247+113+111=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7716F is #088E90. Grayscale: #989898. Windows color (decimal): -560785 or 7303671. OLE color: 7303671.
HSL color Cylindrical-coordinate representation of color #F7716F: hue angle of 0.88º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7716F is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 111 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.03 |
| HSL | 0.88º | 0.89% | 0.7% | - |
| HSV(B) | 0.88º | 0.55% | 0.97% | - |
| XYZ | 47.13 | 32.73 | 18.87 | - |
| YUV | 152.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 111 | 0 | 0.54 | 0.55 | 0.03 | 0.88 | 0.89 | 0.7 |
| Hex | F7 | 71 | 6F | 0 | 36 | 37 | 3 | 1 | 59 | 46 |
| Octal | 367 | 161 | 157 | 0 | 66 | 67 | 3 | 1 | 131 | 106 |
| Binary | 11110111 | 1110001 | 1101111 | 0 | 110110 | 110111 | 11 | 1 | 1011001 | 1000110 |
Color Harmonies of #F7716F
Complementary color
Monochromatic Colors of #F7716F
Black with #F7716F
Text Example
Text Example
White with #F7716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7716F; }
p { color: rgb(247,113,111); }
H1.HeaderClassName
{
color: #F7716F;
}
.AnyTagClassName
{
color: #F7716F;
}
</style>
background-color css
<style>
a { background-color: #F7716F; }
a { background-color: rgb(247,113,111); }
div.DivClassName
{
background-color: #F7716F;
}
.BgClassName
{
background-color: #F7716F;
}
</style>
border-color css
<style>
span { border-color: #F7716F; }
span { border-color: rgb(247,113,111); }
td.TdClassName
{
border-color: #F7716F;
}
.TagClassName
{
border-color: #F7716F;
}
</style>