#F4846A

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

Shades of Salmon #F4846A

Tints of Salmon #F4846A

Color information

#F4846A (or 0xF4846A) is unknown color: approx Salmon. HEX triplet: F4, 84 and 6A. RGB value is (244,132,106). Sum of RGB (Red+Green+Blue) = 244+132+106=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4846A is #0B7B95. Grayscale: #A2A2A2. Windows color (decimal): -752534 or 6980852. OLE color: 6980852.

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

Color convert

RGB244132106-
CMYK00.460.570.04
HSL11.3º86.25%68.63%-
HSV(B)11.3º56.56%95.69%-
XYZ48.1636.7818.2-
YUV162.5296.11186.11-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=50.62%
G=27.39%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413210600.460.570.0411.386.2568.63
HexF4846A02E394b5645
Octal36420415205671413126105
Binary111101001000010011010100101110111001100101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4846A; }

 p { color: rgb(244,132,106); }

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

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

 a { background-color: rgb(244,132,106); }

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

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

 span { border-color: rgb(244,132,106); }

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