Shades of Dark Salmon #F58F71
Tints of Dark Salmon #F58F71
RGB
CMYK
RGB Variations
Color information
#F58F71 (or 0xF58F71) is known color: Dark Salmon. HEX triplet: F5, 8F and 71. RGB value is (245,143,113). Sum of RGB (Red+Green+Blue) = 245+143+113=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F71 is #0A708E. Grayscale: #AAAAAA. Windows color (decimal): -684175 or 7442421. OLE color: 7442421.
HSL color Cylindrical-coordinate representation of color #F58F71: hue angle of 13.64º 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 #F58F71 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 113 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.04 |
| HSL | 13.64º | 0.87% | 0.7% | - |
| HSV(B) | 13.64º | 0.54% | 0.96% | - |
| XYZ | 50.46 | 40.25 | 20.73 | - |
| YUV | 170.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 113 | 0 | 0.42 | 0.54 | 0.04 | 13.64 | 0.87 | 0.7 |
| Hex | F5 | 8F | 71 | 0 | 2A | 36 | 4 | E | 57 | 46 |
| Octal | 365 | 217 | 161 | 0 | 52 | 66 | 4 | 16 | 127 | 106 |
| Binary | 11110101 | 10001111 | 1110001 | 0 | 101010 | 110110 | 100 | 1110 | 1010111 | 1000110 |
Color Harmonies of #F58F71
Complementary color
Monochromatic Colors of #F58F71
Black with #F58F71
Text Example
Text Example
White with #F58F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F71; }
p { color: rgb(245,143,113); }
H1.HeaderClassName
{
color: #F58F71;
}
.AnyTagClassName
{
color: #F58F71;
}
</style>
background-color css
<style>
a { background-color: #F58F71; }
a { background-color: rgb(245,143,113); }
div.DivClassName
{
background-color: #F58F71;
}
.BgClassName
{
background-color: #F58F71;
}
</style>
border-color css
<style>
span { border-color: #F58F71; }
span { border-color: rgb(245,143,113); }
td.TdClassName
{
border-color: #F58F71;
}
.TagClassName
{
border-color: #F58F71;
}
</style>