Shades of Salmon #FF7970
Tints of Salmon #FF7970
RGB
CMYK
RGB Variations
Color information
#FF7970 (or 0xFF7970) is known color: Salmon. HEX triplet: FF, 79 and 70. RGB value is (255,121,112). Sum of RGB (Red+Green+Blue) = 255+121+112=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7970 is #00868F. Grayscale: #A0A0A0. Windows color (decimal): -34448 or 7371263. OLE color: 7371263.
HSL color Cylindrical-coordinate representation of color #FF7970: hue angle of 3.78º 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 #FF7970 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 112 | - |
| CMYK | 0 | 0.53 | 0.56 | 0 |
| HSL | 3.78º | 1% | 0.72% | - |
| HSV(B) | 3.78º | 0.56% | 1% | - |
| XYZ | 51 | 36.1 | 19.61 | - |
| YUV | 160.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 112 | 0 | 0.53 | 0.56 | 0 | 3.78 | 1 | 0.72 |
| Hex | FF | 79 | 70 | 0 | 35 | 38 | 0 | 4 | 64 | 48 |
| Octal | 377 | 171 | 160 | 0 | 65 | 70 | 0 | 4 | 144 | 110 |
| Binary | 11111111 | 1111001 | 1110000 | 0 | 110101 | 111000 | 0 | 100 | 1100100 | 1001000 |
Color Harmonies of #FF7970
Complementary color
Monochromatic Colors of #FF7970
Black with #FF7970
Text Example
Text Example
White with #FF7970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7970; }
p { color: rgb(255,121,112); }
H1.HeaderClassName
{
color: #FF7970;
}
.AnyTagClassName
{
color: #FF7970;
}
</style>
background-color css
<style>
a { background-color: #FF7970; }
a { background-color: rgb(255,121,112); }
div.DivClassName
{
background-color: #FF7970;
}
.BgClassName
{
background-color: #FF7970;
}
</style>
border-color css
<style>
span { border-color: #FF7970; }
span { border-color: rgb(255,121,112); }
td.TdClassName
{
border-color: #FF7970;
}
.TagClassName
{
border-color: #FF7970;
}
</style>