#FB7171

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

Shades of Salmon #FB7171

Tints of Salmon #FB7171

Color information

#FB7171 (or 0xFB7171) is unknown color: approx Salmon. HEX triplet: FB, 71 and 71. RGB value is (251,113,113). Sum of RGB (Red+Green+Blue) = 251+113+113=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7171 is #048E8E. Grayscale: #9A9A9A. Windows color (decimal): -298639 or 7434747. OLE color: 7434747.

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

Color convert

RGB251113113-
CMYK00.550.550.02
HSL94.52%71.37%-
HSV(B)54.98%98.43%-
XYZ48.6733.5119.53-
YUV154.26104.72197-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.62%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=52.62%
G=23.69%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111311300.550.550.02094.5271.37
HexFB717103737205f47
Octal3731611610676720137107
Binary1111101111100011110001011011111011110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7171; }

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

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

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

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

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

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

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

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