#F97F72

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

Shades of Salmon #F97F72

Tints of Salmon #F97F72

Color information

#F97F72 (or 0xF97F72) is unknown color: approx Salmon. HEX triplet: F9, 7F and 72. RGB value is (249,127,114). Sum of RGB (Red+Green+Blue) = 249+127+114=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97F72 is #06808D. Grayscale: #A2A2A2. Windows color (decimal): -426126 or 7503865. OLE color: 7503865.

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

Color convert

RGB249127114-
CMYK00.490.540.02
HSL5.78º91.84%71.18%-
HSV(B)5.78º54.22%97.65%-
XYZ49.6936.5320.35-
YUV162100.92190.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=50.82%
G=25.92%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912711400.490.540.025.7891.8471.18
HexF97F7203136265c47
Octal3711771620616626134107
Binary111110011111111111001001100011101101011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F72; }

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

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

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

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

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

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

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

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