Shades of Salmon #F67D77
Tints of Salmon #F67D77
RGB
CMYK
RGB Variations
Color information
#F67D77 (or 0xF67D77) is known color: Salmon. HEX triplet: F6, 7D and 77. RGB value is (246,125,119). Sum of RGB (Red+Green+Blue) = 246+125+119=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D77 is #098288. Grayscale: #A0A0A0. Windows color (decimal): -623241 or 7831030. OLE color: 7831030.
HSL color Cylindrical-coordinate representation of color #F67D77: hue angle of 2.83º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67D77 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 119 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.04 |
| HSL | 2.83º | 0.88% | 0.72% | - |
| HSV(B) | 2.83º | 0.52% | 0.96% | - |
| XYZ | 48.67 | 35.59 | 21.76 | - |
| YUV | 160.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 119 | 0 | 0.49 | 0.52 | 0.04 | 2.83 | 0.88 | 0.72 |
| Hex | F6 | 7D | 77 | 0 | 31 | 34 | 4 | 3 | 58 | 48 |
| Octal | 366 | 175 | 167 | 0 | 61 | 64 | 4 | 3 | 130 | 110 |
| Binary | 11110110 | 1111101 | 1110111 | 0 | 110001 | 110100 | 100 | 11 | 1011000 | 1001000 |
Color Harmonies of #F67D77
Complementary color
Monochromatic Colors of #F67D77
Black with #F67D77
Text Example
Text Example
White with #F67D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D77; }
p { color: rgb(246,125,119); }
H1.HeaderClassName
{
color: #F67D77;
}
.AnyTagClassName
{
color: #F67D77;
}
</style>
background-color css
<style>
a { background-color: #F67D77; }
a { background-color: rgb(246,125,119); }
div.DivClassName
{
background-color: #F67D77;
}
.BgClassName
{
background-color: #F67D77;
}
</style>
border-color css
<style>
span { border-color: #F67D77; }
span { border-color: rgb(246,125,119); }
td.TdClassName
{
border-color: #F67D77;
}
.TagClassName
{
border-color: #F67D77;
}
</style>