#f97f75

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

Shades of Salmon #F97F75

Tints of Salmon #F97F75

Color information

#F97F75 (or 0xF97F75) is unknown color: approx Salmon. HEX triplet: F9, 7F and 75. RGB value is (249,127,117). Sum of RGB (Red+Green+Blue) = 249+127+117=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97F75 is #06808A. Grayscale: #A2A2A2. Windows color (decimal): -426123 or 7700473. OLE color: 7700473.

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

Color convert

RGB249127117-
CMYK00.490.530.02
HSL4.55º91.67%71.76%-
HSV(B)4.55º53.01%97.65%-
XYZ49.8736.621.27-
YUV162.34102.42189.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=50.51%
G=25.76%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912711700.490.530.024.5591.6771.76
HexF97F7503135255c48
Octal3711771650616525134110
Binary111110011111111111010101100011101011010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f97f75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f97f75; }

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

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

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

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

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

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

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

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