#F47D68

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

Shades of Salmon #F47D68

Tints of Salmon #F47D68

Color information

#F47D68 (or 0xF47D68) is unknown color: approx Salmon. HEX triplet: F4, 7D and 68. RGB value is (244,125,104). Sum of RGB (Red+Green+Blue) = 244+125+104=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47D68 is #0B8297. Grayscale: #9E9E9E. Windows color (decimal): -754328 or 6847988. OLE color: 6847988.

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

Color convert

RGB244125104-
CMYK00.490.570.04
HSL86.42%68.24%-
HSV(B)57.38%95.69%-
XYZ47.1434.917.35-
YUV158.1997.42189.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.59%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=51.59%
G=26.43%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412510400.490.570.04986.4268.24
HexF47D6803139495644
Octal36417515006171411126104
Binary11110100111110111010000110001111001100100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47D68; }

 p { color: rgb(244,125,104); }

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

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

 a { background-color: rgb(244,125,104); }

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

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

 span { border-color: rgb(244,125,104); }

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