Shades of Salmon #F7726D
Tints of Salmon #F7726D
RGB
CMYK
RGB Variations
Color information
#F7726D (or 0xF7726D) is known color: Salmon. HEX triplet: F7, 72 and 6D. RGB value is (247,114,109). Sum of RGB (Red+Green+Blue) = 247+114+109=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7726D is #088D92. Grayscale: #999999. Windows color (decimal): -560531 or 7172855. OLE color: 7172855.
HSL color Cylindrical-coordinate representation of color #F7726D: hue angle of 2.17º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7726D is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 109 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.03 |
| HSL | 2.17º | 0.9% | 0.7% | - |
| HSV(B) | 2.17º | 0.56% | 0.97% | - |
| XYZ | 47.14 | 32.91 | 18.34 | - |
| YUV | 153.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 109 | 0 | 0.54 | 0.56 | 0.03 | 2.17 | 0.9 | 0.7 |
| Hex | F7 | 72 | 6D | 0 | 36 | 38 | 3 | 2 | 5A | 46 |
| Octal | 367 | 162 | 155 | 0 | 66 | 70 | 3 | 2 | 132 | 106 |
| Binary | 11110111 | 1110010 | 1101101 | 0 | 110110 | 111000 | 11 | 10 | 1011010 | 1000110 |
Color Harmonies of #F7726D
Complementary color
Monochromatic Colors of #F7726D
Black with #F7726D
Text Example
Text Example
White with #F7726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7726D; }
p { color: rgb(247,114,109); }
H1.HeaderClassName
{
color: #F7726D;
}
.AnyTagClassName
{
color: #F7726D;
}
</style>
background-color css
<style>
a { background-color: #F7726D; }
a { background-color: rgb(247,114,109); }
div.DivClassName
{
background-color: #F7726D;
}
.BgClassName
{
background-color: #F7726D;
}
</style>
border-color css
<style>
span { border-color: #F7726D; }
span { border-color: rgb(247,114,109); }
td.TdClassName
{
border-color: #F7726D;
}
.TagClassName
{
border-color: #F7726D;
}
</style>