#F77A71

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

Shades of Salmon #F77A71

Tints of Salmon #F77A71

Color information

#F77A71 (or 0xF77A71) is unknown color: approx Salmon. HEX triplet: F7, 7A and 71. RGB value is (247,122,113). Sum of RGB (Red+Green+Blue) = 247+122+113=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A71 is #08858E. Grayscale: #9E9E9E. Windows color (decimal): -558479 or 7437047. OLE color: 7437047.

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

Color convert

RGB247122113-
CMYK00.510.540.03
HSL4.03º89.33%70.59%-
HSV(B)4.03º54.25%96.86%-
XYZ48.334.8919.81-
YUV158.35102.41191.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=51.24%
G=25.31%
B=23.44%

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
Decimal24712211300.510.540.034.0389.3370.59
HexF77A7103336345947
Octal3671721610636634131107
Binary111101111111010111000101100111101101110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77A71; }

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

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

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

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

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

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

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

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