Shades of Salmon #F57A6D
Tints of Salmon #F57A6D
RGB
CMYK
RGB Variations
Color information
#F57A6D (or 0xF57A6D) is known color: Salmon. HEX triplet: F5, 7A and 6D. RGB value is (245,122,109). Sum of RGB (Red+Green+Blue) = 245+122+109=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57A6D is #0A8592. Grayscale: #9D9D9D. Windows color (decimal): -689555 or 7174901. OLE color: 7174901.
HSL color Cylindrical-coordinate representation of color #F57A6D: hue angle of 5.74º 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 #F57A6D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 109 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.04 |
| HSL | 5.74º | 0.87% | 0.69% | - |
| HSV(B) | 5.74º | 0.56% | 0.96% | - |
| XYZ | 47.38 | 34.44 | 18.62 | - |
| YUV | 157.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 109 | 0 | 0.50 | 0.56 | 0.04 | 5.74 | 0.87 | 0.69 |
| Hex | F5 | 7A | 6D | 0 | 32 | 38 | 4 | 6 | 57 | 45 |
| Octal | 365 | 172 | 155 | 0 | 62 | 70 | 4 | 6 | 127 | 105 |
| Binary | 11110101 | 1111010 | 1101101 | 0 | 110010 | 111000 | 100 | 110 | 1010111 | 1000101 |
Color Harmonies of #F57A6D
Complementary color
Monochromatic Colors of #F57A6D
Black with #F57A6D
Text Example
Text Example
White with #F57A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A6D; }
p { color: rgb(245,122,109); }
H1.HeaderClassName
{
color: #F57A6D;
}
.AnyTagClassName
{
color: #F57A6D;
}
</style>
background-color css
<style>
a { background-color: #F57A6D; }
a { background-color: rgb(245,122,109); }
div.DivClassName
{
background-color: #F57A6D;
}
.BgClassName
{
background-color: #F57A6D;
}
</style>
border-color css
<style>
span { border-color: #F57A6D; }
span { border-color: rgb(245,122,109); }
td.TdClassName
{
border-color: #F57A6D;
}
.TagClassName
{
border-color: #F57A6D;
}
</style>