#FF7372

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

Shades of Salmon #FF7372

Tints of Salmon #FF7372

Color information

#FF7372 (or 0xFF7372) is unknown color: approx Salmon. HEX triplet: FF, 73 and 72. RGB value is (255,115,114). Sum of RGB (Red+Green+Blue) = 255+115+114=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7372 is #008C8D. Grayscale: #9C9C9C. Windows color (decimal): -35982 or 7500799. OLE color: 7500799.

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

Color convert

RGB255115114-
CMYK00.550.550
HSL0.43º100%72.35%-
HSV(B)0.43º55.29%100%-
XYZ50.4134.7419.97-
YUV156.75103.88198.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=52.69%
G=23.76%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511511400.550.5500.4310072.35
HexFF737203737006448
Octal3771631620676700144110
Binary111111111110011111001001101111101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7372; }

 p { color: rgb(255,115,114); }

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

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

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

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

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

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

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