#FF7474

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

Shades of Salmon #FF7474

Tints of Salmon #FF7474

Color information

#FF7474 (or 0xFF7474) is unknown color: approx Salmon. HEX triplet: FF, 74 and 74. RGB value is (255,116,116). Sum of RGB (Red+Green+Blue) = 255+116+116=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7474 is #008B8B. Grayscale: #9D9D9D. Windows color (decimal): -35724 or 7632127. OLE color: 7632127.

HSL color Cylindrical-coordinate representation of color #FF7474: hue angle of 0º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7474 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255116116-
CMYK00.550.550
HSL100%72.75%-
HSV(B)54.51%100%-
XYZ50.6435.0120.61-
YUV157.56104.55197.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=52.36%
G=23.82%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511611600.550.550010072.75
HexFF747403737006449
Octal3771641640676700144111
Binary111111111110100111010001101111101110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7474; }

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

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

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

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

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

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

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

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