Shades of Salmon #FE7D72
Tints of Salmon #FE7D72
RGB
CMYK
RGB Variations
Color information
#FE7D72 (or 0xFE7D72) is known color: Salmon. HEX triplet: FE, 7D and 72. RGB value is (254,125,114). Sum of RGB (Red+Green+Blue) = 254+125+114=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D72 is #01828D. Grayscale: #A2A2A2. Windows color (decimal): -98958 or 7503358. OLE color: 7503358.
HSL color Cylindrical-coordinate representation of color #FE7D72: hue angle of 4.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7D72 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 114 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.00 |
| HSL | 4.71º | 0.99% | 0.72% | - |
| HSV(B) | 4.71º | 0.55% | 1% | - |
| XYZ | 51.24 | 36.95 | 20.35 | - |
| YUV | 162.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 114 | 0 | 0.51 | 0.55 | 0.00 | 4.71 | 0.99 | 0.72 |
| Hex | FE | 7D | 72 | 0 | 33 | 37 | 0 | 5 | 63 | 48 |
| Octal | 376 | 175 | 162 | 0 | 63 | 67 | 0 | 5 | 143 | 110 |
| Binary | 11111110 | 1111101 | 1110010 | 0 | 110011 | 110111 | 0 | 101 | 1100011 | 1001000 |
Color Harmonies of #FE7D72
Complementary color
Monochromatic Colors of #FE7D72
Black with #FE7D72
Text Example
Text Example
White with #FE7D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D72; }
p { color: rgb(254,125,114); }
H1.HeaderClassName
{
color: #FE7D72;
}
.AnyTagClassName
{
color: #FE7D72;
}
</style>
background-color css
<style>
a { background-color: #FE7D72; }
a { background-color: rgb(254,125,114); }
div.DivClassName
{
background-color: #FE7D72;
}
.BgClassName
{
background-color: #FE7D72;
}
</style>
border-color css
<style>
span { border-color: #FE7D72; }
span { border-color: rgb(254,125,114); }
td.TdClassName
{
border-color: #FE7D72;
}
.TagClassName
{
border-color: #FE7D72;
}
</style>