Shades of Salmon #FF7370
Tints of Salmon #FF7370
RGB
CMYK
RGB Variations
Color information
#FF7370 (or 0xFF7370) is known color: Salmon. HEX triplet: FF, 73 and 70. RGB value is (255,115,112). Sum of RGB (Red+Green+Blue) = 255+115+112=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7370 is #008C8F. Grayscale: #9C9C9C. Windows color (decimal): -35984 or 7369727. OLE color: 7369727.
HSL color Cylindrical-coordinate representation of color #FF7370: hue angle of 1.26º 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 #FF7370 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 112 | - |
| CMYK | 0 | 0.55 | 0.56 | 0 |
| HSL | 1.26º | 1% | 0.72% | - |
| HSV(B) | 1.26º | 0.56% | 1% | - |
| XYZ | 50.3 | 34.69 | 19.37 | - |
| YUV | 156.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 112 | 0 | 0.55 | 0.56 | 0 | 1.26 | 1 | 0.72 |
| Hex | FF | 73 | 70 | 0 | 37 | 38 | 0 | 1 | 64 | 48 |
| Octal | 377 | 163 | 160 | 0 | 67 | 70 | 0 | 1 | 144 | 110 |
| Binary | 11111111 | 1110011 | 1110000 | 0 | 110111 | 111000 | 0 | 1 | 1100100 | 1001000 |
Color Harmonies of #FF7370
Complementary color
Monochromatic Colors of #FF7370
Black with #FF7370
Text Example
Text Example
White with #FF7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7370; }
p { color: rgb(255,115,112); }
H1.HeaderClassName
{
color: #FF7370;
}
.AnyTagClassName
{
color: #FF7370;
}
</style>
background-color css
<style>
a { background-color: #FF7370; }
a { background-color: rgb(255,115,112); }
div.DivClassName
{
background-color: #FF7370;
}
.BgClassName
{
background-color: #FF7370;
}
</style>
border-color css
<style>
span { border-color: #FF7370; }
span { border-color: rgb(255,115,112); }
td.TdClassName
{
border-color: #FF7370;
}
.TagClassName
{
border-color: #FF7370;
}
</style>