Shades of Salmon #F67473
Tints of Salmon #F67473
RGB
CMYK
RGB Variations
Color information
#F67473 (or 0xF67473) is known color: Salmon. HEX triplet: F6, 74 and 73. RGB value is (246,116,115). Sum of RGB (Red+Green+Blue) = 246+116+115=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67473 is #098B8C. Grayscale: #9A9A9A. Windows color (decimal): -625549 or 7566582. OLE color: 7566582.
HSL color Cylindrical-coordinate representation of color #F67473: hue angle of 0.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67473 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 115 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.04 |
| HSL | 0.46º | 0.88% | 0.71% | - |
| HSV(B) | 0.46º | 0.53% | 0.96% | - |
| XYZ | 47.35 | 33.32 | 20.16 | - |
| YUV | 154.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 115 | 0 | 0.53 | 0.53 | 0.04 | 0.46 | 0.88 | 0.71 |
| Hex | F6 | 74 | 73 | 0 | 35 | 35 | 4 | 0 | 58 | 47 |
| Octal | 366 | 164 | 163 | 0 | 65 | 65 | 4 | 0 | 130 | 107 |
| Binary | 11110110 | 1110100 | 1110011 | 0 | 110101 | 110101 | 100 | 0 | 1011000 | 1000111 |
Color Harmonies of #F67473
Complementary color
Monochromatic Colors of #F67473
Black with #F67473
Text Example
Text Example
White with #F67473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67473; }
p { color: rgb(246,116,115); }
H1.HeaderClassName
{
color: #F67473;
}
.AnyTagClassName
{
color: #F67473;
}
</style>
background-color css
<style>
a { background-color: #F67473; }
a { background-color: rgb(246,116,115); }
div.DivClassName
{
background-color: #F67473;
}
.BgClassName
{
background-color: #F67473;
}
</style>
border-color css
<style>
span { border-color: #F67473; }
span { border-color: rgb(246,116,115); }
td.TdClassName
{
border-color: #F67473;
}
.TagClassName
{
border-color: #F67473;
}
</style>