Shades of Salmon #F67D72
Tints of Salmon #F67D72
RGB
CMYK
RGB Variations
Color information
#F67D72 (or 0xF67D72) is known color: Salmon. HEX triplet: F6, 7D and 72. RGB value is (246,125,114). Sum of RGB (Red+Green+Blue) = 246+125+114=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D72 is #09828D. Grayscale: #A0A0A0. Windows color (decimal): -623246 or 7503350. OLE color: 7503350.
HSL color Cylindrical-coordinate representation of color #F67D72: hue angle of 5º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67D72 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 114 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.04 |
| HSL | 5º | 0.88% | 0.71% | - |
| HSV(B) | 5º | 0.54% | 0.96% | - |
| XYZ | 48.38 | 35.47 | 20.22 | - |
| YUV | 159.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 114 | 0 | 0.49 | 0.54 | 0.04 | 5 | 0.88 | 0.71 |
| Hex | F6 | 7D | 72 | 0 | 31 | 36 | 4 | 5 | 58 | 47 |
| Octal | 366 | 175 | 162 | 0 | 61 | 66 | 4 | 5 | 130 | 107 |
| Binary | 11110110 | 1111101 | 1110010 | 0 | 110001 | 110110 | 100 | 101 | 1011000 | 1000111 |
Color Harmonies of #F67D72
Complementary color
Monochromatic Colors of #F67D72
Black with #F67D72
Text Example
Text Example
White with #F67D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D72; }
p { color: rgb(246,125,114); }
H1.HeaderClassName
{
color: #F67D72;
}
.AnyTagClassName
{
color: #F67D72;
}
</style>
background-color css
<style>
a { background-color: #F67D72; }
a { background-color: rgb(246,125,114); }
div.DivClassName
{
background-color: #F67D72;
}
.BgClassName
{
background-color: #F67D72;
}
</style>
border-color css
<style>
span { border-color: #F67D72; }
span { border-color: rgb(246,125,114); }
td.TdClassName
{
border-color: #F67D72;
}
.TagClassName
{
border-color: #F67D72;
}
</style>