Shades of Salmon #F67C73
Tints of Salmon #F67C73
RGB
CMYK
RGB Variations
Color information
#F67C73 (or 0xF67C73) is known color: Salmon. HEX triplet: F6, 7C and 73. RGB value is (246,124,115). Sum of RGB (Red+Green+Blue) = 246+124+115=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C73 is #09838C. Grayscale: #9F9F9F. Windows color (decimal): -623501 or 7568630. OLE color: 7568630.
HSL color Cylindrical-coordinate representation of color #F67C73: hue angle of 4.12º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67C73 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 115 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.04 |
| HSL | 4.12º | 0.88% | 0.71% | - |
| HSV(B) | 4.12º | 0.53% | 0.96% | - |
| XYZ | 48.31 | 35.25 | 20.48 | - |
| YUV | 159.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 115 | 0 | 0.50 | 0.53 | 0.04 | 4.12 | 0.88 | 0.71 |
| Hex | F6 | 7C | 73 | 0 | 32 | 35 | 4 | 4 | 58 | 47 |
| Octal | 366 | 174 | 163 | 0 | 62 | 65 | 4 | 4 | 130 | 107 |
| Binary | 11110110 | 1111100 | 1110011 | 0 | 110010 | 110101 | 100 | 100 | 1011000 | 1000111 |
Color Harmonies of #F67C73
Complementary color
Monochromatic Colors of #F67C73
Black with #F67C73
Text Example
Text Example
White with #F67C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C73; }
p { color: rgb(246,124,115); }
H1.HeaderClassName
{
color: #F67C73;
}
.AnyTagClassName
{
color: #F67C73;
}
</style>
background-color css
<style>
a { background-color: #F67C73; }
a { background-color: rgb(246,124,115); }
div.DivClassName
{
background-color: #F67C73;
}
.BgClassName
{
background-color: #F67C73;
}
</style>
border-color css
<style>
span { border-color: #F67C73; }
span { border-color: rgb(246,124,115); }
td.TdClassName
{
border-color: #F67C73;
}
.TagClassName
{
border-color: #F67C73;
}
</style>