Shades of Salmon #FD7A71
Tints of Salmon #FD7A71
RGB
CMYK
RGB Variations
Color information
#FD7A71 (or 0xFD7A71) is known color: Salmon. HEX triplet: FD, 7A and 71. RGB value is (253,122,113). Sum of RGB (Red+Green+Blue) = 253+122+113=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A71 is #02858E. Grayscale: #A0A0A0. Windows color (decimal): -165263 or 7437053. OLE color: 7437053.
HSL color Cylindrical-coordinate representation of color #FD7A71: hue angle of 3.86º 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 #FD7A71 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 113 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.01 |
| HSL | 3.86º | 0.97% | 0.72% | - |
| HSV(B) | 3.86º | 0.55% | 0.99% | - |
| XYZ | 50.45 | 35.99 | 19.91 | - |
| YUV | 160.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 113 | 0 | 0.52 | 0.55 | 0.01 | 3.86 | 0.97 | 0.72 |
| Hex | FD | 7A | 71 | 0 | 34 | 37 | 1 | 4 | 61 | 48 |
| Octal | 375 | 172 | 161 | 0 | 64 | 67 | 1 | 4 | 141 | 110 |
| Binary | 11111101 | 1111010 | 1110001 | 0 | 110100 | 110111 | 1 | 100 | 1100001 | 1001000 |
Color Harmonies of #FD7A71
Complementary color
Monochromatic Colors of #FD7A71
Black with #FD7A71
Text Example
Text Example
White with #FD7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A71; }
p { color: rgb(253,122,113); }
H1.HeaderClassName
{
color: #FD7A71;
}
.AnyTagClassName
{
color: #FD7A71;
}
</style>
background-color css
<style>
a { background-color: #FD7A71; }
a { background-color: rgb(253,122,113); }
div.DivClassName
{
background-color: #FD7A71;
}
.BgClassName
{
background-color: #FD7A71;
}
</style>
border-color css
<style>
span { border-color: #FD7A71; }
span { border-color: rgb(253,122,113); }
td.TdClassName
{
border-color: #FD7A71;
}
.TagClassName
{
border-color: #FD7A71;
}
</style>