Shades of Salmon #FE7F76
Tints of Salmon #FE7F76
RGB
CMYK
RGB Variations
Color information
#FE7F76 (or 0xFE7F76) is known color: Salmon. HEX triplet: FE, 7F and 76. RGB value is (254,127,118). Sum of RGB (Red+Green+Blue) = 254+127+118=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F76 is #018089. Grayscale: #A4A4A4. Windows color (decimal): -98442 or 7766014. OLE color: 7766014.
HSL color Cylindrical-coordinate representation of color #FE7F76: hue angle of 3.97º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE7F76 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 118 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.00 |
| HSL | 3.97º | 0.99% | 0.73% | - |
| HSV(B) | 3.97º | 0.54% | 1% | - |
| XYZ | 51.73 | 37.56 | 21.66 | - |
| YUV | 163.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 118 | 0 | 0.50 | 0.54 | 0.00 | 3.97 | 0.99 | 0.73 |
| Hex | FE | 7F | 76 | 0 | 32 | 36 | 0 | 4 | 63 | 49 |
| Octal | 376 | 177 | 166 | 0 | 62 | 66 | 0 | 4 | 143 | 111 |
| Binary | 11111110 | 1111111 | 1110110 | 0 | 110010 | 110110 | 0 | 100 | 1100011 | 1001001 |
Color Harmonies of #FE7F76
Complementary color
Monochromatic Colors of #FE7F76
Black with #FE7F76
Text Example
Text Example
White with #FE7F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F76; }
p { color: rgb(254,127,118); }
H1.HeaderClassName
{
color: #FE7F76;
}
.AnyTagClassName
{
color: #FE7F76;
}
</style>
background-color css
<style>
a { background-color: #FE7F76; }
a { background-color: rgb(254,127,118); }
div.DivClassName
{
background-color: #FE7F76;
}
.BgClassName
{
background-color: #FE7F76;
}
</style>
border-color css
<style>
span { border-color: #FE7F76; }
span { border-color: rgb(254,127,118); }
td.TdClassName
{
border-color: #FE7F76;
}
.TagClassName
{
border-color: #FE7F76;
}
</style>