Shades of Dark Salmon #F58F72
Tints of Dark Salmon #F58F72
RGB
CMYK
RGB Variations
Color information
#F58F72 (or 0xF58F72) is known color: Dark Salmon. HEX triplet: F5, 8F and 72. RGB value is (245,143,114). Sum of RGB (Red+Green+Blue) = 245+143+114=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F72 is #0A708D. Grayscale: #AAAAAA. Windows color (decimal): -684174 or 7507957. OLE color: 7507957.
HSL color Cylindrical-coordinate representation of color #F58F72: hue angle of 13.28º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58F72 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 114 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.04 |
| HSL | 13.28º | 0.87% | 0.7% | - |
| HSV(B) | 13.28º | 0.53% | 0.96% | - |
| XYZ | 50.52 | 40.27 | 21.03 | - |
| YUV | 170.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 114 | 0 | 0.42 | 0.53 | 0.04 | 13.28 | 0.87 | 0.7 |
| Hex | F5 | 8F | 72 | 0 | 2A | 35 | 4 | D | 57 | 46 |
| Octal | 365 | 217 | 162 | 0 | 52 | 65 | 4 | 15 | 127 | 106 |
| Binary | 11110101 | 10001111 | 1110010 | 0 | 101010 | 110101 | 100 | 1101 | 1010111 | 1000110 |
Color Harmonies of #F58F72
Complementary color
Monochromatic Colors of #F58F72
Black with #F58F72
Text Example
Text Example
White with #F58F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F72; }
p { color: rgb(245,143,114); }
H1.HeaderClassName
{
color: #F58F72;
}
.AnyTagClassName
{
color: #F58F72;
}
</style>
background-color css
<style>
a { background-color: #F58F72; }
a { background-color: rgb(245,143,114); }
div.DivClassName
{
background-color: #F58F72;
}
.BgClassName
{
background-color: #F58F72;
}
</style>
border-color css
<style>
span { border-color: #F58F72; }
span { border-color: rgb(245,143,114); }
td.TdClassName
{
border-color: #F58F72;
}
.TagClassName
{
border-color: #F58F72;
}
</style>