#F97775

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

Shades of Salmon #F97775

Tints of Salmon #F97775

Color information

#F97775 (or 0xF97775) is unknown color: approx Salmon. HEX triplet: F9, 77 and 75. RGB value is (249,119,117). Sum of RGB (Red+Green+Blue) = 249+119+117=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F97775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97775 is #06888A. Grayscale: #9D9D9D. Windows color (decimal): -428171 or 7698425. OLE color: 7698425.

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

Color convert

RGB249119117-
CMYK00.520.530.02
HSL0.91º91.67%71.76%-
HSV(B)0.91º53.01%97.65%-
XYZ48.8734.6220.94-
YUV157.64105.07193.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=51.34%
G=24.54%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911911700.520.530.020.9191.6771.76
HexF9777503435215c48
Octal3711671650646521134110
Binary1111100111101111110101011010011010110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97775; }

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

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

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

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

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

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

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

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