Shades of Salmon #FF7871
Tints of Salmon #FF7871
RGB
CMYK
RGB Variations
Color information
#FF7871 (or 0xFF7871) is known color: Salmon. HEX triplet: FF, 78 and 71. RGB value is (255,120,113). Sum of RGB (Red+Green+Blue) = 255+120+113=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7871 is #00878E. Grayscale: #9F9F9F. Windows color (decimal): -34703 or 7436543. OLE color: 7436543.
HSL color Cylindrical-coordinate representation of color #FF7871: hue angle of 2.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7871 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 113 | - |
| CMYK | 0 | 0.53 | 0.56 | 0 |
| HSL | 2.96º | 1% | 0.72% | - |
| HSV(B) | 2.96º | 0.56% | 1% | - |
| XYZ | 50.94 | 35.89 | 19.86 | - |
| YUV | 159.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 113 | 0 | 0.53 | 0.56 | 0 | 2.96 | 1 | 0.72 |
| Hex | FF | 78 | 71 | 0 | 35 | 38 | 0 | 3 | 64 | 48 |
| Octal | 377 | 170 | 161 | 0 | 65 | 70 | 0 | 3 | 144 | 110 |
| Binary | 11111111 | 1111000 | 1110001 | 0 | 110101 | 111000 | 0 | 11 | 1100100 | 1001000 |
Color Harmonies of #FF7871
Complementary color
Monochromatic Colors of #FF7871
Black with #FF7871
Text Example
Text Example
White with #FF7871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7871; }
p { color: rgb(255,120,113); }
H1.HeaderClassName
{
color: #FF7871;
}
.AnyTagClassName
{
color: #FF7871;
}
</style>
background-color css
<style>
a { background-color: #FF7871; }
a { background-color: rgb(255,120,113); }
div.DivClassName
{
background-color: #FF7871;
}
.BgClassName
{
background-color: #FF7871;
}
</style>
border-color css
<style>
span { border-color: #FF7871; }
span { border-color: rgb(255,120,113); }
td.TdClassName
{
border-color: #FF7871;
}
.TagClassName
{
border-color: #FF7871;
}
</style>