Shades of Salmon #F67A6C
Tints of Salmon #F67A6C
RGB
CMYK
RGB Variations
Color information
#F67A6C (or 0xF67A6C) is known color: Salmon. HEX triplet: F6, 7A and 6C. RGB value is (246,122,108). Sum of RGB (Red+Green+Blue) = 246+122+108=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67A6C is #098593. Grayscale: #9D9D9D. Windows color (decimal): -624020 or 7109366. OLE color: 7109366.
HSL color Cylindrical-coordinate representation of color #F67A6C: hue angle of 6.09º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F67A6C is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 108 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.04 |
| HSL | 6.09º | 0.88% | 0.69% | - |
| HSV(B) | 6.09º | 0.56% | 0.96% | - |
| XYZ | 47.67 | 34.59 | 18.35 | - |
| YUV | 157.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 108 | 0 | 0.50 | 0.56 | 0.04 | 6.09 | 0.88 | 0.69 |
| Hex | F6 | 7A | 6C | 0 | 32 | 38 | 4 | 6 | 58 | 45 |
| Octal | 366 | 172 | 154 | 0 | 62 | 70 | 4 | 6 | 130 | 105 |
| Binary | 11110110 | 1111010 | 1101100 | 0 | 110010 | 111000 | 100 | 110 | 1011000 | 1000101 |
Color Harmonies of #F67A6C
Complementary color
Monochromatic Colors of #F67A6C
Black with #F67A6C
Text Example
Text Example
White with #F67A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A6C; }
p { color: rgb(246,122,108); }
H1.HeaderClassName
{
color: #F67A6C;
}
.AnyTagClassName
{
color: #F67A6C;
}
</style>
background-color css
<style>
a { background-color: #F67A6C; }
a { background-color: rgb(246,122,108); }
div.DivClassName
{
background-color: #F67A6C;
}
.BgClassName
{
background-color: #F67A6C;
}
</style>
border-color css
<style>
span { border-color: #F67A6C; }
span { border-color: rgb(246,122,108); }
td.TdClassName
{
border-color: #F67A6C;
}
.TagClassName
{
border-color: #F67A6C;
}
</style>