#FF7272

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

Shades of Salmon #FF7272

Tints of Salmon #FF7272

Color information

#FF7272 (or 0xFF7272) is unknown color: approx Salmon. HEX triplet: FF, 72 and 72. RGB value is (255,114,114). Sum of RGB (Red+Green+Blue) = 255+114+114=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7272 is #008D8D. Grayscale: #9C9C9C. Windows color (decimal): -36238 or 7500543. OLE color: 7500543.

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

Color convert

RGB255114114-
CMYK00.550.550
HSL100%72.35%-
HSV(B)55.29%100%-
XYZ50.2934.5119.93-
YUV156.16104.21198.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=52.80%
G=23.60%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511411400.550.550010072.35
HexFF727203737006448
Octal3771621620676700144110
Binary111111111110010111001001101111101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7272; }

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

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

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

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

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

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

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

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