Shades of Salmon #FD7471
Tints of Salmon #FD7471
RGB
CMYK
RGB Variations
Color information
#FD7471 (or 0xFD7471) is known color: Salmon. HEX triplet: FD, 74 and 71. RGB value is (253,116,113). Sum of RGB (Red+Green+Blue) = 253+116+113=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7471 is #028B8E. Grayscale: #9C9C9C. Windows color (decimal): -166799 or 7435517. OLE color: 7435517.
HSL color Cylindrical-coordinate representation of color #FD7471: hue angle of 1.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD7471 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 113 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.01 |
| HSL | 1.29º | 0.97% | 0.72% | - |
| HSV(B) | 1.29º | 0.55% | 0.99% | - |
| XYZ | 49.73 | 34.57 | 19.67 | - |
| YUV | 156.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 113 | 0 | 0.54 | 0.55 | 0.01 | 1.29 | 0.97 | 0.72 |
| Hex | FD | 74 | 71 | 0 | 36 | 37 | 1 | 1 | 61 | 48 |
| Octal | 375 | 164 | 161 | 0 | 66 | 67 | 1 | 1 | 141 | 110 |
| Binary | 11111101 | 1110100 | 1110001 | 0 | 110110 | 110111 | 1 | 1 | 1100001 | 1001000 |
Color Harmonies of #FD7471
Complementary color
Monochromatic Colors of #FD7471
Black with #FD7471
Text Example
Text Example
White with #FD7471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7471; }
p { color: rgb(253,116,113); }
H1.HeaderClassName
{
color: #FD7471;
}
.AnyTagClassName
{
color: #FD7471;
}
</style>
background-color css
<style>
a { background-color: #FD7471; }
a { background-color: rgb(253,116,113); }
div.DivClassName
{
background-color: #FD7471;
}
.BgClassName
{
background-color: #FD7471;
}
</style>
border-color css
<style>
span { border-color: #FD7471; }
span { border-color: rgb(253,116,113); }
td.TdClassName
{
border-color: #FD7471;
}
.TagClassName
{
border-color: #FD7471;
}
</style>