Shades of Salmon #F57D76
Tints of Salmon #F57D76
RGB
CMYK
RGB Variations
Color information
#F57D76 (or 0xF57D76) is known color: Salmon. HEX triplet: F5, 7D and 76. RGB value is (245,125,118). Sum of RGB (Red+Green+Blue) = 245+125+118=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D76 is #0A8289. Grayscale: #A0A0A0. Windows color (decimal): -688778 or 7765493. OLE color: 7765493.
HSL color Cylindrical-coordinate representation of color #F57D76: hue angle of 3.31º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57D76 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 118 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.04 |
| HSL | 3.31º | 0.86% | 0.71% | - |
| HSV(B) | 3.31º | 0.52% | 0.96% | - |
| XYZ | 48.26 | 35.39 | 21.43 | - |
| YUV | 160.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 118 | 0 | 0.49 | 0.52 | 0.04 | 3.31 | 0.86 | 0.71 |
| Hex | F5 | 7D | 76 | 0 | 31 | 34 | 4 | 3 | 56 | 47 |
| Octal | 365 | 175 | 166 | 0 | 61 | 64 | 4 | 3 | 126 | 107 |
| Binary | 11110101 | 1111101 | 1110110 | 0 | 110001 | 110100 | 100 | 11 | 1010110 | 1000111 |
Color Harmonies of #F57D76
Complementary color
Monochromatic Colors of #F57D76
Black with #F57D76
Text Example
Text Example
White with #F57D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D76; }
p { color: rgb(245,125,118); }
H1.HeaderClassName
{
color: #F57D76;
}
.AnyTagClassName
{
color: #F57D76;
}
</style>
background-color css
<style>
a { background-color: #F57D76; }
a { background-color: rgb(245,125,118); }
div.DivClassName
{
background-color: #F57D76;
}
.BgClassName
{
background-color: #F57D76;
}
</style>
border-color css
<style>
span { border-color: #F57D76; }
span { border-color: rgb(245,125,118); }
td.TdClassName
{
border-color: #F57D76;
}
.TagClassName
{
border-color: #F57D76;
}
</style>