Shades of Salmon #F1856B
Tints of Salmon #F1856B
RGB
CMYK
RGB Variations
Color information
#F1856B (or 0xF1856B) is known color: Salmon. HEX triplet: F1, 85 and 6B. RGB value is (241,133,107). Sum of RGB (Red+Green+Blue) = 241+133+107=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1856B is #0E7A94. Grayscale: #A2A2A2. Windows color (decimal): -948885 or 7046641. OLE color: 7046641.
HSL color Cylindrical-coordinate representation of color #F1856B: hue angle of 11.64º 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 #F1856B is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 107 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.05 |
| HSL | 11.64º | 0.83% | 0.68% | - |
| HSV(B) | 11.64º | 0.56% | 0.95% | - |
| XYZ | 47.32 | 36.54 | 18.47 | - |
| YUV | 162.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 107 | 0 | 0.45 | 0.56 | 0.05 | 11.64 | 0.83 | 0.68 |
| Hex | F1 | 85 | 6B | 0 | 2D | 38 | 5 | C | 53 | 44 |
| Octal | 361 | 205 | 153 | 0 | 55 | 70 | 5 | 14 | 123 | 104 |
| Binary | 11110001 | 10000101 | 1101011 | 0 | 101101 | 111000 | 101 | 1100 | 1010011 | 1000100 |
Color Harmonies of #F1856B
Complementary color
Monochromatic Colors of #F1856B
Black with #F1856B
Text Example
Text Example
White with #F1856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1856B; }
p { color: rgb(241,133,107); }
H1.HeaderClassName
{
color: #F1856B;
}
.AnyTagClassName
{
color: #F1856B;
}
</style>
background-color css
<style>
a { background-color: #F1856B; }
a { background-color: rgb(241,133,107); }
div.DivClassName
{
background-color: #F1856B;
}
.BgClassName
{
background-color: #F1856B;
}
</style>
border-color css
<style>
span { border-color: #F1856B; }
span { border-color: rgb(241,133,107); }
td.TdClassName
{
border-color: #F1856B;
}
.TagClassName
{
border-color: #F1856B;
}
</style>