#F68477

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

Shades of Salmon #F68477

Tints of Salmon #F68477

Color information

#F68477 (or 0xF68477) is unknown color: approx Salmon. HEX triplet: F6, 84 and 77. RGB value is (246,132,119). Sum of RGB (Red+Green+Blue) = 246+132+119=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F68477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68477 is #097B88. Grayscale: #A4A4A4. Windows color (decimal): -621449 or 7832822. OLE color: 7832822.

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

Color convert

RGB246132119-
CMYK00.460.520.04
HSL6.14º87.59%71.57%-
HSV(B)6.14º51.63%96.47%-
XYZ49.5937.4322.06-
YUV164.6102.27186.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=49.50%
G=26.56%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613211900.460.520.046.1487.5971.57
HexF6847702E34465848
Octal3662041670566446130110
Binary11110110100001001110111010111011010010011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68477; }

 p { color: rgb(246,132,119); }

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

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

 a { background-color: rgb(246,132,119); }

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

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

 span { border-color: rgb(246,132,119); }

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