#F67473

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

Shades of Salmon #F67473

Tints of Salmon #F67473

Color information

#F67473 (or 0xF67473) is unknown color: approx Salmon. HEX triplet: F6, 74 and 73. RGB value is (246,116,115). Sum of RGB (Red+Green+Blue) = 246+116+115=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67473 is #098B8C. Grayscale: #9A9A9A. Windows color (decimal): -625549 or 7566582. OLE color: 7566582.

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

Color convert

RGB246116115-
CMYK00.530.530.04
HSL0.46º87.92%70.78%-
HSV(B)0.46º53.25%96.47%-
XYZ47.3533.3220.16-
YUV154.76105.57193.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.57%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=51.57%
G=24.32%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611611500.530.530.040.4687.9270.78
HexF6747303535405847
Octal3661641630656540130107
Binary11110110111010011100110110101110101100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67473; }

 p { color: rgb(246,116,115); }

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

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

 a { background-color: rgb(246,116,115); }

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

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

 span { border-color: rgb(246,116,115); }

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