Shades of Salmon #F58871
Tints of Salmon #F58871
RGB
CMYK
RGB Variations
Color information
#F58871 (or 0xF58871) is known color: Salmon. HEX triplet: F5, 88 and 71. RGB value is (245,136,113). Sum of RGB (Red+Green+Blue) = 245+136+113=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F58871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58871 is #0A778E. Grayscale: #A6A6A6. Windows color (decimal): -685967 or 7440629. OLE color: 7440629.
HSL color Cylindrical-coordinate representation of color #F58871: hue angle of 10.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F58871 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 113 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.04 |
| HSL | 10.45º | 0.87% | 0.7% | - |
| HSV(B) | 10.45º | 0.54% | 0.96% | - |
| XYZ | 49.44 | 38.21 | 20.39 | - |
| YUV | 165.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 113 | 0 | 0.44 | 0.54 | 0.04 | 10.45 | 0.87 | 0.7 |
| Hex | F5 | 88 | 71 | 0 | 2C | 36 | 4 | A | 57 | 46 |
| Octal | 365 | 210 | 161 | 0 | 54 | 66 | 4 | 12 | 127 | 106 |
| Binary | 11110101 | 10001000 | 1110001 | 0 | 101100 | 110110 | 100 | 1010 | 1010111 | 1000110 |
Color Harmonies of #F58871
Complementary color
Monochromatic Colors of #F58871
Black with #F58871
Text Example
Text Example
White with #F58871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58871; }
p { color: rgb(245,136,113); }
H1.HeaderClassName
{
color: #F58871;
}
.AnyTagClassName
{
color: #F58871;
}
</style>
background-color css
<style>
a { background-color: #F58871; }
a { background-color: rgb(245,136,113); }
div.DivClassName
{
background-color: #F58871;
}
.BgClassName
{
background-color: #F58871;
}
</style>
border-color css
<style>
span { border-color: #F58871; }
span { border-color: rgb(245,136,113); }
td.TdClassName
{
border-color: #F58871;
}
.TagClassName
{
border-color: #F58871;
}
</style>