Shades of Salmon #F77F75
Tints of Salmon #F77F75
RGB
CMYK
RGB Variations
Color information
#F77F75 (or 0xF77F75) is known color: Salmon. HEX triplet: F7, 7F and 75. RGB value is (247,127,117). Sum of RGB (Red+Green+Blue) = 247+127+117=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F75 is #08808A. Grayscale: #A1A1A1. Windows color (decimal): -557195 or 7700471. OLE color: 7700471.
HSL color Cylindrical-coordinate representation of color #F77F75: hue angle of 4.62º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77F75 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 117 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.03 |
| HSL | 4.62º | 0.89% | 0.71% | - |
| HSV(B) | 4.62º | 0.53% | 0.97% | - |
| XYZ | 49.16 | 36.24 | 21.23 | - |
| YUV | 161.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 117 | 0 | 0.49 | 0.53 | 0.03 | 4.62 | 0.89 | 0.71 |
| Hex | F7 | 7F | 75 | 0 | 31 | 35 | 3 | 5 | 59 | 47 |
| Octal | 367 | 177 | 165 | 0 | 61 | 65 | 3 | 5 | 131 | 107 |
| Binary | 11110111 | 1111111 | 1110101 | 0 | 110001 | 110101 | 11 | 101 | 1011001 | 1000111 |
Color Harmonies of #F77F75
Complementary color
Monochromatic Colors of #F77F75
Black with #F77F75
Text Example
Text Example
White with #F77F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77F75; }
p { color: rgb(247,127,117); }
H1.HeaderClassName
{
color: #F77F75;
}
.AnyTagClassName
{
color: #F77F75;
}
</style>
background-color css
<style>
a { background-color: #F77F75; }
a { background-color: rgb(247,127,117); }
div.DivClassName
{
background-color: #F77F75;
}
.BgClassName
{
background-color: #F77F75;
}
</style>
border-color css
<style>
span { border-color: #F77F75; }
span { border-color: rgb(247,127,117); }
td.TdClassName
{
border-color: #F77F75;
}
.TagClassName
{
border-color: #F77F75;
}
</style>