Shades of Salmon #F67373
Tints of Salmon #F67373
RGB
CMYK
RGB Variations
Color information
#F67373 (or 0xF67373) is known color: Salmon. HEX triplet: F6, 73 and 73. RGB value is (246,115,115). Sum of RGB (Red+Green+Blue) = 246+115+115=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67373 is #098C8C. Grayscale: #9A9A9A. Windows color (decimal): -625805 or 7566326. OLE color: 7566326.
HSL color Cylindrical-coordinate representation of color #F67373: hue angle of 0º 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 #F67373 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 115 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.04 |
| HSL | 0º | 0.88% | 0.71% | - |
| HSV(B) | 0º | 0.53% | 0.96% | - |
| XYZ | 47.23 | 33.09 | 20.12 | - |
| YUV | 154.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 115 | 0 | 0.53 | 0.53 | 0.04 | 0 | 0.88 | 0.71 |
| Hex | F6 | 73 | 73 | 0 | 35 | 35 | 4 | 0 | 58 | 47 |
| Octal | 366 | 163 | 163 | 0 | 65 | 65 | 4 | 0 | 130 | 107 |
| Binary | 11110110 | 1110011 | 1110011 | 0 | 110101 | 110101 | 100 | 0 | 1011000 | 1000111 |
Color Harmonies of #F67373
Complementary color
Monochromatic Colors of #F67373
Black with #F67373
Text Example
Text Example
White with #F67373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67373; }
p { color: rgb(246,115,115); }
H1.HeaderClassName
{
color: #F67373;
}
.AnyTagClassName
{
color: #F67373;
}
</style>
background-color css
<style>
a { background-color: #F67373; }
a { background-color: rgb(246,115,115); }
div.DivClassName
{
background-color: #F67373;
}
.BgClassName
{
background-color: #F67373;
}
</style>
border-color css
<style>
span { border-color: #F67373; }
span { border-color: rgb(246,115,115); }
td.TdClassName
{
border-color: #F67373;
}
.TagClassName
{
border-color: #F67373;
}
</style>