#F78179

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

Shades of Salmon #F78179

Tints of Salmon #F78179

Color information

#F78179 (or 0xF78179) is unknown color: approx Salmon. HEX triplet: F7, 81 and 79. RGB value is (247,129,121). Sum of RGB (Red+Green+Blue) = 247+129+121=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F78179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78179 is #087E86. Grayscale: #A3A3A3. Windows color (decimal): -556679 or 7963127. OLE color: 7963127.

HSL color Cylindrical-coordinate representation of color #F78179: hue angle of 3.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F78179 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB247129121-
CMYK00.480.510.03
HSL3.81º88.73%72.16%-
HSV(B)3.81º51.01%96.86%-
XYZ49.6636.8622.59-
YUV163.37104.09187.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.70%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=49.70%
G=25.96%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712912100.480.510.033.8188.7372.16
HexF7817903033345948
Octal3672011710606334131110
Binary1111011110000001111100101100001100111110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78179; }

 p { color: rgb(247,129,121); }

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

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

 a { background-color: rgb(247,129,121); }

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

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

 span { border-color: rgb(247,129,121); }

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