#F6846F

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

Shades of Salmon #F6846F

Tints of Salmon #F6846F

Color information

#F6846F (or 0xF6846F) is unknown color: approx Salmon. HEX triplet: F6, 84 and 6F. RGB value is (246,132,111). Sum of RGB (Red+Green+Blue) = 246+132+111=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6846F is #097B90. Grayscale: #A3A3A3. Windows color (decimal): -621457 or 7308534. OLE color: 7308534.

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

Color convert

RGB246132111-
CMYK00.460.550.04
HSL9.33º88.24%70%-
HSV(B)9.33º54.88%96.47%-
XYZ49.1337.2419.64-
YUV163.6998.27186.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=50.31%
G=26.99%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613211100.460.550.049.3388.2470
HexF6846F02E37495846
Octal36620415705667411130106
Binary111101101000010011011110101110110111100100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6846F; }

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

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

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

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

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

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

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

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