Shades of Salmon #F67771
Tints of Salmon #F67771
RGB
CMYK
RGB Variations
Color information
#F67771 (or 0xF67771) is known color: Salmon. HEX triplet: F6, 77 and 71. RGB value is (246,119,113). Sum of RGB (Red+Green+Blue) = 246+119+113=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F67771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67771 is #09888E. Grayscale: #9C9C9C. Windows color (decimal): -624783 or 7436278. OLE color: 7436278.
HSL color Cylindrical-coordinate representation of color #F67771: hue angle of 2.71º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67771 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 113 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.04 |
| HSL | 2.71º | 0.88% | 0.7% | - |
| HSV(B) | 2.71º | 0.54% | 0.96% | - |
| XYZ | 47.58 | 33.98 | 19.67 | - |
| YUV | 156.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 113 | 0 | 0.52 | 0.54 | 0.04 | 2.71 | 0.88 | 0.7 |
| Hex | F6 | 77 | 71 | 0 | 34 | 36 | 4 | 3 | 58 | 46 |
| Octal | 366 | 167 | 161 | 0 | 64 | 66 | 4 | 3 | 130 | 106 |
| Binary | 11110110 | 1110111 | 1110001 | 0 | 110100 | 110110 | 100 | 11 | 1011000 | 1000110 |
Color Harmonies of #F67771
Complementary color
Monochromatic Colors of #F67771
Black with #F67771
Text Example
Text Example
White with #F67771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67771; }
p { color: rgb(246,119,113); }
H1.HeaderClassName
{
color: #F67771;
}
.AnyTagClassName
{
color: #F67771;
}
</style>
background-color css
<style>
a { background-color: #F67771; }
a { background-color: rgb(246,119,113); }
div.DivClassName
{
background-color: #F67771;
}
.BgClassName
{
background-color: #F67771;
}
</style>
border-color css
<style>
span { border-color: #F67771; }
span { border-color: rgb(246,119,113); }
td.TdClassName
{
border-color: #F67771;
}
.TagClassName
{
border-color: #F67771;
}
</style>