Shades of Salmon #F18A6D
Tints of Salmon #F18A6D
RGB
CMYK
RGB Variations
Color information
#F18A6D (or 0xF18A6D) is known color: Salmon. HEX triplet: F1, 8A and 6D. RGB value is (241,138,109). Sum of RGB (Red+Green+Blue) = 241+138+109=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A6D is #0E7592. Grayscale: #A5A5A5. Windows color (decimal): -947603 or 7178993. OLE color: 7178993.
HSL color Cylindrical-coordinate representation of color #F18A6D: hue angle of 13.18º 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 #F18A6D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 109 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.05 |
| HSL | 13.18º | 0.83% | 0.69% | - |
| HSV(B) | 13.18º | 0.55% | 0.95% | - |
| XYZ | 48.12 | 37.98 | 19.26 | - |
| YUV | 165.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 109 | 0 | 0.43 | 0.55 | 0.05 | 13.18 | 0.83 | 0.69 |
| Hex | F1 | 8A | 6D | 0 | 2B | 37 | 5 | D | 52 | 45 |
| Octal | 361 | 212 | 155 | 0 | 53 | 67 | 5 | 15 | 122 | 105 |
| Binary | 11110001 | 10001010 | 1101101 | 0 | 101011 | 110111 | 101 | 1101 | 1010010 | 1000101 |
Color Harmonies of #F18A6D
Complementary color
Monochromatic Colors of #F18A6D
Black with #F18A6D
Text Example
Text Example
White with #F18A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A6D; }
p { color: rgb(241,138,109); }
H1.HeaderClassName
{
color: #F18A6D;
}
.AnyTagClassName
{
color: #F18A6D;
}
</style>
background-color css
<style>
a { background-color: #F18A6D; }
a { background-color: rgb(241,138,109); }
div.DivClassName
{
background-color: #F18A6D;
}
.BgClassName
{
background-color: #F18A6D;
}
</style>
border-color css
<style>
span { border-color: #F18A6D; }
span { border-color: rgb(241,138,109); }
td.TdClassName
{
border-color: #F18A6D;
}
.TagClassName
{
border-color: #F18A6D;
}
</style>