Shades of Salmon #FC7B7A
Tints of Salmon #FC7B7A
RGB
CMYK
RGB Variations
Color information
#FC7B7A (or 0xFC7B7A) is known color: Salmon. HEX triplet: FC, 7B and 7A. RGB value is (252,123,122). Sum of RGB (Red+Green+Blue) = 252+123+122=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B7A is #038485. Grayscale: #A1A1A1. Windows color (decimal): -230534 or 8027132. OLE color: 8027132.
HSL color Cylindrical-coordinate representation of color #FC7B7A: hue angle of 0.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7B7A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 122 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.01 |
| HSL | 0.46º | 0.96% | 0.73% | - |
| HSV(B) | 0.46º | 0.52% | 0.99% | - |
| XYZ | 50.74 | 36.27 | 22.74 | - |
| YUV | 161.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 122 | 0 | 0.51 | 0.52 | 0.01 | 0.46 | 0.96 | 0.73 |
| Hex | FC | 7B | 7A | 0 | 33 | 34 | 1 | 0 | 60 | 49 |
| Octal | 374 | 173 | 172 | 0 | 63 | 64 | 1 | 0 | 140 | 111 |
| Binary | 11111100 | 1111011 | 1111010 | 0 | 110011 | 110100 | 1 | 0 | 1100000 | 1001001 |
Color Harmonies of #FC7B7A
Complementary color
Monochromatic Colors of #FC7B7A
Black with #FC7B7A
Text Example
Text Example
White with #FC7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B7A; }
p { color: rgb(252,123,122); }
H1.HeaderClassName
{
color: #FC7B7A;
}
.AnyTagClassName
{
color: #FC7B7A;
}
</style>
background-color css
<style>
a { background-color: #FC7B7A; }
a { background-color: rgb(252,123,122); }
div.DivClassName
{
background-color: #FC7B7A;
}
.BgClassName
{
background-color: #FC7B7A;
}
</style>
border-color css
<style>
span { border-color: #FC7B7A; }
span { border-color: rgb(252,123,122); }
td.TdClassName
{
border-color: #FC7B7A;
}
.TagClassName
{
border-color: #FC7B7A;
}
</style>