#FF7F74

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

Shades of Salmon #FF7F74

Tints of Salmon #FF7F74

Color information

#FF7F74 (or 0xFF7F74) is unknown color: approx Salmon. HEX triplet: FF, 7F and 74. RGB value is (255,127,116). Sum of RGB (Red+Green+Blue) = 255+127+116=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F74 is #00808B. Grayscale: #A4A4A4. Windows color (decimal): -32908 or 7634943. OLE color: 7634943.

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

Color convert

RGB255127116-
CMYK00.500.550
HSL4.75º100%72.75%-
HSV(B)4.75º54.51%100%-
XYZ51.9837.721.06-
YUV164.02100.91192.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=51.20%
G=25.50%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512711600.500.5504.7510072.75
HexFF7F7403237056449
Octal3771771640626705144111
Binary11111111111111111101000110010110111010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7F74; }

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

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

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

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

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

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

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

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