Shades of Salmon #F1886B
Tints of Salmon #F1886B
RGB
CMYK
RGB Variations
Color information
#F1886B (or 0xF1886B) is known color: Salmon. HEX triplet: F1, 88 and 6B. RGB value is (241,136,107). Sum of RGB (Red+Green+Blue) = 241+136+107=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1886B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1886B is #0E7794. Grayscale: #A4A4A4. Windows color (decimal): -948117 or 7047409. OLE color: 7047409.
HSL color Cylindrical-coordinate representation of color #F1886B: hue angle of 12.99º 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 #F1886B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 107 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.05 |
| HSL | 12.99º | 0.83% | 0.68% | - |
| HSV(B) | 12.99º | 0.56% | 0.95% | - |
| XYZ | 47.73 | 37.37 | 18.61 | - |
| YUV | 164.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 107 | 0 | 0.44 | 0.56 | 0.05 | 12.99 | 0.83 | 0.68 |
| Hex | F1 | 88 | 6B | 0 | 2C | 38 | 5 | D | 53 | 44 |
| Octal | 361 | 210 | 153 | 0 | 54 | 70 | 5 | 15 | 123 | 104 |
| Binary | 11110001 | 10001000 | 1101011 | 0 | 101100 | 111000 | 101 | 1101 | 1010011 | 1000100 |
Color Harmonies of #F1886B
Complementary color
Monochromatic Colors of #F1886B
Black with #F1886B
Text Example
Text Example
White with #F1886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1886B; }
p { color: rgb(241,136,107); }
H1.HeaderClassName
{
color: #F1886B;
}
.AnyTagClassName
{
color: #F1886B;
}
</style>
background-color css
<style>
a { background-color: #F1886B; }
a { background-color: rgb(241,136,107); }
div.DivClassName
{
background-color: #F1886B;
}
.BgClassName
{
background-color: #F1886B;
}
</style>
border-color css
<style>
span { border-color: #F1886B; }
span { border-color: rgb(241,136,107); }
td.TdClassName
{
border-color: #F1886B;
}
.TagClassName
{
border-color: #F1886B;
}
</style>