Flexible hose D13 ST 715 3/4, FM 100

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose D13 ST 715 3/4, FM 100:
8.75€/box
Ex Tax: 7.06€/box
MAGMA
0 reviews
In stock
Product Code: 000-4394770MASP
EAN Code: 4750667099294
Qty
Tags:

3/4-inch flexible plumbing connector — ST 715 series (D13, FM 100)

This flexible hose is intended for connecting water fixtures and appliances, offering a compact D13 design with ST 715 and FM 100 identification for easy ordering and installation.

Key Benefits


    Flexible design for routing in tight spaces
  • Compatible with 3/4" connections for standard plumbing fittings
  • Compact D13 profile suitable where space is limited
  • Clear model marking (ST 715) simplifies matching and replacement
  • FM 100 code aids accurate ordering and inventory control
  • Simple installation reduces labour time and cost

Applications

Suitable for a range of plumbing connection tasks where a 3/4" flexible hose is required.


    Connecting household faucets and mixers
  • Linking water heaters and boilers to supply lines
  • Appliance connections (e.g., dishwashers, washing machines) requiring 3/4" fittings
  • Replacing existing flexible connectors in maintenance work
  • Use in utility and service installations with limited space

What to Consider When Choosing


    Confirm the hose designation D13 matches the required profile
  1. Ensure the 3/4" connection size fits your existing fittings
  2. Verify the ST 715 model and FM 100 code are correct for replacement or compatibility
  3. Check required hose length and routing clearance on site
  4. Consider material compatibility with the media and fittings used

Specifications


    Product type: flexible hose
  • Designation: D13
  • Model: ST 715
  • Connection size: 3/4"
  • Product code: FM 100

Why Buy from SityPro


    Easy to buy online with clear product codes (ST 715, FM 100) for accurate orders
  • Transparent price and features listed for informed selection
  • Reliable delivery to Estonia and Finland
  • Supportive customer service to help with application and compatibility questions
  • Wide selection and convenient ordering for replacement and maintenance needs

Description provided by sitypro.com

Flexible hose D13 ST 715 3/4, FM 100
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка D13 ST 715 3/4, FM 100

What is Flexible hose D13 ST 715 3/4, FM 100 and where is it used?

Flexible hose D13 ST 715 3/4, FM 100 is an ST 715 series flexible plumbing connector with a compact D13 profile and 3/4" threaded connection, used for connecting taps, small water heaters and appliances. It is suited for installations where flexibility and space-saving routing are required.

Will this hose fit my mixer tap with a 3/4" thread?

Yes, Flexible hose D13 ST 715 3/4, FM 100 is designed for 3/4" threaded connections. Verify that your tap uses a standard 3/4" thread (internal or external as required) before fitting.

What is the length of Flexible hose D13 ST 715 3/4, FM 100?

The product description specifies the D13 profile and ST 715 model but does not list a specific length. Check the product page for available length options or ask the seller to confirm before ordering.

What material is the hose made of and is it corrosion-resistant?

The description notes a durable outer construction but does not specify the material. Request the technical sheet or material specification from the seller to confirm corrosion resistance (e.g. stainless steel braid or polymer).

Can I use this hose with water heaters or boilers?

Yes — the description lists applicability to small-capacity water heaters provided the 3/4" thread and system pressure are compatible. Verify the heater/boiler manufacturer’s connection and pressure requirements.

Is the D13 hose compatible with fittings and pipes of other diameters?

The hose has a D13 profile and a 3/4" thread, so compatibility with other diameters requires suitable adapters or fittings. Use the correct reducer or adapter while preserving the 3/4" threaded connection.

How do I correctly install Flexible hose D13 ST 715 3/4, FM 100?

Fit the 3/4" threaded end to the matching fitting, tighten with a wrench without over-torquing, and check the joint for leaks. Use sealing tape or gaskets if recommended by the appliance manufacturer.

Is this hose suitable for connecting appliances (dishwasher, washing machine)?

The description states appliance compatibility provided the appliance has a 3/4" inlet or an appropriate adapter is used. Also confirm the appliance’s pressure and flow requirements.

How does ST 715, FM 100 differ from other flexible hose series?

ST 715 denotes the series and D13 profile while FM 100 is an identifying code for ordering; differences from other series lie in profile, dimensions, materials and rated conditions. Compare technical specifications (material, length, pressure rating) for precise differences.

How to check for leaks and maintain hose D13 ST 715 3/4, FM 100?

After installation, turn on the water and inspect joints for visible drips; tighten gently if needed. Routinely check the outer cover for cracks or wear and replace the hose if any damage appears.

Is this hose suitable for concealed installation under furniture or in a chase?

The compact D13 profile and flexibility suit tight spaces under furniture, but for concealed chases consider maintenance access and thermal expansion requirements. Follow installation regulations and manufacturer guidance.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');