Shades of Salmon #F57F6D
Tints of Salmon #F57F6D
RGB
CMYK
RGB Variations
Color information
#F57F6D (or 0xF57F6D) is known color: Salmon. HEX triplet: F5, 7F and 6D. RGB value is (245,127,109). Sum of RGB (Red+Green+Blue) = 245+127+109=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F6D is #0A8092. Grayscale: #A0A0A0. Windows color (decimal): -688275 or 7176181. OLE color: 7176181.
HSL color Cylindrical-coordinate representation of color #F57F6D: hue angle of 7.94º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F57F6D is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 109 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.04 |
| HSL | 7.94º | 0.87% | 0.69% | - |
| HSV(B) | 7.94º | 0.56% | 0.96% | - |
| XYZ | 48.01 | 35.7 | 18.83 | - |
| YUV | 160.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 109 | 0 | 0.48 | 0.56 | 0.04 | 7.94 | 0.87 | 0.69 |
| Hex | F5 | 7F | 6D | 0 | 30 | 38 | 4 | 8 | 57 | 45 |
| Octal | 365 | 177 | 155 | 0 | 60 | 70 | 4 | 10 | 127 | 105 |
| Binary | 11110101 | 1111111 | 1101101 | 0 | 110000 | 111000 | 100 | 1000 | 1010111 | 1000101 |
Color Harmonies of #F57F6D
Complementary color
Monochromatic Colors of #F57F6D
Black with #F57F6D
Text Example
Text Example
White with #F57F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57F6D; }
p { color: rgb(245,127,109); }
H1.HeaderClassName
{
color: #F57F6D;
}
.AnyTagClassName
{
color: #F57F6D;
}
</style>
background-color css
<style>
a { background-color: #F57F6D; }
a { background-color: rgb(245,127,109); }
div.DivClassName
{
background-color: #F57F6D;
}
.BgClassName
{
background-color: #F57F6D;
}
</style>
border-color css
<style>
span { border-color: #F57F6D; }
span { border-color: rgb(245,127,109); }
td.TdClassName
{
border-color: #F57F6D;
}
.TagClassName
{
border-color: #F57F6D;
}
</style>