#F48373

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

Shades of Salmon #F48373

Tints of Salmon #F48373

Color information

#F48373 (or 0xF48373) is unknown color: approx Salmon. HEX triplet: F4, 83 and 73. RGB value is (244,131,115). Sum of RGB (Red+Green+Blue) = 244+131+115=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F48373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48373 is #0B7C8C. Grayscale: #A3A3A3. Windows color (decimal): -752781 or 7570420. OLE color: 7570420.

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

Color convert

RGB244131115-
CMYK00.460.530.04
HSL7.44º85.43%70.39%-
HSV(B)7.44º52.87%95.69%-
XYZ48.5236.720.75-
YUV162.96100.94185.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.80%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=49.80%
G=26.73%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413111500.460.530.047.4485.4370.39
HexF4837302E35475546
Octal3642031630566547125106
Binary11110100100000111110011010111011010110011110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48373; }

 p { color: rgb(244,131,115); }

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

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

 a { background-color: rgb(244,131,115); }

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

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

 span { border-color: rgb(244,131,115); }

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