#FF7471

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

Shades of Salmon #FF7471

Tints of Salmon #FF7471

Color information

#FF7471 (or 0xFF7471) is unknown color: approx Salmon. HEX triplet: FF, 74 and 71. RGB value is (255,116,113). Sum of RGB (Red+Green+Blue) = 255+116+113=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7471 is #008B8E. Grayscale: #9D9D9D. Windows color (decimal): -35727 or 7435519. OLE color: 7435519.

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

Color convert

RGB255116113-
CMYK00.550.560
HSL1.27º100%72.16%-
HSV(B)1.27º55.69%100%-
XYZ50.4734.9419.71-
YUV157.22103.05197.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=52.69%
G=23.97%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511611300.550.5601.2710072.16
HexFF747103738016448
Octal3771641610677001144110
Binary111111111110100111000101101111110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7471; }

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

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

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

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

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

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

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

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