Shades of Salmon #F57775
Tints of Salmon #F57775
RGB
CMYK
RGB Variations
Color information
#F57775 (or 0xF57775) is known color: Salmon. HEX triplet: F5, 77 and 75. RGB value is (245,119,117). Sum of RGB (Red+Green+Blue) = 245+119+117=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F57775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57775 is #0A888A. Grayscale: #9C9C9C. Windows color (decimal): -690315 or 7698421. OLE color: 7698421.
HSL color Cylindrical-coordinate representation of color #F57775: hue angle of 0.94º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57775 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 117 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.04 |
| HSL | 0.94º | 0.86% | 0.71% | - |
| HSV(B) | 0.94º | 0.52% | 0.96% | - |
| XYZ | 47.46 | 33.89 | 20.87 | - |
| YUV | 156.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 117 | 0 | 0.51 | 0.52 | 0.04 | 0.94 | 0.86 | 0.71 |
| Hex | F5 | 77 | 75 | 0 | 33 | 34 | 4 | 1 | 56 | 47 |
| Octal | 365 | 167 | 165 | 0 | 63 | 64 | 4 | 1 | 126 | 107 |
| Binary | 11110101 | 1110111 | 1110101 | 0 | 110011 | 110100 | 100 | 1 | 1010110 | 1000111 |
Color Harmonies of #F57775
Complementary color
Monochromatic Colors of #F57775
Black with #F57775
Text Example
Text Example
White with #F57775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57775; }
p { color: rgb(245,119,117); }
H1.HeaderClassName
{
color: #F57775;
}
.AnyTagClassName
{
color: #F57775;
}
</style>
background-color css
<style>
a { background-color: #F57775; }
a { background-color: rgb(245,119,117); }
div.DivClassName
{
background-color: #F57775;
}
.BgClassName
{
background-color: #F57775;
}
</style>
border-color css
<style>
span { border-color: #F57775; }
span { border-color: rgb(245,119,117); }
td.TdClassName
{
border-color: #F57775;
}
.TagClassName
{
border-color: #F57775;
}
</style>