#F47B76

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

Shades of Salmon #F47B76

Tints of Salmon #F47B76

Color information

#F47B76 (or 0xF47B76) is unknown color: approx Salmon. HEX triplet: F4, 7B and 76. RGB value is (244,123,118). Sum of RGB (Red+Green+Blue) = 244+123+118=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F47B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47B76 is #0B8489. Grayscale: #9E9E9E. Windows color (decimal): -754826 or 7764980. OLE color: 7764980.

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

Color convert

RGB244123118-
CMYK00.500.520.04
HSL2.38º85.14%70.98%-
HSV(B)2.38º51.64%95.69%-
XYZ47.6634.7121.33-
YUV158.61105.09188.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.31%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=50.31%
G=25.36%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412311800.500.520.042.3885.1470.98
HexF47B7603234425547
Octal3641731660626442125107
Binary111101001111011111011001100101101001001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47B76; }

 p { color: rgb(244,123,118); }

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

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

 a { background-color: rgb(244,123,118); }

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

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

 span { border-color: rgb(244,123,118); }

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