Shades of Salmon #F58971
Tints of Salmon #F58971
RGB
CMYK
RGB Variations
Color information
#F58971 (or 0xF58971) is known color: Salmon. HEX triplet: F5, 89 and 71. RGB value is (245,137,113). Sum of RGB (Red+Green+Blue) = 245+137+113=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F58971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58971 is #0A768E. Grayscale: #A6A6A6. Windows color (decimal): -685711 or 7440885. OLE color: 7440885.
HSL color Cylindrical-coordinate representation of color #F58971: hue angle of 10.91º 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 #F58971 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 113 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.04 |
| HSL | 10.91º | 0.87% | 0.7% | - |
| HSV(B) | 10.91º | 0.54% | 0.96% | - |
| XYZ | 49.58 | 38.5 | 20.44 | - |
| YUV | 166.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 113 | 0 | 0.44 | 0.54 | 0.04 | 10.91 | 0.87 | 0.7 |
| Hex | F5 | 89 | 71 | 0 | 2C | 36 | 4 | B | 57 | 46 |
| Octal | 365 | 211 | 161 | 0 | 54 | 66 | 4 | 13 | 127 | 106 |
| Binary | 11110101 | 10001001 | 1110001 | 0 | 101100 | 110110 | 100 | 1011 | 1010111 | 1000110 |
Color Harmonies of #F58971
Complementary color
Monochromatic Colors of #F58971
Black with #F58971
Text Example
Text Example
White with #F58971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58971; }
p { color: rgb(245,137,113); }
H1.HeaderClassName
{
color: #F58971;
}
.AnyTagClassName
{
color: #F58971;
}
</style>
background-color css
<style>
a { background-color: #F58971; }
a { background-color: rgb(245,137,113); }
div.DivClassName
{
background-color: #F58971;
}
.BgClassName
{
background-color: #F58971;
}
</style>
border-color css
<style>
span { border-color: #F58971; }
span { border-color: rgb(245,137,113); }
td.TdClassName
{
border-color: #F58971;
}
.TagClassName
{
border-color: #F58971;
}
</style>