Shades of Salmon #F67968
Tints of Salmon #F67968
RGB
CMYK
RGB Variations
Color information
#F67968 (or 0xF67968) is known color: Salmon. HEX triplet: F6, 79 and 68. RGB value is (246,121,104). Sum of RGB (Red+Green+Blue) = 246+121+104=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F67968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67968 is #098697. Grayscale: #9C9C9C. Windows color (decimal): -624280 or 6846966. OLE color: 6846966.
HSL color Cylindrical-coordinate representation of color #F67968: hue angle of 7.18º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F67968 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 104 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.04 |
| HSL | 7.18º | 0.89% | 0.69% | - |
| HSV(B) | 7.18º | 0.58% | 0.96% | - |
| XYZ | 47.34 | 34.27 | 17.22 | - |
| YUV | 156.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 104 | 0 | 0.51 | 0.58 | 0.04 | 7.18 | 0.89 | 0.69 |
| Hex | F6 | 79 | 68 | 0 | 33 | 3A | 4 | 7 | 59 | 45 |
| Octal | 366 | 171 | 150 | 0 | 63 | 72 | 4 | 7 | 131 | 105 |
| Binary | 11110110 | 1111001 | 1101000 | 0 | 110011 | 111010 | 100 | 111 | 1011001 | 1000101 |
Color Harmonies of #F67968
Complementary color
Monochromatic Colors of #F67968
Black with #F67968
Text Example
Text Example
White with #F67968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67968; }
p { color: rgb(246,121,104); }
H1.HeaderClassName
{
color: #F67968;
}
.AnyTagClassName
{
color: #F67968;
}
</style>
background-color css
<style>
a { background-color: #F67968; }
a { background-color: rgb(246,121,104); }
div.DivClassName
{
background-color: #F67968;
}
.BgClassName
{
background-color: #F67968;
}
</style>
border-color css
<style>
span { border-color: #F67968; }
span { border-color: rgb(246,121,104); }
td.TdClassName
{
border-color: #F67968;
}
.TagClassName
{
border-color: #F67968;
}
</style>