Shades of Salmon #F57D6A
Tints of Salmon #F57D6A
RGB
CMYK
RGB Variations
Color information
#F57D6A (or 0xF57D6A) is known color: Salmon. HEX triplet: F5, 7D and 6A. RGB value is (245,125,106). Sum of RGB (Red+Green+Blue) = 245+125+106=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D6A is #0A8295. Grayscale: #9E9E9E. Windows color (decimal): -688790 or 6979061. OLE color: 6979061.
HSL color Cylindrical-coordinate representation of color #F57D6A: hue angle of 8.2º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F57D6A is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 106 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.04 |
| HSL | 8.2º | 0.87% | 0.69% | - |
| HSV(B) | 8.2º | 0.57% | 0.96% | - |
| XYZ | 47.59 | 35.12 | 17.91 | - |
| YUV | 158.71 | 98.26 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 106 | 0 | 0.49 | 0.57 | 0.04 | 8.2 | 0.87 | 0.69 |
| Hex | F5 | 7D | 6A | 0 | 31 | 39 | 4 | 8 | 57 | 45 |
| Octal | 365 | 175 | 152 | 0 | 61 | 71 | 4 | 10 | 127 | 105 |
| Binary | 11110101 | 1111101 | 1101010 | 0 | 110001 | 111001 | 100 | 1000 | 1010111 | 1000101 |
Color Harmonies of #F57D6A
Complementary color
Monochromatic Colors of #F57D6A
Black with #F57D6A
Text Example
Text Example
White with #F57D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D6A; }
p { color: rgb(245,125,106); }
H1.HeaderClassName
{
color: #F57D6A;
}
.AnyTagClassName
{
color: #F57D6A;
}
</style>
background-color css
<style>
a { background-color: #F57D6A; }
a { background-color: rgb(245,125,106); }
div.DivClassName
{
background-color: #F57D6A;
}
.BgClassName
{
background-color: #F57D6A;
}
</style>
border-color css
<style>
span { border-color: #F57D6A; }
span { border-color: rgb(245,125,106); }
td.TdClassName
{
border-color: #F57D6A;
}
.TagClassName
{
border-color: #F57D6A;
}
</style>