Shades of Salmon #FE7370
Tints of Salmon #FE7370
RGB
CMYK
RGB Variations
Color information
#FE7370 (or 0xFE7370) is known color: Salmon. HEX triplet: FE, 73 and 70. RGB value is (254,115,112). Sum of RGB (Red+Green+Blue) = 254+115+112=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7370 is #018C8F. Grayscale: #9C9C9C. Windows color (decimal): -101520 or 7369726. OLE color: 7369726.
HSL color Cylindrical-coordinate representation of color #FE7370: hue angle of 1.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7370 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 112 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.00 |
| HSL | 1.27º | 0.99% | 0.72% | - |
| HSV(B) | 1.27º | 0.56% | 1% | - |
| XYZ | 49.93 | 34.5 | 19.36 | - |
| YUV | 156.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 112 | 0 | 0.55 | 0.56 | 0.00 | 1.27 | 0.99 | 0.72 |
| Hex | FE | 73 | 70 | 0 | 37 | 38 | 0 | 1 | 63 | 48 |
| Octal | 376 | 163 | 160 | 0 | 67 | 70 | 0 | 1 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1110000 | 0 | 110111 | 111000 | 0 | 1 | 1100011 | 1001000 |
Color Harmonies of #FE7370
Complementary color
Monochromatic Colors of #FE7370
Black with #FE7370
Text Example
Text Example
White with #FE7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7370; }
p { color: rgb(254,115,112); }
H1.HeaderClassName
{
color: #FE7370;
}
.AnyTagClassName
{
color: #FE7370;
}
</style>
background-color css
<style>
a { background-color: #FE7370; }
a { background-color: rgb(254,115,112); }
div.DivClassName
{
background-color: #FE7370;
}
.BgClassName
{
background-color: #FE7370;
}
</style>
border-color css
<style>
span { border-color: #FE7370; }
span { border-color: rgb(254,115,112); }
td.TdClassName
{
border-color: #FE7370;
}
.TagClassName
{
border-color: #FE7370;
}
</style>