Shades of Salmon #F6766B
Tints of Salmon #F6766B
RGB
CMYK
RGB Variations
Color information
#F6766B (or 0xF6766B) is known color: Salmon. HEX triplet: F6, 76 and 6B. RGB value is (246,118,107). Sum of RGB (Red+Green+Blue) = 246+118+107=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6766B is #098994. Grayscale: #9B9B9B. Windows color (decimal): -625045 or 7042806. OLE color: 7042806.
HSL color Cylindrical-coordinate representation of color #F6766B: hue angle of 4.75º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6766B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 107 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.04 |
| HSL | 4.75º | 0.89% | 0.69% | - |
| HSV(B) | 4.75º | 0.57% | 0.96% | - |
| XYZ | 47.14 | 33.61 | 17.91 | - |
| YUV | 155.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 107 | 0 | 0.52 | 0.57 | 0.04 | 4.75 | 0.89 | 0.69 |
| Hex | F6 | 76 | 6B | 0 | 34 | 39 | 4 | 5 | 59 | 45 |
| Octal | 366 | 166 | 153 | 0 | 64 | 71 | 4 | 5 | 131 | 105 |
| Binary | 11110110 | 1110110 | 1101011 | 0 | 110100 | 111001 | 100 | 101 | 1011001 | 1000101 |
Color Harmonies of #F6766B
Complementary color
Monochromatic Colors of #F6766B
Black with #F6766B
Text Example
Text Example
White with #F6766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6766B; }
p { color: rgb(246,118,107); }
H1.HeaderClassName
{
color: #F6766B;
}
.AnyTagClassName
{
color: #F6766B;
}
</style>
background-color css
<style>
a { background-color: #F6766B; }
a { background-color: rgb(246,118,107); }
div.DivClassName
{
background-color: #F6766B;
}
.BgClassName
{
background-color: #F6766B;
}
</style>
border-color css
<style>
span { border-color: #F6766B; }
span { border-color: rgb(246,118,107); }
td.TdClassName
{
border-color: #F6766B;
}
.TagClassName
{
border-color: #F6766B;
}
</style>