#F17C73

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

Shades of Salmon #F17C73

Tints of Salmon #F17C73

Color information

#F17C73 (or 0xF17C73) is unknown color: approx Salmon. HEX triplet: F1, 7C and 73. RGB value is (241,124,115). Sum of RGB (Red+Green+Blue) = 241+124+115=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C73 is #0E838C. Grayscale: #9E9E9E. Windows color (decimal): -951181 or 7568625. OLE color: 7568625.

HSL color Cylindrical-coordinate representation of color #F17C73: hue angle of 4.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17C73 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB241124115-
CMYK00.490.520.05
HSL4.29º81.82%69.8%-
HSV(B)4.29º52.28%94.51%-
XYZ46.5834.3520.4-
YUV157.96103.76187.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.21%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=50.21%
G=25.83%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112411500.490.520.054.2981.8269.8
HexF17C7303134545246
Octal3611741630616454122106
Binary1111000111111001110011011000111010010110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17C73; }

 p { color: rgb(241,124,115); }

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

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

 a { background-color: rgb(241,124,115); }

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

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

 span { border-color: rgb(241,124,115); }

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