#F38472

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

Shades of Salmon #F38472

Tints of Salmon #F38472

Color information

#F38472 (or 0xF38472) is unknown color: approx Salmon. HEX triplet: F3, 84 and 72. RGB value is (243,132,114). Sum of RGB (Red+Green+Blue) = 243+132+114=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F38472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38472 is #0C7B8D. Grayscale: #A3A3A3. Windows color (decimal): -818062 or 7505139. OLE color: 7505139.

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

Color convert

RGB243132114-
CMYK00.460.530.05
HSL8.37º84.31%70%-
HSV(B)8.37º53.09%95.29%-
XYZ48.2536.7720.47-
YUV163.14100.27184.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.69%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=49.69%
G=26.99%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313211400.460.530.058.3784.3170
HexF3847202E35585446
Octal36320416205665510124106
Binary111100111000010011100100101110110101101100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38472; }

 p { color: rgb(243,132,114); }

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

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

 a { background-color: rgb(243,132,114); }

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

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

 span { border-color: rgb(243,132,114); }

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