Shades of Salmon #F67A6D
Tints of Salmon #F67A6D
RGB
CMYK
RGB Variations
Color information
#F67A6D (or 0xF67A6D) is known color: Salmon. HEX triplet: F6, 7A and 6D. RGB value is (246,122,109). Sum of RGB (Red+Green+Blue) = 246+122+109=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A6D is #098592. Grayscale: #9D9D9D. Windows color (decimal): -624019 or 7174902. OLE color: 7174902.
HSL color Cylindrical-coordinate representation of color #F67A6D: hue angle of 5.69º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F67A6D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 109 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.04 |
| HSL | 5.69º | 0.88% | 0.7% | - |
| HSV(B) | 5.69º | 0.56% | 0.96% | - |
| XYZ | 47.73 | 34.62 | 18.63 | - |
| YUV | 157.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 109 | 0 | 0.50 | 0.56 | 0.04 | 5.69 | 0.88 | 0.7 |
| Hex | F6 | 7A | 6D | 0 | 32 | 38 | 4 | 6 | 58 | 46 |
| Octal | 366 | 172 | 155 | 0 | 62 | 70 | 4 | 6 | 130 | 106 |
| Binary | 11110110 | 1111010 | 1101101 | 0 | 110010 | 111000 | 100 | 110 | 1011000 | 1000110 |
Color Harmonies of #F67A6D
Complementary color
Monochromatic Colors of #F67A6D
Black with #F67A6D
Text Example
Text Example
White with #F67A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A6D; }
p { color: rgb(246,122,109); }
H1.HeaderClassName
{
color: #F67A6D;
}
.AnyTagClassName
{
color: #F67A6D;
}
</style>
background-color css
<style>
a { background-color: #F67A6D; }
a { background-color: rgb(246,122,109); }
div.DivClassName
{
background-color: #F67A6D;
}
.BgClassName
{
background-color: #F67A6D;
}
</style>
border-color css
<style>
span { border-color: #F67A6D; }
span { border-color: rgb(246,122,109); }
td.TdClassName
{
border-color: #F67A6D;
}
.TagClassName
{
border-color: #F67A6D;
}
</style>