Shades of Salmon #F57668
Tints of Salmon #F57668
RGB
CMYK
RGB Variations
Color information
#F57668 (or 0xF57668) is known color: Salmon. HEX triplet: F5, 76 and 68. RGB value is (245,118,104). Sum of RGB (Red+Green+Blue) = 245+118+104=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F57668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57668 is #0A8997. Grayscale: #9A9A9A. Windows color (decimal): -690584 or 6846197. OLE color: 6846197.
HSL color Cylindrical-coordinate representation of color #F57668: hue angle of 5.96º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F57668 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 104 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.04 |
| HSL | 5.96º | 0.88% | 0.68% | - |
| HSV(B) | 5.96º | 0.58% | 0.96% | - |
| XYZ | 46.63 | 33.37 | 17.08 | - |
| YUV | 154.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 104 | 0 | 0.52 | 0.58 | 0.04 | 5.96 | 0.88 | 0.68 |
| Hex | F5 | 76 | 68 | 0 | 34 | 3A | 4 | 6 | 58 | 44 |
| Octal | 365 | 166 | 150 | 0 | 64 | 72 | 4 | 6 | 130 | 104 |
| Binary | 11110101 | 1110110 | 1101000 | 0 | 110100 | 111010 | 100 | 110 | 1011000 | 1000100 |
Color Harmonies of #F57668
Complementary color
Monochromatic Colors of #F57668
Black with #F57668
Text Example
Text Example
White with #F57668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57668; }
p { color: rgb(245,118,104); }
H1.HeaderClassName
{
color: #F57668;
}
.AnyTagClassName
{
color: #F57668;
}
</style>
background-color css
<style>
a { background-color: #F57668; }
a { background-color: rgb(245,118,104); }
div.DivClassName
{
background-color: #F57668;
}
.BgClassName
{
background-color: #F57668;
}
</style>
border-color css
<style>
span { border-color: #F57668; }
span { border-color: rgb(245,118,104); }
td.TdClassName
{
border-color: #F57668;
}
.TagClassName
{
border-color: #F57668;
}
</style>