#FB7F79

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

Shades of Salmon #FB7F79

Tints of Salmon #FB7F79

Color information

#FB7F79 (or 0xFB7F79) is unknown color: approx Salmon. HEX triplet: FB, 7F and 79. RGB value is (251,127,121). Sum of RGB (Red+Green+Blue) = 251+127+121=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F79 is #048086. Grayscale: #A3A3A3. Windows color (decimal): -295047 or 7962619. OLE color: 7962619.

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

Color convert

RGB251127121-
CMYK00.490.520.02
HSL2.77º94.2%72.94%-
HSV(B)2.77º51.79%98.43%-
XYZ50.8237.0722.57-
YUV163.39104.08190.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=50.30%
G=25.45%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112712100.490.520.022.7794.272.94
HexFB7F7903134235e49
Octal3731771710616423136111
Binary11111011111111111110010110001110100101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7F79; }

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

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

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

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

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

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

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

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