Shades of Salmon #FE7373
Tints of Salmon #FE7373
RGB
CMYK
RGB Variations
Color information
#FE7373 (or 0xFE7373) is known color: Salmon. HEX triplet: FE, 73 and 73. RGB value is (254,115,115). Sum of RGB (Red+Green+Blue) = 254+115+115=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7373 is #018C8C. Grayscale: #9C9C9C. Windows color (decimal): -101517 or 7566334. OLE color: 7566334.
HSL color Cylindrical-coordinate representation of color #FE7373: hue angle of 0º 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 #FE7373 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 115 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.00 |
| HSL | 0º | 0.99% | 0.72% | - |
| HSV(B) | 0º | 0.55% | 1% | - |
| XYZ | 50.1 | 34.57 | 20.25 | - |
| YUV | 156.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 115 | 0 | 0.55 | 0.55 | 0.00 | 0 | 0.99 | 0.72 |
| Hex | FE | 73 | 73 | 0 | 37 | 37 | 0 | 0 | 63 | 48 |
| Octal | 376 | 163 | 163 | 0 | 67 | 67 | 0 | 0 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1110011 | 0 | 110111 | 110111 | 0 | 0 | 1100011 | 1001000 |
Color Harmonies of #FE7373
Complementary color
Monochromatic Colors of #FE7373
Black with #FE7373
Text Example
Text Example
White with #FE7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7373; }
p { color: rgb(254,115,115); }
H1.HeaderClassName
{
color: #FE7373;
}
.AnyTagClassName
{
color: #FE7373;
}
</style>
background-color css
<style>
a { background-color: #FE7373; }
a { background-color: rgb(254,115,115); }
div.DivClassName
{
background-color: #FE7373;
}
.BgClassName
{
background-color: #FE7373;
}
</style>
border-color css
<style>
span { border-color: #FE7373; }
span { border-color: rgb(254,115,115); }
td.TdClassName
{
border-color: #FE7373;
}
.TagClassName
{
border-color: #FE7373;
}
</style>