Shades of Salmon #F18373
Tints of Salmon #F18373
RGB
CMYK
RGB Variations
Color information
#F18373 (or 0xF18373) is known color: Salmon. HEX triplet: F1, 83 and 73. RGB value is (241,131,115). Sum of RGB (Red+Green+Blue) = 241+131+115=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18373 is #0E7C8C. Grayscale: #A2A2A2. Windows color (decimal): -949389 or 7570417. OLE color: 7570417.
HSL color Cylindrical-coordinate representation of color #F18373: hue angle of 7.62º 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 #F18373 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 115 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.05 |
| HSL | 7.62º | 0.82% | 0.7% | - |
| HSV(B) | 7.62º | 0.52% | 0.95% | - |
| XYZ | 47.49 | 36.17 | 20.7 | - |
| YUV | 162.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 115 | 0 | 0.46 | 0.52 | 0.05 | 7.62 | 0.82 | 0.7 |
| Hex | F1 | 83 | 73 | 0 | 2E | 34 | 5 | 8 | 52 | 46 |
| Octal | 361 | 203 | 163 | 0 | 56 | 64 | 5 | 10 | 122 | 106 |
| Binary | 11110001 | 10000011 | 1110011 | 0 | 101110 | 110100 | 101 | 1000 | 1010010 | 1000110 |
Color Harmonies of #F18373
Complementary color
Monochromatic Colors of #F18373
Black with #F18373
Text Example
Text Example
White with #F18373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18373; }
p { color: rgb(241,131,115); }
H1.HeaderClassName
{
color: #F18373;
}
.AnyTagClassName
{
color: #F18373;
}
</style>
background-color css
<style>
a { background-color: #F18373; }
a { background-color: rgb(241,131,115); }
div.DivClassName
{
background-color: #F18373;
}
.BgClassName
{
background-color: #F18373;
}
</style>
border-color css
<style>
span { border-color: #F18373; }
span { border-color: rgb(241,131,115); }
td.TdClassName
{
border-color: #F18373;
}
.TagClassName
{
border-color: #F18373;
}
</style>