Shades of Salmon #FE7F77
Tints of Salmon #FE7F77
RGB
CMYK
RGB Variations
Color information
#FE7F77 (or 0xFE7F77) is known color: Salmon. HEX triplet: FE, 7F and 77. RGB value is (254,127,119). Sum of RGB (Red+Green+Blue) = 254+127+119=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F77 is #018088. Grayscale: #A4A4A4. Windows color (decimal): -98441 or 7831550. OLE color: 7831550.
HSL color Cylindrical-coordinate representation of color #FE7F77: hue angle of 3.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE7F77 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 119 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.00 |
| HSL | 3.56º | 0.99% | 0.73% | - |
| HSV(B) | 3.56º | 0.53% | 1% | - |
| XYZ | 51.79 | 37.58 | 21.98 | - |
| YUV | 164.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 119 | 0 | 0.50 | 0.53 | 0.00 | 3.56 | 0.99 | 0.73 |
| Hex | FE | 7F | 77 | 0 | 32 | 35 | 0 | 4 | 63 | 49 |
| Octal | 376 | 177 | 167 | 0 | 62 | 65 | 0 | 4 | 143 | 111 |
| Binary | 11111110 | 1111111 | 1110111 | 0 | 110010 | 110101 | 0 | 100 | 1100011 | 1001001 |
Color Harmonies of #FE7F77
Complementary color
Monochromatic Colors of #FE7F77
Black with #FE7F77
Text Example
Text Example
White with #FE7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F77; }
p { color: rgb(254,127,119); }
H1.HeaderClassName
{
color: #FE7F77;
}
.AnyTagClassName
{
color: #FE7F77;
}
</style>
background-color css
<style>
a { background-color: #FE7F77; }
a { background-color: rgb(254,127,119); }
div.DivClassName
{
background-color: #FE7F77;
}
.BgClassName
{
background-color: #FE7F77;
}
</style>
border-color css
<style>
span { border-color: #FE7F77; }
span { border-color: rgb(254,127,119); }
td.TdClassName
{
border-color: #FE7F77;
}
.TagClassName
{
border-color: #FE7F77;
}
</style>