Shades of Salmon #FC7D71
Tints of Salmon #FC7D71
RGB
CMYK
RGB Variations
Color information
#FC7D71 (or 0xFC7D71) is known color: Salmon. HEX triplet: FC, 7D and 71. RGB value is (252,125,113). Sum of RGB (Red+Green+Blue) = 252+125+113=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D71 is #03828E. Grayscale: #A1A1A1. Windows color (decimal): -230031 or 7437820. OLE color: 7437820.
HSL color Cylindrical-coordinate representation of color #FC7D71: hue angle of 5.18º degrees, saturation: 0.96, 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 #FC7D71 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 113 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.01 |
| HSL | 5.18º | 0.96% | 0.72% | - |
| HSV(B) | 5.18º | 0.55% | 0.99% | - |
| XYZ | 50.46 | 36.55 | 20.02 | - |
| YUV | 161.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 113 | 0 | 0.50 | 0.55 | 0.01 | 5.18 | 0.96 | 0.72 |
| Hex | FC | 7D | 71 | 0 | 32 | 37 | 1 | 5 | 60 | 48 |
| Octal | 374 | 175 | 161 | 0 | 62 | 67 | 1 | 5 | 140 | 110 |
| Binary | 11111100 | 1111101 | 1110001 | 0 | 110010 | 110111 | 1 | 101 | 1100000 | 1001000 |
Color Harmonies of #FC7D71
Complementary color
Monochromatic Colors of #FC7D71
Black with #FC7D71
Text Example
Text Example
White with #FC7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D71; }
p { color: rgb(252,125,113); }
H1.HeaderClassName
{
color: #FC7D71;
}
.AnyTagClassName
{
color: #FC7D71;
}
</style>
background-color css
<style>
a { background-color: #FC7D71; }
a { background-color: rgb(252,125,113); }
div.DivClassName
{
background-color: #FC7D71;
}
.BgClassName
{
background-color: #FC7D71;
}
</style>
border-color css
<style>
span { border-color: #FC7D71; }
span { border-color: rgb(252,125,113); }
td.TdClassName
{
border-color: #FC7D71;
}
.TagClassName
{
border-color: #FC7D71;
}
</style>