Shades of Salmon #FE7473
Tints of Salmon #FE7473
RGB
CMYK
RGB Variations
Color information
#FE7473 (or 0xFE7473) is known color: Salmon. HEX triplet: FE, 74 and 73. RGB value is (254,116,115). Sum of RGB (Red+Green+Blue) = 254+116+115=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7473 is #018B8C. Grayscale: #9D9D9D. Windows color (decimal): -101261 or 7566590. OLE color: 7566590.
HSL color Cylindrical-coordinate representation of color #FE7473: hue angle of 0.43º 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 #FE7473 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 115 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.00 |
| HSL | 0.43º | 0.99% | 0.72% | - |
| HSV(B) | 0.43º | 0.55% | 1% | - |
| XYZ | 50.21 | 34.8 | 20.29 | - |
| YUV | 157.15 | 104.22 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 115 | 0 | 0.54 | 0.55 | 0.00 | 0.43 | 0.99 | 0.72 |
| Hex | FE | 74 | 73 | 0 | 36 | 37 | 0 | 0 | 63 | 48 |
| Octal | 376 | 164 | 163 | 0 | 66 | 67 | 0 | 0 | 143 | 110 |
| Binary | 11111110 | 1110100 | 1110011 | 0 | 110110 | 110111 | 0 | 0 | 1100011 | 1001000 |
Color Harmonies of #FE7473
Complementary color
Monochromatic Colors of #FE7473
Black with #FE7473
Text Example
Text Example
White with #FE7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7473; }
p { color: rgb(254,116,115); }
H1.HeaderClassName
{
color: #FE7473;
}
.AnyTagClassName
{
color: #FE7473;
}
</style>
background-color css
<style>
a { background-color: #FE7473; }
a { background-color: rgb(254,116,115); }
div.DivClassName
{
background-color: #FE7473;
}
.BgClassName
{
background-color: #FE7473;
}
</style>
border-color css
<style>
span { border-color: #FE7473; }
span { border-color: rgb(254,116,115); }
td.TdClassName
{
border-color: #FE7473;
}
.TagClassName
{
border-color: #FE7473;
}
</style>