Shades of Salmon #F77A6D
Tints of Salmon #F77A6D
RGB
CMYK
RGB Variations
Color information
#F77A6D (or 0xF77A6D) is known color: Salmon. HEX triplet: F7, 7A and 6D. RGB value is (247,122,109). Sum of RGB (Red+Green+Blue) = 247+122+109=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A6D is #088592. Grayscale: #9E9E9E. Windows color (decimal): -558483 or 7174903. OLE color: 7174903.
HSL color Cylindrical-coordinate representation of color #F77A6D: hue angle of 5.65º 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 #F77A6D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 109 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.03 |
| HSL | 5.65º | 0.9% | 0.7% | - |
| HSV(B) | 5.65º | 0.56% | 0.97% | - |
| XYZ | 48.08 | 34.8 | 18.65 | - |
| YUV | 157.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 109 | 0 | 0.51 | 0.56 | 0.03 | 5.65 | 0.9 | 0.7 |
| Hex | F7 | 7A | 6D | 0 | 33 | 38 | 3 | 6 | 5A | 46 |
| Octal | 367 | 172 | 155 | 0 | 63 | 70 | 3 | 6 | 132 | 106 |
| Binary | 11110111 | 1111010 | 1101101 | 0 | 110011 | 111000 | 11 | 110 | 1011010 | 1000110 |
Color Harmonies of #F77A6D
Complementary color
Monochromatic Colors of #F77A6D
Black with #F77A6D
Text Example
Text Example
White with #F77A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A6D; }
p { color: rgb(247,122,109); }
H1.HeaderClassName
{
color: #F77A6D;
}
.AnyTagClassName
{
color: #F77A6D;
}
</style>
background-color css
<style>
a { background-color: #F77A6D; }
a { background-color: rgb(247,122,109); }
div.DivClassName
{
background-color: #F77A6D;
}
.BgClassName
{
background-color: #F77A6D;
}
</style>
border-color css
<style>
span { border-color: #F77A6D; }
span { border-color: rgb(247,122,109); }
td.TdClassName
{
border-color: #F77A6D;
}
.TagClassName
{
border-color: #F77A6D;
}
</style>