Shades of Salmon #FF7270
Tints of Salmon #FF7270
RGB
CMYK
RGB Variations
Color information
#FF7270 (or 0xFF7270) is known color: Salmon. HEX triplet: FF, 72 and 70. RGB value is (255,114,112). Sum of RGB (Red+Green+Blue) = 255+114+112=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7270 is #008D8F. Grayscale: #9C9C9C. Windows color (decimal): -36240 or 7369471. OLE color: 7369471.
HSL color Cylindrical-coordinate representation of color #FF7270: hue angle of 0.84º 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 #FF7270 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 112 | - |
| CMYK | 0 | 0.55 | 0.56 | 0 |
| HSL | 0.84º | 1% | 0.72% | - |
| HSV(B) | 0.84º | 0.56% | 1% | - |
| XYZ | 50.18 | 34.46 | 19.34 | - |
| YUV | 155.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 112 | 0 | 0.55 | 0.56 | 0 | 0.84 | 1 | 0.72 |
| Hex | FF | 72 | 70 | 0 | 37 | 38 | 0 | 1 | 64 | 48 |
| Octal | 377 | 162 | 160 | 0 | 67 | 70 | 0 | 1 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1110000 | 0 | 110111 | 111000 | 0 | 1 | 1100100 | 1001000 |
Color Harmonies of #FF7270
Complementary color
Monochromatic Colors of #FF7270
Black with #FF7270
Text Example
Text Example
White with #FF7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7270; }
p { color: rgb(255,114,112); }
H1.HeaderClassName
{
color: #FF7270;
}
.AnyTagClassName
{
color: #FF7270;
}
</style>
background-color css
<style>
a { background-color: #FF7270; }
a { background-color: rgb(255,114,112); }
div.DivClassName
{
background-color: #FF7270;
}
.BgClassName
{
background-color: #FF7270;
}
</style>
border-color css
<style>
span { border-color: #FF7270; }
span { border-color: rgb(255,114,112); }
td.TdClassName
{
border-color: #FF7270;
}
.TagClassName
{
border-color: #FF7270;
}
</style>