Shades of Salmon #F1846B
Tints of Salmon #F1846B
RGB
CMYK
RGB Variations
Color information
#F1846B (or 0xF1846B) is known color: Salmon. HEX triplet: F1, 84 and 6B. RGB value is (241,132,107). Sum of RGB (Red+Green+Blue) = 241+132+107=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1846B is #0E7B94. Grayscale: #A1A1A1. Windows color (decimal): -949141 or 7046385. OLE color: 7046385.
HSL color Cylindrical-coordinate representation of color #F1846B: hue angle of 11.19º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1846B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 107 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.05 |
| HSL | 11.19º | 0.83% | 0.68% | - |
| HSV(B) | 11.19º | 0.56% | 0.95% | - |
| XYZ | 47.18 | 36.26 | 18.42 | - |
| YUV | 161.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 107 | 0 | 0.45 | 0.56 | 0.05 | 11.19 | 0.83 | 0.68 |
| Hex | F1 | 84 | 6B | 0 | 2D | 38 | 5 | B | 53 | 44 |
| Octal | 361 | 204 | 153 | 0 | 55 | 70 | 5 | 13 | 123 | 104 |
| Binary | 11110001 | 10000100 | 1101011 | 0 | 101101 | 111000 | 101 | 1011 | 1010011 | 1000100 |
Color Harmonies of #F1846B
Complementary color
Monochromatic Colors of #F1846B
Black with #F1846B
Text Example
Text Example
White with #F1846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1846B; }
p { color: rgb(241,132,107); }
H1.HeaderClassName
{
color: #F1846B;
}
.AnyTagClassName
{
color: #F1846B;
}
</style>
background-color css
<style>
a { background-color: #F1846B; }
a { background-color: rgb(241,132,107); }
div.DivClassName
{
background-color: #F1846B;
}
.BgClassName
{
background-color: #F1846B;
}
</style>
border-color css
<style>
span { border-color: #F1846B; }
span { border-color: rgb(241,132,107); }
td.TdClassName
{
border-color: #F1846B;
}
.TagClassName
{
border-color: #F1846B;
}
</style>