#F77971

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

Shades of Salmon #F77971

Tints of Salmon #F77971

Color information

#F77971 (or 0xF77971) is unknown color: approx Salmon. HEX triplet: F7, 79 and 71. RGB value is (247,121,113). Sum of RGB (Red+Green+Blue) = 247+121+113=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F77971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77971 is #08868E. Grayscale: #9D9D9D. Windows color (decimal): -558735 or 7436791. OLE color: 7436791.

HSL color Cylindrical-coordinate representation of color #F77971: hue angle of 3.58º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F77971 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247121113-
CMYK00.510.540.03
HSL3.58º89.33%70.59%-
HSV(B)3.58º54.25%96.86%-
XYZ48.1834.6419.77-
YUV157.76102.74191.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=51.35%
G=25.16%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712111300.510.540.033.5889.3370.59
HexF7797103336345947
Octal3671711610636634131107
Binary111101111111001111000101100111101101110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77971; }

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

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

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

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

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

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

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

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