Shades of Salmon #FE7D79
Tints of Salmon #FE7D79
RGB
CMYK
RGB Variations
Color information
#FE7D79 (or 0xFE7D79) is known color: Salmon. HEX triplet: FE, 7D and 79. RGB value is (254,125,121). Sum of RGB (Red+Green+Blue) = 254+125+121=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D79 is #018286. Grayscale: #A3A3A3. Windows color (decimal): -98951 or 7962110. OLE color: 7962110.
HSL color Cylindrical-coordinate representation of color #FE7D79: hue angle of 1.8º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7D79 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 121 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.00 |
| HSL | 1.8º | 0.99% | 0.74% | - |
| HSV(B) | 1.8º | 0.52% | 1% | - |
| XYZ | 51.66 | 37.12 | 22.53 | - |
| YUV | 163.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 121 | 0 | 0.51 | 0.52 | 0.00 | 1.8 | 0.99 | 0.74 |
| Hex | FE | 7D | 79 | 0 | 33 | 34 | 0 | 2 | 63 | 4A |
| Octal | 376 | 175 | 171 | 0 | 63 | 64 | 0 | 2 | 143 | 112 |
| Binary | 11111110 | 1111101 | 1111001 | 0 | 110011 | 110100 | 0 | 10 | 1100011 | 1001010 |
Color Harmonies of #FE7D79
Complementary color
Monochromatic Colors of #FE7D79
Black with #FE7D79
Text Example
Text Example
White with #FE7D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D79; }
p { color: rgb(254,125,121); }
H1.HeaderClassName
{
color: #FE7D79;
}
.AnyTagClassName
{
color: #FE7D79;
}
</style>
background-color css
<style>
a { background-color: #FE7D79; }
a { background-color: rgb(254,125,121); }
div.DivClassName
{
background-color: #FE7D79;
}
.BgClassName
{
background-color: #FE7D79;
}
</style>
border-color css
<style>
span { border-color: #FE7D79; }
span { border-color: rgb(254,125,121); }
td.TdClassName
{
border-color: #FE7D79;
}
.TagClassName
{
border-color: #FE7D79;
}
</style>