#F0846F

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

Shades of Salmon #F0846F

Tints of Salmon #F0846F

Color information

#F0846F (or 0xF0846F) is unknown color: approx Salmon. HEX triplet: F0, 84 and 6F. RGB value is (240,132,111). Sum of RGB (Red+Green+Blue) = 240+132+111=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0846F is #0F7B90. Grayscale: #A2A2A2. Windows color (decimal): -1014673 or 7308528. OLE color: 7308528.

HSL color Cylindrical-coordinate representation of color #F0846F: hue angle of 9.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0846F is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240132111-
CMYK00.450.540.06
HSL9.77º81.13%68.82%-
HSV(B)9.77º53.75%94.12%-
XYZ47.0636.1819.54-
YUV161.999.28183.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.69%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=49.69%
G=27.33%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013211100.450.540.069.7781.1368.82
HexF0846F02D366a5145
Octal36020415705566612121105
Binary111100001000010011011110101101110110110101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0846F; }

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

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

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

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

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

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

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

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