Shades of Dark Salmon #F58F76
Tints of Dark Salmon #F58F76
RGB
CMYK
RGB Variations
Color information
#F58F76 (or 0xF58F76) is known color: Dark Salmon. HEX triplet: F5, 8F and 76. RGB value is (245,143,118). Sum of RGB (Red+Green+Blue) = 245+143+118=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F76 is #0A7089. Grayscale: #AAAAAA. Windows color (decimal): -684170 or 7770101. OLE color: 7770101.
HSL color Cylindrical-coordinate representation of color #F58F76: hue angle of 11.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58F76 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 118 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.04 |
| HSL | 11.81º | 0.86% | 0.71% | - |
| HSV(B) | 11.81º | 0.52% | 0.96% | - |
| XYZ | 50.75 | 40.37 | 22.26 | - |
| YUV | 170.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 118 | 0 | 0.42 | 0.52 | 0.04 | 11.81 | 0.86 | 0.71 |
| Hex | F5 | 8F | 76 | 0 | 2A | 34 | 4 | C | 56 | 47 |
| Octal | 365 | 217 | 166 | 0 | 52 | 64 | 4 | 14 | 126 | 107 |
| Binary | 11110101 | 10001111 | 1110110 | 0 | 101010 | 110100 | 100 | 1100 | 1010110 | 1000111 |
Color Harmonies of #F58F76
Complementary color
Monochromatic Colors of #F58F76
Black with #F58F76
Text Example
Text Example
White with #F58F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F76; }
p { color: rgb(245,143,118); }
H1.HeaderClassName
{
color: #F58F76;
}
.AnyTagClassName
{
color: #F58F76;
}
</style>
background-color css
<style>
a { background-color: #F58F76; }
a { background-color: rgb(245,143,118); }
div.DivClassName
{
background-color: #F58F76;
}
.BgClassName
{
background-color: #F58F76;
}
</style>
border-color css
<style>
span { border-color: #F58F76; }
span { border-color: rgb(245,143,118); }
td.TdClassName
{
border-color: #F58F76;
}
.TagClassName
{
border-color: #F58F76;
}
</style>