#F17D71

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

Shades of Salmon #F17D71

Tints of Salmon #F17D71

Color information

#F17D71 (or 0xF17D71) is unknown color: approx Salmon. HEX triplet: F1, 7D and 71. RGB value is (241,125,113). Sum of RGB (Red+Green+Blue) = 241+125+113=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D71 is #0E828E. Grayscale: #9E9E9E. Windows color (decimal): -950927 or 7437809. OLE color: 7437809.

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

Color convert

RGB241125113-
CMYK00.480.530.05
HSL5.62º82.05%69.41%-
HSV(B)5.62º53.11%94.51%-
XYZ46.5934.5619.84-
YUV158.32102.43186.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=50.31%
G=26.10%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112511300.480.530.055.6282.0569.41
HexF17D7103035565245
Octal3611751610606556122105
Binary1111000111111011110001011000011010110111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D71; }

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

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

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

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

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

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

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

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