Shades of Salmon #F1876D
Tints of Salmon #F1876D
RGB
CMYK
RGB Variations
Color information
#F1876D (or 0xF1876D) is known color: Salmon. HEX triplet: F1, 87 and 6D. RGB value is (241,135,109). Sum of RGB (Red+Green+Blue) = 241+135+109=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1876D is #0E7892. Grayscale: #A3A3A3. Windows color (decimal): -948371 or 7178225. OLE color: 7178225.
HSL color Cylindrical-coordinate representation of color #F1876D: hue angle of 11.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1876D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 109 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.05 |
| HSL | 11.82º | 0.83% | 0.69% | - |
| HSV(B) | 11.82º | 0.55% | 0.95% | - |
| XYZ | 47.7 | 37.13 | 19.12 | - |
| YUV | 163.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 109 | 0 | 0.44 | 0.55 | 0.05 | 11.82 | 0.83 | 0.69 |
| Hex | F1 | 87 | 6D | 0 | 2C | 37 | 5 | C | 52 | 45 |
| Octal | 361 | 207 | 155 | 0 | 54 | 67 | 5 | 14 | 122 | 105 |
| Binary | 11110001 | 10000111 | 1101101 | 0 | 101100 | 110111 | 101 | 1100 | 1010010 | 1000101 |
Color Harmonies of #F1876D
Complementary color
Monochromatic Colors of #F1876D
Black with #F1876D
Text Example
Text Example
White with #F1876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1876D; }
p { color: rgb(241,135,109); }
H1.HeaderClassName
{
color: #F1876D;
}
.AnyTagClassName
{
color: #F1876D;
}
</style>
background-color css
<style>
a { background-color: #F1876D; }
a { background-color: rgb(241,135,109); }
div.DivClassName
{
background-color: #F1876D;
}
.BgClassName
{
background-color: #F1876D;
}
</style>
border-color css
<style>
span { border-color: #F1876D; }
span { border-color: rgb(241,135,109); }
td.TdClassName
{
border-color: #F1876D;
}
.TagClassName
{
border-color: #F1876D;
}
</style>