#F4846E

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

Shades of Salmon #F4846E

Tints of Salmon #F4846E

Color information

#F4846E (or 0xF4846E) is unknown color: approx Salmon. HEX triplet: F4, 84 and 6E. RGB value is (244,132,110). Sum of RGB (Red+Green+Blue) = 244+132+110=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4846E is #0B7B91. Grayscale: #A3A3A3. Windows color (decimal): -752530 or 7242996. OLE color: 7242996.

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

Color convert

RGB244132110-
CMYK00.460.550.04
HSL9.85º85.9%69.41%-
HSV(B)9.85º54.92%95.69%-
XYZ48.3736.8619.32-
YUV162.9898.11185.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.21%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=50.21%
G=27.16%
B=22.63%

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
Decimal24413211000.460.550.049.8585.969.41
HexF4846E02E374a5645
Octal36420415605667412126105
Binary111101001000010011011100101110110111100101010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4846E; }

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

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

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

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

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

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

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

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