#F47974

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

Shades of Salmon #F47974

Tints of Salmon #F47974

Color information

#F47974 (or 0xF47974) is unknown color: approx Salmon. HEX triplet: F4, 79 and 74. RGB value is (244,121,116). Sum of RGB (Red+Green+Blue) = 244+121+116=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F47974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47974 is #0B868B. Grayscale: #9D9D9D. Windows color (decimal): -755340 or 7633396. OLE color: 7633396.

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

Color convert

RGB244121116-
CMYK00.500.520.04
HSL2.34º85.33%70.59%-
HSV(B)2.34º52.46%95.69%-
XYZ47.334.1720.63-
YUV157.21104.75189.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=50.73%
G=25.16%
B=24.12%

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
Decimal24412111600.500.520.042.3485.3370.59
HexF4797403234425547
Octal3641711640626442125107
Binary111101001111001111010001100101101001001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47974; }

 p { color: rgb(244,121,116); }

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

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

 a { background-color: rgb(244,121,116); }

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

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

 span { border-color: rgb(244,121,116); }

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