#F77C6D

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

Shades of Salmon #F77C6D

Tints of Salmon #F77C6D

Color information

#F77C6D (or 0xF77C6D) is unknown color: approx Salmon. HEX triplet: F7, 7C and 6D. RGB value is (247,124,109). Sum of RGB (Red+Green+Blue) = 247+124+109=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C6D is #088392. Grayscale: #9F9F9F. Windows color (decimal): -557971 or 7175415. OLE color: 7175415.

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

Color convert

RGB247124109-
CMYK00.500.560.03
HSL6.52º89.61%69.8%-
HSV(B)6.52º55.87%96.86%-
XYZ48.3335.2918.73-
YUV159.0799.75190.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=51.46%
G=25.83%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712410900.500.560.036.5289.6169.8
HexF77C6D03238375a46
Octal3671741550627037132106
Binary111101111111100110110101100101110001111110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77C6D; }

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

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

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

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

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

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

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

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