#FF7572

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

Shades of Salmon #FF7572

Tints of Salmon #FF7572

Color information

#FF7572 (or 0xFF7572) is unknown color: approx Salmon. HEX triplet: FF, 75 and 72. RGB value is (255,117,114). Sum of RGB (Red+Green+Blue) = 255+117+114=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7572 is #008A8D. Grayscale: #9E9E9E. Windows color (decimal): -35470 or 7501311. OLE color: 7501311.

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

Color convert

RGB255117114-
CMYK00.540.550
HSL1.28º100%72.35%-
HSV(B)1.28º55.29%100%-
XYZ50.6435.220.04-
YUV157.92103.22197.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=52.47%
G=24.07%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511711400.540.5501.2810072.35
HexFF757203637016448
Octal3771651620666701144110
Binary111111111110101111001001101101101110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7572; }

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

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

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

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

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

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

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

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