#F17D73

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

Shades of Salmon #F17D73

Tints of Salmon #F17D73

Color information

#F17D73 (or 0xF17D73) is unknown color: approx Salmon. HEX triplet: F1, 7D and 73. RGB value is (241,125,115). Sum of RGB (Red+Green+Blue) = 241+125+115=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D73 is #0E828C. Grayscale: #9E9E9E. Windows color (decimal): -950925 or 7568881. OLE color: 7568881.

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

Color convert

RGB241125115-
CMYK00.480.520.05
HSL4.76º81.82%69.8%-
HSV(B)4.76º52.28%94.51%-
XYZ46.734.6120.44-
YUV158.54103.43186.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=50.10%
G=25.99%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112511500.480.520.054.7681.8269.8
HexF17D7303034555246
Octal3611751630606455122106
Binary1111000111111011110011011000011010010110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D73; }

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

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

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

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

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

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

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

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