Shades of Salmon #FC7B71
Tints of Salmon #FC7B71
RGB
CMYK
RGB Variations
Color information
#FC7B71 (or 0xFC7B71) is known color: Salmon. HEX triplet: FC, 7B and 71. RGB value is (252,123,113). Sum of RGB (Red+Green+Blue) = 252+123+113=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B71 is #03848E. Grayscale: #A0A0A0. Windows color (decimal): -230543 or 7437308. OLE color: 7437308.
HSL color Cylindrical-coordinate representation of color #FC7B71: hue angle of 4.32º 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 #FC7B71 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 113 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.01 |
| HSL | 4.32º | 0.96% | 0.72% | - |
| HSV(B) | 4.32º | 0.55% | 0.99% | - |
| XYZ | 50.21 | 36.05 | 19.94 | - |
| YUV | 160.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 113 | 0 | 0.51 | 0.55 | 0.01 | 4.32 | 0.96 | 0.72 |
| Hex | FC | 7B | 71 | 0 | 33 | 37 | 1 | 4 | 60 | 48 |
| Octal | 374 | 173 | 161 | 0 | 63 | 67 | 1 | 4 | 140 | 110 |
| Binary | 11111100 | 1111011 | 1110001 | 0 | 110011 | 110111 | 1 | 100 | 1100000 | 1001000 |
Color Harmonies of #FC7B71
Complementary color
Monochromatic Colors of #FC7B71
Black with #FC7B71
Text Example
Text Example
White with #FC7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B71; }
p { color: rgb(252,123,113); }
H1.HeaderClassName
{
color: #FC7B71;
}
.AnyTagClassName
{
color: #FC7B71;
}
</style>
background-color css
<style>
a { background-color: #FC7B71; }
a { background-color: rgb(252,123,113); }
div.DivClassName
{
background-color: #FC7B71;
}
.BgClassName
{
background-color: #FC7B71;
}
</style>
border-color css
<style>
span { border-color: #FC7B71; }
span { border-color: rgb(252,123,113); }
td.TdClassName
{
border-color: #FC7B71;
}
.TagClassName
{
border-color: #FC7B71;
}
</style>