#F77A6D

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

Shades of Salmon #F77A6D

Tints of Salmon #F77A6D

Color information

#F77A6D (or 0xF77A6D) is unknown color: approx Salmon. HEX triplet: F7, 7A and 6D. RGB value is (247,122,109). Sum of RGB (Red+Green+Blue) = 247+122+109=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A6D is #088592. Grayscale: #9E9E9E. Windows color (decimal): -558483 or 7174903. OLE color: 7174903.

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

Color convert

RGB247122109-
CMYK00.510.560.03
HSL5.65º89.61%69.8%-
HSV(B)5.65º55.87%96.86%-
XYZ48.0834.818.65-
YUV157.89100.41191.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.67%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=51.67%
G=25.52%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712210900.510.560.035.6589.6169.8
HexF77A6D03338365a46
Octal3671721550637036132106
Binary111101111111010110110101100111110001111010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77A6D; }

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

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

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

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

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

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

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

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