Shades of Salmon #F18173
Tints of Salmon #F18173
RGB
CMYK
RGB Variations
Color information
#F18173 (or 0xF18173) is known color: Salmon. HEX triplet: F1, 81 and 73. RGB value is (241,129,115). Sum of RGB (Red+Green+Blue) = 241+129+115=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F18173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18173 is #0E7E8C. Grayscale: #A1A1A1. Windows color (decimal): -949901 or 7569905. OLE color: 7569905.
HSL color Cylindrical-coordinate representation of color #F18173: hue angle of 6.67º 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 #F18173 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 115 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.05 |
| HSL | 6.67º | 0.82% | 0.7% | - |
| HSV(B) | 6.67º | 0.52% | 0.95% | - |
| XYZ | 47.22 | 35.64 | 20.61 | - |
| YUV | 160.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 115 | 0 | 0.46 | 0.52 | 0.05 | 6.67 | 0.82 | 0.7 |
| Hex | F1 | 81 | 73 | 0 | 2E | 34 | 5 | 7 | 52 | 46 |
| Octal | 361 | 201 | 163 | 0 | 56 | 64 | 5 | 7 | 122 | 106 |
| Binary | 11110001 | 10000001 | 1110011 | 0 | 101110 | 110100 | 101 | 111 | 1010010 | 1000110 |
Color Harmonies of #F18173
Complementary color
Monochromatic Colors of #F18173
Black with #F18173
Text Example
Text Example
White with #F18173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18173; }
p { color: rgb(241,129,115); }
H1.HeaderClassName
{
color: #F18173;
}
.AnyTagClassName
{
color: #F18173;
}
</style>
background-color css
<style>
a { background-color: #F18173; }
a { background-color: rgb(241,129,115); }
div.DivClassName
{
background-color: #F18173;
}
.BgClassName
{
background-color: #F18173;
}
</style>
border-color css
<style>
span { border-color: #F18173; }
span { border-color: rgb(241,129,115); }
td.TdClassName
{
border-color: #F18173;
}
.TagClassName
{
border-color: #F18173;
}
</style>