Shades of Salmon #F18A6C
Tints of Salmon #F18A6C
RGB
CMYK
RGB Variations
Color information
#F18A6C (or 0xF18A6C) is known color: Salmon. HEX triplet: F1, 8A and 6C. RGB value is (241,138,108). Sum of RGB (Red+Green+Blue) = 241+138+108=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A6C is #0E7593. Grayscale: #A5A5A5. Windows color (decimal): -947604 or 7113457. OLE color: 7113457.
HSL color Cylindrical-coordinate representation of color #F18A6C: hue angle of 13.53º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F18A6C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 108 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.05 |
| HSL | 13.53º | 0.83% | 0.68% | - |
| HSV(B) | 13.53º | 0.55% | 0.95% | - |
| XYZ | 48.07 | 37.96 | 18.98 | - |
| YUV | 165.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 108 | 0 | 0.43 | 0.55 | 0.05 | 13.53 | 0.83 | 0.68 |
| Hex | F1 | 8A | 6C | 0 | 2B | 37 | 5 | E | 53 | 44 |
| Octal | 361 | 212 | 154 | 0 | 53 | 67 | 5 | 16 | 123 | 104 |
| Binary | 11110001 | 10001010 | 1101100 | 0 | 101011 | 110111 | 101 | 1110 | 1010011 | 1000100 |
Color Harmonies of #F18A6C
Complementary color
Monochromatic Colors of #F18A6C
Black with #F18A6C
Text Example
Text Example
White with #F18A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A6C; }
p { color: rgb(241,138,108); }
H1.HeaderClassName
{
color: #F18A6C;
}
.AnyTagClassName
{
color: #F18A6C;
}
</style>
background-color css
<style>
a { background-color: #F18A6C; }
a { background-color: rgb(241,138,108); }
div.DivClassName
{
background-color: #F18A6C;
}
.BgClassName
{
background-color: #F18A6C;
}
</style>
border-color css
<style>
span { border-color: #F18A6C; }
span { border-color: rgb(241,138,108); }
td.TdClassName
{
border-color: #F18A6C;
}
.TagClassName
{
border-color: #F18A6C;
}
</style>