#FF7574

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

Shades of Salmon #FF7574

Tints of Salmon #FF7574

Color information

#FF7574 (or 0xFF7574) is unknown color: approx Salmon. HEX triplet: FF, 75 and 74. RGB value is (255,117,116). Sum of RGB (Red+Green+Blue) = 255+117+116=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7574 is #008A8B. Grayscale: #9E9E9E. Windows color (decimal): -35468 or 7632383. OLE color: 7632383.

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

Color convert

RGB255117116-
CMYK00.540.550
HSL0.43º100%72.75%-
HSV(B)0.43º54.51%100%-
XYZ50.7535.2420.65-
YUV158.15104.22197.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=52.25%
G=23.98%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511711600.540.5500.4310072.75
HexFF757403637006449
Octal3771651640666700144111
Binary111111111110101111010001101101101110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7574; }

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

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

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

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

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

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

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

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