#FF7F70

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

Shades of Salmon #FF7F70

Tints of Salmon #FF7F70

Color information

#FF7F70 (or 0xFF7F70) is unknown color: approx Salmon. HEX triplet: FF, 7F and 70. RGB value is (255,127,112). Sum of RGB (Red+Green+Blue) = 255+127+112=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F70 is #00808F. Grayscale: #A3A3A3. Windows color (decimal): -32912 or 7372799. OLE color: 7372799.

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

Color convert

RGB255127112-
CMYK00.500.560
HSL6.29º100%71.96%-
HSV(B)6.29º56.08%100%-
XYZ51.7537.6119.86-
YUV163.5698.91193.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=51.62%
G=25.71%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512711200.500.5606.2910071.96
HexFF7F7003238066448
Octal3771771600627006144110
Binary11111111111111111100000110010111000011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7F70; }

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

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

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

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

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

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

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

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