Shades of Salmon #F67773
Tints of Salmon #F67773
RGB
CMYK
RGB Variations
Color information
#F67773 (or 0xF67773) is known color: Salmon. HEX triplet: F6, 77 and 73. RGB value is (246,119,115). Sum of RGB (Red+Green+Blue) = 246+119+115=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F67773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67773 is #09888C. Grayscale: #9C9C9C. Windows color (decimal): -624781 or 7567350. OLE color: 7567350.
HSL color Cylindrical-coordinate representation of color #F67773: hue angle of 1.83º 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 #F67773 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 115 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.04 |
| HSL | 1.83º | 0.88% | 0.71% | - |
| HSV(B) | 1.83º | 0.53% | 0.96% | - |
| XYZ | 47.7 | 34.02 | 20.27 | - |
| YUV | 156.52 | 104.58 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 115 | 0 | 0.52 | 0.53 | 0.04 | 1.83 | 0.88 | 0.71 |
| Hex | F6 | 77 | 73 | 0 | 34 | 35 | 4 | 2 | 58 | 47 |
| Octal | 366 | 167 | 163 | 0 | 64 | 65 | 4 | 2 | 130 | 107 |
| Binary | 11110110 | 1110111 | 1110011 | 0 | 110100 | 110101 | 100 | 10 | 1011000 | 1000111 |
Color Harmonies of #F67773
Complementary color
Monochromatic Colors of #F67773
Black with #F67773
Text Example
Text Example
White with #F67773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67773; }
p { color: rgb(246,119,115); }
H1.HeaderClassName
{
color: #F67773;
}
.AnyTagClassName
{
color: #F67773;
}
</style>
background-color css
<style>
a { background-color: #F67773; }
a { background-color: rgb(246,119,115); }
div.DivClassName
{
background-color: #F67773;
}
.BgClassName
{
background-color: #F67773;
}
</style>
border-color css
<style>
span { border-color: #F67773; }
span { border-color: rgb(246,119,115); }
td.TdClassName
{
border-color: #F67773;
}
.TagClassName
{
border-color: #F67773;
}
</style>