#F78177

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

Shades of Salmon #F78177

Tints of Salmon #F78177

Color information

#F78177 (or 0xF78177) is unknown color: approx Salmon. HEX triplet: F7, 81 and 77. RGB value is (247,129,119). Sum of RGB (Red+Green+Blue) = 247+129+119=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F78177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78177 is #087E88. Grayscale: #A3A3A3. Windows color (decimal): -556681 or 7832055. OLE color: 7832055.

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

Color convert

RGB247129119-
CMYK00.480.520.03
HSL4.69º88.89%71.76%-
HSV(B)4.69º51.82%96.86%-
XYZ49.5436.8121.95-
YUV163.14103.09187.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.90%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=49.90%
G=26.06%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712911900.480.520.034.6988.8971.76
HexF7817703034355948
Octal3672011670606435131110
Binary1111011110000001111011101100001101001110110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78177; }

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

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

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

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

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

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

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

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