#F3766E

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

Shades of Salmon #F3766E

Tints of Salmon #F3766E

Color information

#F3766E (or 0xF3766E) is unknown color: approx Salmon. HEX triplet: F3, 76 and 6E. RGB value is (243,118,110). Sum of RGB (Red+Green+Blue) = 243+118+110=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3766E is #0C8991. Grayscale: #9A9A9A. Windows color (decimal): -821650 or 7239411. OLE color: 7239411.

HSL color Cylindrical-coordinate representation of color #F3766E: hue angle of 3.61º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3766E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB243118110-
CMYK00.510.550.05
HSL3.61º84.71%69.22%-
HSV(B)3.61º54.73%95.29%-
XYZ46.2633.1418.71-
YUV154.46102.91191.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.59%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=51.59%
G=25.05%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311811000.510.550.053.6184.7169.22
HexF3766E03337545545
Octal3631661560636754125105
Binary1111001111101101101110011001111011110110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3766E; }

 p { color: rgb(243,118,110); }

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

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

 a { background-color: rgb(243,118,110); }

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

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

 span { border-color: rgb(243,118,110); }

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