Shades of Salmon #F58A71
Tints of Salmon #F58A71
RGB
CMYK
RGB Variations
Color information
#F58A71 (or 0xF58A71) is known color: Salmon. HEX triplet: F5, 8A and 71. RGB value is (245,138,113). Sum of RGB (Red+Green+Blue) = 245+138+113=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A71 is #0A758E. Grayscale: #A7A7A7. Windows color (decimal): -685455 or 7441141. OLE color: 7441141.
HSL color Cylindrical-coordinate representation of color #F58A71: hue angle of 11.36º 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 #F58A71 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 113 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.04 |
| HSL | 11.36º | 0.87% | 0.7% | - |
| HSV(B) | 11.36º | 0.54% | 0.96% | - |
| XYZ | 49.73 | 38.78 | 20.49 | - |
| YUV | 167.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 113 | 0 | 0.44 | 0.54 | 0.04 | 11.36 | 0.87 | 0.7 |
| Hex | F5 | 8A | 71 | 0 | 2C | 36 | 4 | B | 57 | 46 |
| Octal | 365 | 212 | 161 | 0 | 54 | 66 | 4 | 13 | 127 | 106 |
| Binary | 11110101 | 10001010 | 1110001 | 0 | 101100 | 110110 | 100 | 1011 | 1010111 | 1000110 |
Color Harmonies of #F58A71
Complementary color
Monochromatic Colors of #F58A71
Black with #F58A71
Text Example
Text Example
White with #F58A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58A71; }
p { color: rgb(245,138,113); }
H1.HeaderClassName
{
color: #F58A71;
}
.AnyTagClassName
{
color: #F58A71;
}
</style>
background-color css
<style>
a { background-color: #F58A71; }
a { background-color: rgb(245,138,113); }
div.DivClassName
{
background-color: #F58A71;
}
.BgClassName
{
background-color: #F58A71;
}
</style>
border-color css
<style>
span { border-color: #F58A71; }
span { border-color: rgb(245,138,113); }
td.TdClassName
{
border-color: #F58A71;
}
.TagClassName
{
border-color: #F58A71;
}
</style>