#F78172

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

Shades of Salmon #F78172

Tints of Salmon #F78172

Color information

#F78172 (or 0xF78172) is unknown color: approx Salmon. HEX triplet: F7, 81 and 72. RGB value is (247,129,114). Sum of RGB (Red+Green+Blue) = 247+129+114=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F78172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78172 is #087E8D. Grayscale: #A2A2A2. Windows color (decimal): -556686 or 7504375. OLE color: 7504375.

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

Color convert

RGB247129114-
CMYK00.480.540.03
HSL6.77º89.26%70.78%-
HSV(B)6.77º53.85%96.86%-
XYZ49.2536.6920.41-
YUV162.57100.59188.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=50.41%
G=26.33%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712911400.480.540.036.7789.2670.78
HexF7817203036375947
Octal3672011620606637131107
Binary1111011110000001111001001100001101101111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78172; }

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

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

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

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

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

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

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

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