Shades of Salmon #FF7570
Tints of Salmon #FF7570
RGB
CMYK
RGB Variations
Color information
#FF7570 (or 0xFF7570) is known color: Salmon. HEX triplet: FF, 75 and 70. RGB value is (255,117,112). Sum of RGB (Red+Green+Blue) = 255+117+112=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7570 is #008A8F. Grayscale: #9D9D9D. Windows color (decimal): -35472 or 7370239. OLE color: 7370239.
HSL color Cylindrical-coordinate representation of color #FF7570: hue angle of 2.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7570 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 112 | - |
| CMYK | 0 | 0.54 | 0.56 | 0 |
| HSL | 2.1º | 1% | 0.72% | - |
| HSV(B) | 2.1º | 0.56% | 1% | - |
| XYZ | 50.53 | 35.15 | 19.45 | - |
| YUV | 157.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 112 | 0 | 0.54 | 0.56 | 0 | 2.1 | 1 | 0.72 |
| Hex | FF | 75 | 70 | 0 | 36 | 38 | 0 | 2 | 64 | 48 |
| Octal | 377 | 165 | 160 | 0 | 66 | 70 | 0 | 2 | 144 | 110 |
| Binary | 11111111 | 1110101 | 1110000 | 0 | 110110 | 111000 | 0 | 10 | 1100100 | 1001000 |
Color Harmonies of #FF7570
Complementary color
Monochromatic Colors of #FF7570
Black with #FF7570
Text Example
Text Example
White with #FF7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7570; }
p { color: rgb(255,117,112); }
H1.HeaderClassName
{
color: #FF7570;
}
.AnyTagClassName
{
color: #FF7570;
}
</style>
background-color css
<style>
a { background-color: #FF7570; }
a { background-color: rgb(255,117,112); }
div.DivClassName
{
background-color: #FF7570;
}
.BgClassName
{
background-color: #FF7570;
}
</style>
border-color css
<style>
span { border-color: #FF7570; }
span { border-color: rgb(255,117,112); }
td.TdClassName
{
border-color: #FF7570;
}
.TagClassName
{
border-color: #FF7570;
}
</style>