Shades of Salmon #FE7C71
Tints of Salmon #FE7C71
RGB
CMYK
RGB Variations
Color information
#FE7C71 (or 0xFE7C71) is known color: Salmon. HEX triplet: FE, 7C and 71. RGB value is (254,124,113). Sum of RGB (Red+Green+Blue) = 254+124+113=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7C71 is #01838E. Grayscale: #A1A1A1. Windows color (decimal): -99215 or 7437566. OLE color: 7437566.
HSL color Cylindrical-coordinate representation of color #FE7C71: hue angle of 4.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7C71 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 113 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.00 |
| HSL | 4.68º | 0.99% | 0.72% | - |
| HSV(B) | 4.68º | 0.56% | 1% | - |
| XYZ | 51.06 | 36.68 | 20.01 | - |
| YUV | 161.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 113 | 0 | 0.51 | 0.56 | 0.00 | 4.68 | 0.99 | 0.72 |
| Hex | FE | 7C | 71 | 0 | 33 | 38 | 0 | 5 | 63 | 48 |
| Octal | 376 | 174 | 161 | 0 | 63 | 70 | 0 | 5 | 143 | 110 |
| Binary | 11111110 | 1111100 | 1110001 | 0 | 110011 | 111000 | 0 | 101 | 1100011 | 1001000 |
Color Harmonies of #FE7C71
Complementary color
Monochromatic Colors of #FE7C71
Black with #FE7C71
Text Example
Text Example
White with #FE7C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C71; }
p { color: rgb(254,124,113); }
H1.HeaderClassName
{
color: #FE7C71;
}
.AnyTagClassName
{
color: #FE7C71;
}
</style>
background-color css
<style>
a { background-color: #FE7C71; }
a { background-color: rgb(254,124,113); }
div.DivClassName
{
background-color: #FE7C71;
}
.BgClassName
{
background-color: #FE7C71;
}
</style>
border-color css
<style>
span { border-color: #FE7C71; }
span { border-color: rgb(254,124,113); }
td.TdClassName
{
border-color: #FE7C71;
}
.TagClassName
{
border-color: #FE7C71;
}
</style>