#FB7971

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

Shades of Salmon #FB7971

Tints of Salmon #FB7971

Color information

#FB7971 (or 0xFB7971) is unknown color: approx Salmon. HEX triplet: FB, 79 and 71. RGB value is (251,121,113). Sum of RGB (Red+Green+Blue) = 251+121+113=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7971 is #04868E. Grayscale: #9F9F9F. Windows color (decimal): -296591 or 7436795. OLE color: 7436795.

HSL color Cylindrical-coordinate representation of color #FB7971: hue angle of 3.48º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7971 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251121113-
CMYK00.520.550.02
HSL3.48º94.52%71.37%-
HSV(B)3.48º54.98%98.43%-
XYZ49.635.3819.84-
YUV158.96102.07193.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=51.75%
G=24.95%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112111300.520.550.023.4894.5271.37
HexFB797103437235f47
Octal3731711610646723137107
Binary11111011111100111100010110100110111101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7971; }

 p { color: rgb(251,121,113); }

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

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

 a { background-color: rgb(251,121,113); }

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

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

 span { border-color: rgb(251,121,113); }

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