#F3746E

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

Shades of Salmon #F3746E

Tints of Salmon #F3746E

Color information

#F3746E (or 0xF3746E) is unknown color: approx Salmon. HEX triplet: F3, 74 and 6E. RGB value is (243,116,110). Sum of RGB (Red+Green+Blue) = 243+116+110=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F3746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3746E is #0C8B91. Grayscale: #999999. Windows color (decimal): -822162 or 7238899. OLE color: 7238899.

HSL color Cylindrical-coordinate representation of color #F3746E: hue angle of 2.71º 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 #F3746E is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB243116110-
CMYK00.520.550.05
HSL2.71º84.71%69.22%-
HSV(B)2.71º54.73%95.29%-
XYZ46.0232.6718.63-
YUV153.29103.58191.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.81%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=51.81%
G=24.73%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311611000.520.550.052.7184.7169.22
HexF3746E03437535545
Octal3631641560646753125105
Binary111100111110100110111001101001101111011110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3746E; }

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

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

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

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

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

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

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

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