Shades of Salmon #F67C76
Tints of Salmon #F67C76
RGB
CMYK
RGB Variations
Color information
#F67C76 (or 0xF67C76) is known color: Salmon. HEX triplet: F6, 7C and 76. RGB value is (246,124,118). Sum of RGB (Red+Green+Blue) = 246+124+118=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67C76 is #098389. Grayscale: #9F9F9F. Windows color (decimal): -623498 or 7765238. OLE color: 7765238.
HSL color Cylindrical-coordinate representation of color #F67C76: hue angle of 2.81º degrees, saturation: 0.88, 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 #F67C76 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 118 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.04 |
| HSL | 2.81º | 0.88% | 0.71% | - |
| HSV(B) | 2.81º | 0.52% | 0.96% | - |
| XYZ | 48.48 | 35.32 | 21.4 | - |
| YUV | 159.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 118 | 0 | 0.50 | 0.52 | 0.04 | 2.81 | 0.88 | 0.71 |
| Hex | F6 | 7C | 76 | 0 | 32 | 34 | 4 | 3 | 58 | 47 |
| Octal | 366 | 174 | 166 | 0 | 62 | 64 | 4 | 3 | 130 | 107 |
| Binary | 11110110 | 1111100 | 1110110 | 0 | 110010 | 110100 | 100 | 11 | 1011000 | 1000111 |
Color Harmonies of #F67C76
Complementary color
Monochromatic Colors of #F67C76
Black with #F67C76
Text Example
Text Example
White with #F67C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67C76; }
p { color: rgb(246,124,118); }
H1.HeaderClassName
{
color: #F67C76;
}
.AnyTagClassName
{
color: #F67C76;
}
</style>
background-color css
<style>
a { background-color: #F67C76; }
a { background-color: rgb(246,124,118); }
div.DivClassName
{
background-color: #F67C76;
}
.BgClassName
{
background-color: #F67C76;
}
</style>
border-color css
<style>
span { border-color: #F67C76; }
span { border-color: rgb(246,124,118); }
td.TdClassName
{
border-color: #F67C76;
}
.TagClassName
{
border-color: #F67C76;
}
</style>