#F97D72

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

Shades of Salmon #F97D72

Tints of Salmon #F97D72

Color information

#F97D72 (or 0xF97D72) is unknown color: approx Salmon. HEX triplet: F9, 7D and 72. RGB value is (249,125,114). Sum of RGB (Red+Green+Blue) = 249+125+114=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97D72 is #06828D. Grayscale: #A0A0A0. Windows color (decimal): -426638 or 7503353. OLE color: 7503353.

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

Color convert

RGB249125114-
CMYK00.500.540.02
HSL4.89º91.84%71.18%-
HSV(B)4.89º54.22%97.65%-
XYZ49.4436.0220.27-
YUV160.82101.58190.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.02%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=51.02%
G=25.61%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912511400.500.540.024.8991.8471.18
HexF97D7203236255c47
Octal3711751620626625134107
Binary111110011111101111001001100101101101010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D72; }

 p { color: rgb(249,125,114); }

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

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

 a { background-color: rgb(249,125,114); }

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

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

 span { border-color: rgb(249,125,114); }

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