#F17F71

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

Shades of Salmon #F17F71

Tints of Salmon #F17F71

Color information

#F17F71 (or 0xF17F71) is unknown color: approx Salmon. HEX triplet: F1, 7F and 71. RGB value is (241,127,113). Sum of RGB (Red+Green+Blue) = 241+127+113=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F71 is #0E808E. Grayscale: #9F9F9F. Windows color (decimal): -950415 or 7438321. OLE color: 7438321.

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

Color convert

RGB241127113-
CMYK00.470.530.05
HSL6.56º82.05%69.41%-
HSV(B)6.56º53.11%94.51%-
XYZ46.8535.0719.92-
YUV159.49101.77186.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=50.10%
G=26.40%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112711300.470.530.056.5682.0569.41
HexF17F7102F35575245
Octal3611771610576557122105
Binary1111000111111111110001010111111010110111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F71; }

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

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

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

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

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

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

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

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