Shades of Salmon #F1846A
Tints of Salmon #F1846A
RGB
CMYK
RGB Variations
Color information
#F1846A (or 0xF1846A) is known color: Salmon. HEX triplet: F1, 84 and 6A. RGB value is (241,132,106). Sum of RGB (Red+Green+Blue) = 241+132+106=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1846A is #0E7B95. Grayscale: #A1A1A1. Windows color (decimal): -949142 or 6980849. OLE color: 6980849.
HSL color Cylindrical-coordinate representation of color #F1846A: hue angle of 11.56º 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 #F1846A is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 106 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.05 |
| HSL | 11.56º | 0.83% | 0.68% | - |
| HSV(B) | 11.56º | 0.56% | 0.95% | - |
| XYZ | 47.13 | 36.24 | 18.15 | - |
| YUV | 161.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 106 | 0 | 0.45 | 0.56 | 0.05 | 11.56 | 0.83 | 0.68 |
| Hex | F1 | 84 | 6A | 0 | 2D | 38 | 5 | C | 53 | 44 |
| Octal | 361 | 204 | 152 | 0 | 55 | 70 | 5 | 14 | 123 | 104 |
| Binary | 11110001 | 10000100 | 1101010 | 0 | 101101 | 111000 | 101 | 1100 | 1010011 | 1000100 |
Color Harmonies of #F1846A
Complementary color
Monochromatic Colors of #F1846A
Black with #F1846A
Text Example
Text Example
White with #F1846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1846A; }
p { color: rgb(241,132,106); }
H1.HeaderClassName
{
color: #F1846A;
}
.AnyTagClassName
{
color: #F1846A;
}
</style>
background-color css
<style>
a { background-color: #F1846A; }
a { background-color: rgb(241,132,106); }
div.DivClassName
{
background-color: #F1846A;
}
.BgClassName
{
background-color: #F1846A;
}
</style>
border-color css
<style>
span { border-color: #F1846A; }
span { border-color: rgb(241,132,106); }
td.TdClassName
{
border-color: #F1846A;
}
.TagClassName
{
border-color: #F1846A;
}
</style>