#FF7170

Color #FF7170 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF7170

Tints of Salmon #FF7170

Color information

#FF7170 (or 0xFF7170) is unknown color: approx Salmon. HEX triplet: FF, 71 and 70. RGB value is (255,113,112). Sum of RGB (Red+Green+Blue) = 255+113+112=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7170 is #008E8F. Grayscale: #9B9B9B. Windows color (decimal): -36496 or 7369215. OLE color: 7369215.

HSL color Cylindrical-coordinate representation of color #FF7170: hue angle of 0.42º 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 #FF7170 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255113112-
CMYK00.560.560
HSL0.42º100%71.96%-
HSV(B)0.42º56.08%100%-
XYZ50.0734.2419.3-
YUV155.34103.54199.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 53.12%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=53.12%
G=23.54%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511311200.560.5600.4210071.96
HexFF717003838006448
Octal3771611600707000144110
Binary111111111110001111000001110001110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7170; }

 p { color: rgb(255,113,112); }

 H1.HeaderClassName
 {
   color: #FF7170;
 }
 .AnyTagClassName
 {
   color: #FF7170;
 }
</style>
background-color css

<style>
 a { background-color: #FF7170; }

 a { background-color: rgb(255,113,112); }

 div.DivClassName
 {
   background-color: #FF7170;
 }
 .BgClassName
 {
   background-color: #FF7170;
 }
</style>
border-color css

<style>
 span { border-color: #FF7170; }

 span { border-color: rgb(255,113,112); }

 td.TdClassName
 {
   border-color: #FF7170;
 }
 .TagClassName
 {
   border-color: #FF7170;
 }
</style>