#F97571

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

Shades of Salmon #F97571

Tints of Salmon #F97571

Color information

#F97571 (or 0xF97571) is unknown color: approx Salmon. HEX triplet: F9, 75 and 71. RGB value is (249,117,113). Sum of RGB (Red+Green+Blue) = 249+117+113=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F97571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97571 is #068A8E. Grayscale: #9C9C9C. Windows color (decimal): -428687 or 7435769. OLE color: 7435769.

HSL color Cylindrical-coordinate representation of color #F97571: hue angle of 1.76º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F97571 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249117113-
CMYK00.530.550.02
HSL1.76º91.89%70.98%-
HSV(B)1.76º54.62%97.65%-
XYZ48.4134.0519.64-
YUV156.01103.73194.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=51.98%
G=24.43%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911711300.530.550.021.7691.8970.98
HexF9757103537225c47
Octal3711651610656722134107
Binary11111001111010111100010110101110111101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97571; }

 p { color: rgb(249,117,113); }

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

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

 a { background-color: rgb(249,117,113); }

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

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

 span { border-color: rgb(249,117,113); }

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