#F17F76

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

Shades of Salmon #F17F76

Tints of Salmon #F17F76

Color information

#F17F76 (or 0xF17F76) is unknown color: approx Salmon. HEX triplet: F1, 7F and 76. RGB value is (241,127,118). Sum of RGB (Red+Green+Blue) = 241+127+118=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F76 is #0E8089. Grayscale: #A0A0A0. Windows color (decimal): -950410 or 7766001. OLE color: 7766001.

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

Color convert

RGB241127118-
CMYK00.470.510.05
HSL4.39º81.46%70.39%-
HSV(B)4.39º51.04%94.51%-
XYZ47.1435.1921.45-
YUV160.06104.27185.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=49.59%
G=26.13%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112711800.470.510.054.3981.4670.39
HexF17F7602F33545146
Octal3611771660576354121106
Binary1111000111111111110110010111111001110110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17F76; }

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

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

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

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

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

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

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

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