Shades of Salmon #F58576
Tints of Salmon #F58576
RGB
CMYK
RGB Variations
Color information
#F58576 (or 0xF58576) is known color: Salmon. HEX triplet: F5, 85 and 76. RGB value is (245,133,118). Sum of RGB (Red+Green+Blue) = 245+133+118=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F58576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58576 is #0A7A89. Grayscale: #A4A4A4. Windows color (decimal): -686730 or 7767541. OLE color: 7767541.
HSL color Cylindrical-coordinate representation of color #F58576: hue angle of 7.09º 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 #F58576 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 118 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.04 |
| HSL | 7.09º | 0.86% | 0.71% | - |
| HSV(B) | 7.09º | 0.52% | 0.96% | - |
| XYZ | 49.31 | 37.5 | 21.78 | - |
| YUV | 164.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 118 | 0 | 0.46 | 0.52 | 0.04 | 7.09 | 0.86 | 0.71 |
| Hex | F5 | 85 | 76 | 0 | 2E | 34 | 4 | 7 | 56 | 47 |
| Octal | 365 | 205 | 166 | 0 | 56 | 64 | 4 | 7 | 126 | 107 |
| Binary | 11110101 | 10000101 | 1110110 | 0 | 101110 | 110100 | 100 | 111 | 1010110 | 1000111 |
Color Harmonies of #F58576
Complementary color
Monochromatic Colors of #F58576
Black with #F58576
Text Example
Text Example
White with #F58576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58576; }
p { color: rgb(245,133,118); }
H1.HeaderClassName
{
color: #F58576;
}
.AnyTagClassName
{
color: #F58576;
}
</style>
background-color css
<style>
a { background-color: #F58576; }
a { background-color: rgb(245,133,118); }
div.DivClassName
{
background-color: #F58576;
}
.BgClassName
{
background-color: #F58576;
}
</style>
border-color css
<style>
span { border-color: #F58576; }
span { border-color: rgb(245,133,118); }
td.TdClassName
{
border-color: #F58576;
}
.TagClassName
{
border-color: #F58576;
}
</style>