#F97F71

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

Shades of Salmon #F97F71

Tints of Salmon #F97F71

Color information

#F97F71 (or 0xF97F71) is unknown color: approx Salmon. HEX triplet: F9, 7F and 71. RGB value is (249,127,113). Sum of RGB (Red+Green+Blue) = 249+127+113=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97F71 is #06808E. Grayscale: #A2A2A2. Windows color (decimal): -426127 or 7438329. OLE color: 7438329.

HSL color Cylindrical-coordinate representation of color #F97F71: hue angle of 6.18º 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 #F97F71 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249127113-
CMYK00.490.550.02
HSL6.18º91.89%70.98%-
HSV(B)6.18º54.62%97.65%-
XYZ49.6436.5120.05-
YUV161.88100.42190.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.92%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=50.92%
G=25.97%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912711300.490.550.026.1891.8970.98
HexF97F7103137265c47
Octal3711771610616726134107
Binary111110011111111111000101100011101111011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F71; }

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

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

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

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

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

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

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

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