#F97472

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

Shades of Salmon #F97472

Tints of Salmon #F97472

Color information

#F97472 (or 0xF97472) is unknown color: approx Salmon. HEX triplet: F9, 74 and 72. RGB value is (249,116,114). Sum of RGB (Red+Green+Blue) = 249+116+114=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F97472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97472 is #068B8D. Grayscale: #9B9B9B. Windows color (decimal): -428942 or 7501049. OLE color: 7501049.

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

Color convert

RGB249116114-
CMYK00.530.540.02
HSL0.89º91.84%71.18%-
HSV(B)0.89º54.22%97.65%-
XYZ48.3533.8519.9-
YUV155.54104.56194.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=51.98%
G=24.22%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911611400.530.540.020.8991.8471.18
HexF9747203536215c47
Octal3711641620656621134107
Binary1111100111101001110010011010111011010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97472; }

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

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

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

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

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

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

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

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