Shades of Salmon #FF7471
Tints of Salmon #FF7471
RGB
CMYK
RGB Variations
Color information
#FF7471 (or 0xFF7471) is known color: Salmon. HEX triplet: FF, 74 and 71. RGB value is (255,116,113). Sum of RGB (Red+Green+Blue) = 255+116+113=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7471 is #008B8E. Grayscale: #9D9D9D. Windows color (decimal): -35727 or 7435519. OLE color: 7435519.
HSL color Cylindrical-coordinate representation of color #FF7471: hue angle of 1.27º 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 #FF7471 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 113 | - |
| CMYK | 0 | 0.55 | 0.56 | 0 |
| HSL | 1.27º | 1% | 0.72% | - |
| HSV(B) | 1.27º | 0.56% | 1% | - |
| XYZ | 50.47 | 34.94 | 19.71 | - |
| YUV | 157.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 113 | 0 | 0.55 | 0.56 | 0 | 1.27 | 1 | 0.72 |
| Hex | FF | 74 | 71 | 0 | 37 | 38 | 0 | 1 | 64 | 48 |
| Octal | 377 | 164 | 161 | 0 | 67 | 70 | 0 | 1 | 144 | 110 |
| Binary | 11111111 | 1110100 | 1110001 | 0 | 110111 | 111000 | 0 | 1 | 1100100 | 1001000 |
Color Harmonies of #FF7471
Complementary color
Monochromatic Colors of #FF7471
Black with #FF7471
Text Example
Text Example
White with #FF7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7471; }
p { color: rgb(255,116,113); }
H1.HeaderClassName
{
color: #FF7471;
}
.AnyTagClassName
{
color: #FF7471;
}
</style>
background-color css
<style>
a { background-color: #FF7471; }
a { background-color: rgb(255,116,113); }
div.DivClassName
{
background-color: #FF7471;
}
.BgClassName
{
background-color: #FF7471;
}
</style>
border-color css
<style>
span { border-color: #FF7471; }
span { border-color: rgb(255,116,113); }
td.TdClassName
{
border-color: #FF7471;
}
.TagClassName
{
border-color: #FF7471;
}
</style>