Shades of Salmon #F58773
Tints of Salmon #F58773
RGB
CMYK
RGB Variations
Color information
#F58773 (or 0xF58773) is known color: Salmon. HEX triplet: F5, 87 and 73. RGB value is (245,135,115). Sum of RGB (Red+Green+Blue) = 245+135+115=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58773 is #0A788C. Grayscale: #A5A5A5. Windows color (decimal): -686221 or 7571445. OLE color: 7571445.
HSL color Cylindrical-coordinate representation of color #F58773: hue angle of 9.23º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58773 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 115 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.04 |
| HSL | 9.23º | 0.87% | 0.71% | - |
| HSV(B) | 9.23º | 0.53% | 0.96% | - |
| XYZ | 49.41 | 37.98 | 20.95 | - |
| YUV | 165.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 115 | 0 | 0.45 | 0.53 | 0.04 | 9.23 | 0.87 | 0.71 |
| Hex | F5 | 87 | 73 | 0 | 2D | 35 | 4 | 9 | 57 | 47 |
| Octal | 365 | 207 | 163 | 0 | 55 | 65 | 4 | 11 | 127 | 107 |
| Binary | 11110101 | 10000111 | 1110011 | 0 | 101101 | 110101 | 100 | 1001 | 1010111 | 1000111 |
Color Harmonies of #F58773
Complementary color
Monochromatic Colors of #F58773
Black with #F58773
Text Example
Text Example
White with #F58773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58773; }
p { color: rgb(245,135,115); }
H1.HeaderClassName
{
color: #F58773;
}
.AnyTagClassName
{
color: #F58773;
}
</style>
background-color css
<style>
a { background-color: #F58773; }
a { background-color: rgb(245,135,115); }
div.DivClassName
{
background-color: #F58773;
}
.BgClassName
{
background-color: #F58773;
}
</style>
border-color css
<style>
span { border-color: #F58773; }
span { border-color: rgb(245,135,115); }
td.TdClassName
{
border-color: #F58773;
}
.TagClassName
{
border-color: #F58773;
}
</style>