Shades of Salmon #F57F77
Tints of Salmon #F57F77
RGB
CMYK
RGB Variations
Color information
#F57F77 (or 0xF57F77) is known color: Salmon. HEX triplet: F5, 7F and 77. RGB value is (245,127,119). Sum of RGB (Red+Green+Blue) = 245+127+119=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F77 is #0A8088. Grayscale: #A1A1A1. Windows color (decimal): -688265 or 7831541. OLE color: 7831541.
HSL color Cylindrical-coordinate representation of color #F57F77: hue angle of 3.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57F77 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 119 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.04 |
| HSL | 3.81º | 0.86% | 0.71% | - |
| HSV(B) | 3.81º | 0.51% | 0.96% | - |
| XYZ | 48.58 | 35.92 | 21.83 | - |
| YUV | 161.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 119 | 0 | 0.48 | 0.51 | 0.04 | 3.81 | 0.86 | 0.71 |
| Hex | F5 | 7F | 77 | 0 | 30 | 33 | 4 | 4 | 56 | 47 |
| Octal | 365 | 177 | 167 | 0 | 60 | 63 | 4 | 4 | 126 | 107 |
| Binary | 11110101 | 1111111 | 1110111 | 0 | 110000 | 110011 | 100 | 100 | 1010110 | 1000111 |
Color Harmonies of #F57F77
Complementary color
Monochromatic Colors of #F57F77
Black with #F57F77
Text Example
Text Example
White with #F57F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F77; }
p { color: rgb(245,127,119); }
H1.HeaderClassName
{
color: #F57F77;
}
.AnyTagClassName
{
color: #F57F77;
}
</style>
background-color css
<style>
a { background-color: #F57F77; }
a { background-color: rgb(245,127,119); }
div.DivClassName
{
background-color: #F57F77;
}
.BgClassName
{
background-color: #F57F77;
}
</style>
border-color css
<style>
span { border-color: #F57F77; }
span { border-color: rgb(245,127,119); }
td.TdClassName
{
border-color: #F57F77;
}
.TagClassName
{
border-color: #F57F77;
}
</style>