#FF7070

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

Shades of Salmon #FF7070

Tints of Salmon #FF7070

Color information

#FF7070 (or 0xFF7070) is unknown color: approx Salmon. HEX triplet: FF, 70 and 70. RGB value is (255,112,112). Sum of RGB (Red+Green+Blue) = 255+112+112=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7070 is #008F8F. Grayscale: #9A9A9A. Windows color (decimal): -36752 or 7368959. OLE color: 7368959.

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

Color convert

RGB255112112-
CMYK00.560.560
HSL100%71.96%-
HSV(B)56.08%100%-
XYZ49.9634.0219.26-
YUV154.76103.88199.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=53.24%
G=23.38%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511211200.560.560010071.96
HexFF707003838006448
Octal3771601600707000144110
Binary111111111110000111000001110001110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7070; }

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

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

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

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

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

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

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

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