Shades of Salmon #F18668
Tints of Salmon #F18668
RGB
CMYK
RGB Variations
Color information
#F18668 (or 0xF18668) is known color: Salmon. HEX triplet: F1, 86 and 68. RGB value is (241,134,104). Sum of RGB (Red+Green+Blue) = 241+134+104=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F18668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18668 is #0E7997. Grayscale: #A2A2A2. Windows color (decimal): -948632 or 6850289. OLE color: 6850289.
HSL color Cylindrical-coordinate representation of color #F18668: hue angle of 13.14º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F18668 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 104 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.05 |
| HSL | 13.14º | 0.83% | 0.68% | - |
| HSV(B) | 13.14º | 0.57% | 0.95% | - |
| XYZ | 47.3 | 36.75 | 17.7 | - |
| YUV | 162.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 104 | 0 | 0.44 | 0.57 | 0.05 | 13.14 | 0.83 | 0.68 |
| Hex | F1 | 86 | 68 | 0 | 2C | 39 | 5 | D | 53 | 44 |
| Octal | 361 | 206 | 150 | 0 | 54 | 71 | 5 | 15 | 123 | 104 |
| Binary | 11110001 | 10000110 | 1101000 | 0 | 101100 | 111001 | 101 | 1101 | 1010011 | 1000100 |
Color Harmonies of #F18668
Complementary color
Monochromatic Colors of #F18668
Black with #F18668
Text Example
Text Example
White with #F18668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18668; }
p { color: rgb(241,134,104); }
H1.HeaderClassName
{
color: #F18668;
}
.AnyTagClassName
{
color: #F18668;
}
</style>
background-color css
<style>
a { background-color: #F18668; }
a { background-color: rgb(241,134,104); }
div.DivClassName
{
background-color: #F18668;
}
.BgClassName
{
background-color: #F18668;
}
</style>
border-color css
<style>
span { border-color: #F18668; }
span { border-color: rgb(241,134,104); }
td.TdClassName
{
border-color: #F18668;
}
.TagClassName
{
border-color: #F18668;
}
</style>