Shades of Dark Salmon #F78F74
Tints of Dark Salmon #F78F74
RGB
CMYK
RGB Variations
Color information
#F78F74 (or 0xF78F74) is known color: Dark Salmon. HEX triplet: F7, 8F and 74. RGB value is (247,143,116). Sum of RGB (Red+Green+Blue) = 247+143+116=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78F74 is #08708B. Grayscale: #ABABAB. Windows color (decimal): -553100 or 7639031. OLE color: 7639031.
HSL color Cylindrical-coordinate representation of color #F78F74: hue angle of 12.37º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F78F74 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 116 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.03 |
| HSL | 12.37º | 0.89% | 0.71% | - |
| HSV(B) | 12.37º | 0.53% | 0.97% | - |
| XYZ | 51.33 | 40.68 | 21.67 | - |
| YUV | 171.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 116 | 0 | 0.42 | 0.53 | 0.03 | 12.37 | 0.89 | 0.71 |
| Hex | F7 | 8F | 74 | 0 | 2A | 35 | 3 | C | 59 | 47 |
| Octal | 367 | 217 | 164 | 0 | 52 | 65 | 3 | 14 | 131 | 107 |
| Binary | 11110111 | 10001111 | 1110100 | 0 | 101010 | 110101 | 11 | 1100 | 1011001 | 1000111 |
Color Harmonies of #F78F74
Complementary color
Monochromatic Colors of #F78F74
Black with #F78F74
Text Example
Text Example
White with #F78F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78F74; }
p { color: rgb(247,143,116); }
H1.HeaderClassName
{
color: #F78F74;
}
.AnyTagClassName
{
color: #F78F74;
}
</style>
background-color css
<style>
a { background-color: #F78F74; }
a { background-color: rgb(247,143,116); }
div.DivClassName
{
background-color: #F78F74;
}
.BgClassName
{
background-color: #F78F74;
}
</style>
border-color css
<style>
span { border-color: #F78F74; }
span { border-color: rgb(247,143,116); }
td.TdClassName
{
border-color: #F78F74;
}
.TagClassName
{
border-color: #F78F74;
}
</style>