Shades of Salmon #FC7F74
Tints of Salmon #FC7F74
RGB
CMYK
RGB Variations
Color information
#FC7F74 (or 0xFC7F74) is known color: Salmon. HEX triplet: FC, 7F and 74. RGB value is (252,127,116). Sum of RGB (Red+Green+Blue) = 252+127+116=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F74 is #03808B. Grayscale: #A3A3A3. Windows color (decimal): -229516 or 7634940. OLE color: 7634940.
HSL color Cylindrical-coordinate representation of color #FC7F74: hue angle of 4.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC7F74 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 116 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.01 |
| HSL | 4.85º | 0.96% | 0.72% | - |
| HSV(B) | 4.85º | 0.54% | 0.99% | - |
| XYZ | 50.89 | 37.14 | 21.01 | - |
| YUV | 163.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 116 | 0 | 0.50 | 0.54 | 0.01 | 4.85 | 0.96 | 0.72 |
| Hex | FC | 7F | 74 | 0 | 32 | 36 | 1 | 5 | 60 | 48 |
| Octal | 374 | 177 | 164 | 0 | 62 | 66 | 1 | 5 | 140 | 110 |
| Binary | 11111100 | 1111111 | 1110100 | 0 | 110010 | 110110 | 1 | 101 | 1100000 | 1001000 |
Color Harmonies of #FC7F74
Complementary color
Monochromatic Colors of #FC7F74
Black with #FC7F74
Text Example
Text Example
White with #FC7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7F74; }
p { color: rgb(252,127,116); }
H1.HeaderClassName
{
color: #FC7F74;
}
.AnyTagClassName
{
color: #FC7F74;
}
</style>
background-color css
<style>
a { background-color: #FC7F74; }
a { background-color: rgb(252,127,116); }
div.DivClassName
{
background-color: #FC7F74;
}
.BgClassName
{
background-color: #FC7F74;
}
</style>
border-color css
<style>
span { border-color: #FC7F74; }
span { border-color: rgb(252,127,116); }
td.TdClassName
{
border-color: #FC7F74;
}
.TagClassName
{
border-color: #FC7F74;
}
</style>