Shades of Salmon #F57F65
Tints of Salmon #F57F65
RGB
CMYK
RGB Variations
Color information
#F57F65 (or 0xF57F65) is known color: Salmon. HEX triplet: F5, 7F and 65. RGB value is (245,127,101). Sum of RGB (Red+Green+Blue) = 245+127+101=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F65 is #0A809A. Grayscale: #9F9F9F. Windows color (decimal): -688283 or 6651893. OLE color: 6651893.
HSL color Cylindrical-coordinate representation of color #F57F65: hue angle of 10.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F57F65 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 101 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.04 |
| HSL | 10.83º | 0.88% | 0.68% | - |
| HSV(B) | 10.83º | 0.59% | 0.96% | - |
| XYZ | 47.59 | 35.53 | 16.66 | - |
| YUV | 159.32 | 95.09 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 101 | 0 | 0.48 | 0.59 | 0.04 | 10.83 | 0.88 | 0.68 |
| Hex | F5 | 7F | 65 | 0 | 30 | 3B | 4 | B | 58 | 44 |
| Octal | 365 | 177 | 145 | 0 | 60 | 73 | 4 | 13 | 130 | 104 |
| Binary | 11110101 | 1111111 | 1100101 | 0 | 110000 | 111011 | 100 | 1011 | 1011000 | 1000100 |
Color Harmonies of #F57F65
Complementary color
Monochromatic Colors of #F57F65
Black with #F57F65
Text Example
Text Example
White with #F57F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F65; }
p { color: rgb(245,127,101); }
H1.HeaderClassName
{
color: #F57F65;
}
.AnyTagClassName
{
color: #F57F65;
}
</style>
background-color css
<style>
a { background-color: #F57F65; }
a { background-color: rgb(245,127,101); }
div.DivClassName
{
background-color: #F57F65;
}
.BgClassName
{
background-color: #F57F65;
}
</style>
border-color css
<style>
span { border-color: #F57F65; }
span { border-color: rgb(245,127,101); }
td.TdClassName
{
border-color: #F57F65;
}
.TagClassName
{
border-color: #F57F65;
}
</style>