#F68178

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

Shades of Salmon #F68178

Tints of Salmon #F68178

Color information

#F68178 (or 0xF68178) is unknown color: approx Salmon. HEX triplet: F6, 81 and 78. RGB value is (246,129,120). Sum of RGB (Red+Green+Blue) = 246+129+120=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F68178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68178 is #097E87. Grayscale: #A3A3A3. Windows color (decimal): -622216 or 7897590. OLE color: 7897590.

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

Color convert

RGB246129120-
CMYK00.480.510.04
HSL4.29º87.5%71.76%-
HSV(B)4.29º51.22%96.47%-
XYZ49.2536.6522.25-
YUV162.96103.76187.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.70%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=49.70%
G=26.06%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612912000.480.510.044.2987.571.76
HexF6817803033445848
Octal3662011700606344130110
Binary11110110100000011111000011000011001110010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68178; }

 p { color: rgb(246,129,120); }

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

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

 a { background-color: rgb(246,129,120); }

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

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

 span { border-color: rgb(246,129,120); }

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