Shades of Salmon #FE7570
Tints of Salmon #FE7570
RGB
CMYK
RGB Variations
Color information
#FE7570 (or 0xFE7570) is known color: Salmon. HEX triplet: FE, 75 and 70. RGB value is (254,117,112). Sum of RGB (Red+Green+Blue) = 254+117+112=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7570 is #018A8F. Grayscale: #9D9D9D. Windows color (decimal): -101008 or 7370238. OLE color: 7370238.
HSL color Cylindrical-coordinate representation of color #FE7570: hue angle of 2.11º 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 #FE7570 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 112 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.00 |
| HSL | 2.11º | 0.99% | 0.72% | - |
| HSV(B) | 2.11º | 0.56% | 1% | - |
| XYZ | 50.16 | 34.96 | 19.43 | - |
| YUV | 157.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 112 | 0 | 0.54 | 0.56 | 0.00 | 2.11 | 0.99 | 0.72 |
| Hex | FE | 75 | 70 | 0 | 36 | 38 | 0 | 2 | 63 | 48 |
| Octal | 376 | 165 | 160 | 0 | 66 | 70 | 0 | 2 | 143 | 110 |
| Binary | 11111110 | 1110101 | 1110000 | 0 | 110110 | 111000 | 0 | 10 | 1100011 | 1001000 |
Color Harmonies of #FE7570
Complementary color
Monochromatic Colors of #FE7570
Black with #FE7570
Text Example
Text Example
White with #FE7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7570; }
p { color: rgb(254,117,112); }
H1.HeaderClassName
{
color: #FE7570;
}
.AnyTagClassName
{
color: #FE7570;
}
</style>
background-color css
<style>
a { background-color: #FE7570; }
a { background-color: rgb(254,117,112); }
div.DivClassName
{
background-color: #FE7570;
}
.BgClassName
{
background-color: #FE7570;
}
</style>
border-color css
<style>
span { border-color: #FE7570; }
span { border-color: rgb(254,117,112); }
td.TdClassName
{
border-color: #FE7570;
}
.TagClassName
{
border-color: #FE7570;
}
</style>