Shades of Salmon #F18968
Tints of Salmon #F18968
RGB
CMYK
RGB Variations
Color information
#F18968 (or 0xF18968) is known color: Salmon. HEX triplet: F1, 89 and 68. RGB value is (241,137,104). Sum of RGB (Red+Green+Blue) = 241+137+104=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F18968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18968 is #0E7697. Grayscale: #A4A4A4. Windows color (decimal): -947864 or 6851057. OLE color: 6851057.
HSL color Cylindrical-coordinate representation of color #F18968: hue angle of 14.45º 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 #F18968 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 104 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.05 |
| HSL | 14.45º | 0.83% | 0.68% | - |
| HSV(B) | 14.45º | 0.57% | 0.95% | - |
| XYZ | 47.72 | 37.59 | 17.84 | - |
| YUV | 164.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 104 | 0 | 0.43 | 0.57 | 0.05 | 14.45 | 0.83 | 0.68 |
| Hex | F1 | 89 | 68 | 0 | 2B | 39 | 5 | E | 53 | 44 |
| Octal | 361 | 211 | 150 | 0 | 53 | 71 | 5 | 16 | 123 | 104 |
| Binary | 11110001 | 10001001 | 1101000 | 0 | 101011 | 111001 | 101 | 1110 | 1010011 | 1000100 |
Color Harmonies of #F18968
Complementary color
Monochromatic Colors of #F18968
Black with #F18968
Text Example
Text Example
White with #F18968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18968; }
p { color: rgb(241,137,104); }
H1.HeaderClassName
{
color: #F18968;
}
.AnyTagClassName
{
color: #F18968;
}
</style>
background-color css
<style>
a { background-color: #F18968; }
a { background-color: rgb(241,137,104); }
div.DivClassName
{
background-color: #F18968;
}
.BgClassName
{
background-color: #F18968;
}
</style>
border-color css
<style>
span { border-color: #F18968; }
span { border-color: rgb(241,137,104); }
td.TdClassName
{
border-color: #F18968;
}
.TagClassName
{
border-color: #F18968;
}
</style>