Shades of Salmon #F77871
Tints of Salmon #F77871
RGB
CMYK
RGB Variations
Color information
#F77871 (or 0xF77871) is known color: Salmon. HEX triplet: F7, 78 and 71. RGB value is (247,120,113). Sum of RGB (Red+Green+Blue) = 247+120+113=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77871 is #08878E. Grayscale: #9D9D9D. Windows color (decimal): -558991 or 7436535. OLE color: 7436535.
HSL color Cylindrical-coordinate representation of color #F77871: hue angle of 3.13º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77871 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 113 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.03 |
| HSL | 3.13º | 0.89% | 0.71% | - |
| HSV(B) | 3.13º | 0.54% | 0.97% | - |
| XYZ | 48.05 | 34.4 | 19.73 | - |
| YUV | 157.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 113 | 0 | 0.51 | 0.54 | 0.03 | 3.13 | 0.89 | 0.71 |
| Hex | F7 | 78 | 71 | 0 | 33 | 36 | 3 | 3 | 59 | 47 |
| Octal | 367 | 170 | 161 | 0 | 63 | 66 | 3 | 3 | 131 | 107 |
| Binary | 11110111 | 1111000 | 1110001 | 0 | 110011 | 110110 | 11 | 11 | 1011001 | 1000111 |
Color Harmonies of #F77871
Complementary color
Monochromatic Colors of #F77871
Black with #F77871
Text Example
Text Example
White with #F77871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77871; }
p { color: rgb(247,120,113); }
H1.HeaderClassName
{
color: #F77871;
}
.AnyTagClassName
{
color: #F77871;
}
</style>
background-color css
<style>
a { background-color: #F77871; }
a { background-color: rgb(247,120,113); }
div.DivClassName
{
background-color: #F77871;
}
.BgClassName
{
background-color: #F77871;
}
</style>
border-color css
<style>
span { border-color: #F77871; }
span { border-color: rgb(247,120,113); }
td.TdClassName
{
border-color: #F77871;
}
.TagClassName
{
border-color: #F77871;
}
</style>