#F47C77

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

Shades of Salmon #F47C77

Tints of Salmon #F47C77

Color information

#F47C77 (or 0xF47C77) is unknown color: approx Salmon. HEX triplet: F4, 7C and 77. RGB value is (244,124,119). Sum of RGB (Red+Green+Blue) = 244+124+119=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C77 is #0B8388. Grayscale: #9F9F9F. Windows color (decimal): -754569 or 7830772. OLE color: 7830772.

HSL color Cylindrical-coordinate representation of color #F47C77: hue angle of 2.4º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F47C77 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB244124119-
CMYK00.490.510.04
HSL2.4º85.03%71.18%-
HSV(B)2.4º51.23%95.69%-
XYZ47.8534.9821.68-
YUV159.31105.26188.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.10%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=50.10%
G=25.46%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412411900.490.510.042.485.0371.18
HexF47C7703133425547
Octal3641741670616342125107
Binary111101001111100111011101100011100111001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47C77; }

 p { color: rgb(244,124,119); }

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

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

 a { background-color: rgb(244,124,119); }

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

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

 span { border-color: rgb(244,124,119); }

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