#F68478

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

Shades of Salmon #F68478

Tints of Salmon #F68478

Color information

#F68478 (or 0xF68478) is unknown color: approx Salmon. HEX triplet: F6, 84 and 78. RGB value is (246,132,120). Sum of RGB (Red+Green+Blue) = 246+132+120=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F68478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68478 is #097B87. Grayscale: #A4A4A4. Windows color (decimal): -621448 or 7898358. OLE color: 7898358.

HSL color Cylindrical-coordinate representation of color #F68478: hue angle of 5.71º 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 #F68478 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB246132120-
CMYK00.460.510.04
HSL5.71º87.5%71.76%-
HSV(B)5.71º51.22%96.47%-
XYZ49.6537.4522.38-
YUV164.72102.77185.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.40%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=49.40%
G=26.51%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613212000.460.510.045.7187.571.76
HexF6847802E33465848
Octal3662041700566346130110
Binary11110110100001001111000010111011001110011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68478; }

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

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

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

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

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

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

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

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