Shades of Salmon #F6756F
Tints of Salmon #F6756F
RGB
CMYK
RGB Variations
Color information
#F6756F (or 0xF6756F) is known color: Salmon. HEX triplet: F6, 75 and 6F. RGB value is (246,117,111). Sum of RGB (Red+Green+Blue) = 246+117+111=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6756F is #098A90. Grayscale: #9B9B9B. Windows color (decimal): -625297 or 7304694. OLE color: 7304694.
HSL color Cylindrical-coordinate representation of color #F6756F: hue angle of 2.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6756F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 111 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.04 |
| HSL | 2.67º | 0.88% | 0.7% | - |
| HSV(B) | 2.67º | 0.55% | 0.96% | - |
| XYZ | 47.24 | 33.46 | 19.01 | - |
| YUV | 154.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 111 | 0 | 0.52 | 0.55 | 0.04 | 2.67 | 0.88 | 0.7 |
| Hex | F6 | 75 | 6F | 0 | 34 | 37 | 4 | 3 | 58 | 46 |
| Octal | 366 | 165 | 157 | 0 | 64 | 67 | 4 | 3 | 130 | 106 |
| Binary | 11110110 | 1110101 | 1101111 | 0 | 110100 | 110111 | 100 | 11 | 1011000 | 1000110 |
Color Harmonies of #F6756F
Complementary color
Monochromatic Colors of #F6756F
Black with #F6756F
Text Example
Text Example
White with #F6756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6756F; }
p { color: rgb(246,117,111); }
H1.HeaderClassName
{
color: #F6756F;
}
.AnyTagClassName
{
color: #F6756F;
}
</style>
background-color css
<style>
a { background-color: #F6756F; }
a { background-color: rgb(246,117,111); }
div.DivClassName
{
background-color: #F6756F;
}
.BgClassName
{
background-color: #F6756F;
}
</style>
border-color css
<style>
span { border-color: #F6756F; }
span { border-color: rgb(246,117,111); }
td.TdClassName
{
border-color: #F6756F;
}
.TagClassName
{
border-color: #F6756F;
}
</style>