Shades of Salmon #F18B6D
Tints of Salmon #F18B6D
RGB
CMYK
RGB Variations
Color information
#F18B6D (or 0xF18B6D) is known color: Salmon. HEX triplet: F1, 8B and 6D. RGB value is (241,139,109). Sum of RGB (Red+Green+Blue) = 241+139+109=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B6D is #0E7492. Grayscale: #A6A6A6. Windows color (decimal): -947347 or 7179249. OLE color: 7179249.
HSL color Cylindrical-coordinate representation of color #F18B6D: hue angle of 13.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F18B6D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 109 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.05 |
| HSL | 13.64º | 0.83% | 0.69% | - |
| HSV(B) | 13.64º | 0.55% | 0.95% | - |
| XYZ | 48.27 | 38.27 | 19.31 | - |
| YUV | 166.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 109 | 0 | 0.42 | 0.55 | 0.05 | 13.64 | 0.83 | 0.69 |
| Hex | F1 | 8B | 6D | 0 | 2A | 37 | 5 | E | 52 | 45 |
| Octal | 361 | 213 | 155 | 0 | 52 | 67 | 5 | 16 | 122 | 105 |
| Binary | 11110001 | 10001011 | 1101101 | 0 | 101010 | 110111 | 101 | 1110 | 1010010 | 1000101 |
Color Harmonies of #F18B6D
Complementary color
Monochromatic Colors of #F18B6D
Black with #F18B6D
Text Example
Text Example
White with #F18B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B6D; }
p { color: rgb(241,139,109); }
H1.HeaderClassName
{
color: #F18B6D;
}
.AnyTagClassName
{
color: #F18B6D;
}
</style>
background-color css
<style>
a { background-color: #F18B6D; }
a { background-color: rgb(241,139,109); }
div.DivClassName
{
background-color: #F18B6D;
}
.BgClassName
{
background-color: #F18B6D;
}
</style>
border-color css
<style>
span { border-color: #F18B6D; }
span { border-color: rgb(241,139,109); }
td.TdClassName
{
border-color: #F18B6D;
}
.TagClassName
{
border-color: #F18B6D;
}
</style>