Shades of Salmon #FF7D6D
Tints of Salmon #FF7D6D
RGB
CMYK
RGB Variations
Color information
#FF7D6D (or 0xFF7D6D) is known color: Salmon. HEX triplet: FF, 7D and 6D. RGB value is (255,125,109). Sum of RGB (Red+Green+Blue) = 255+125+109=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D6D is #008292. Grayscale: #A2A2A2. Windows color (decimal): -33427 or 7175679. OLE color: 7175679.
HSL color Cylindrical-coordinate representation of color #FF7D6D: hue angle of 6.58º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF7D6D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 109 | - |
| CMYK | 0 | 0.51 | 0.57 | 0 |
| HSL | 6.58º | 1% | 0.71% | - |
| HSV(B) | 6.58º | 0.57% | 1% | - |
| XYZ | 51.33 | 37.03 | 18.91 | - |
| YUV | 162.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 109 | 0 | 0.51 | 0.57 | 0 | 6.58 | 1 | 0.71 |
| Hex | FF | 7D | 6D | 0 | 33 | 39 | 0 | 7 | 64 | 47 |
| Octal | 377 | 175 | 155 | 0 | 63 | 71 | 0 | 7 | 144 | 107 |
| Binary | 11111111 | 1111101 | 1101101 | 0 | 110011 | 111001 | 0 | 111 | 1100100 | 1000111 |
Color Harmonies of #FF7D6D
Complementary color
Monochromatic Colors of #FF7D6D
Black with #FF7D6D
Text Example
Text Example
White with #FF7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D6D; }
p { color: rgb(255,125,109); }
H1.HeaderClassName
{
color: #FF7D6D;
}
.AnyTagClassName
{
color: #FF7D6D;
}
</style>
background-color css
<style>
a { background-color: #FF7D6D; }
a { background-color: rgb(255,125,109); }
div.DivClassName
{
background-color: #FF7D6D;
}
.BgClassName
{
background-color: #FF7D6D;
}
</style>
border-color css
<style>
span { border-color: #FF7D6D; }
span { border-color: rgb(255,125,109); }
td.TdClassName
{
border-color: #FF7D6D;
}
.TagClassName
{
border-color: #FF7D6D;
}
</style>