Shades of Salmon #F18673
Tints of Salmon #F18673
RGB
CMYK
RGB Variations
Color information
#F18673 (or 0xF18673) is known color: Salmon. HEX triplet: F1, 86 and 73. RGB value is (241,134,115). Sum of RGB (Red+Green+Blue) = 241+134+115=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F18673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18673 is #0E798C. Grayscale: #A4A4A4. Windows color (decimal): -948621 or 7571185. OLE color: 7571185.
HSL color Cylindrical-coordinate representation of color #F18673: hue angle of 9.05º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F18673 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 115 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.05 |
| HSL | 9.05º | 0.82% | 0.7% | - |
| HSV(B) | 9.05º | 0.52% | 0.95% | - |
| XYZ | 47.9 | 36.99 | 20.83 | - |
| YUV | 163.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 115 | 0 | 0.44 | 0.52 | 0.05 | 9.05 | 0.82 | 0.7 |
| Hex | F1 | 86 | 73 | 0 | 2C | 34 | 5 | 9 | 52 | 46 |
| Octal | 361 | 206 | 163 | 0 | 54 | 64 | 5 | 11 | 122 | 106 |
| Binary | 11110001 | 10000110 | 1110011 | 0 | 101100 | 110100 | 101 | 1001 | 1010010 | 1000110 |
Color Harmonies of #F18673
Complementary color
Monochromatic Colors of #F18673
Black with #F18673
Text Example
Text Example
White with #F18673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18673; }
p { color: rgb(241,134,115); }
H1.HeaderClassName
{
color: #F18673;
}
.AnyTagClassName
{
color: #F18673;
}
</style>
background-color css
<style>
a { background-color: #F18673; }
a { background-color: rgb(241,134,115); }
div.DivClassName
{
background-color: #F18673;
}
.BgClassName
{
background-color: #F18673;
}
</style>
border-color css
<style>
span { border-color: #F18673; }
span { border-color: rgb(241,134,115); }
td.TdClassName
{
border-color: #F18673;
}
.TagClassName
{
border-color: #F18673;
}
</style>