Flexible hose D13 ST 714 1/2, FF 120

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose D13 ST 714 1/2, FF 120:
9.16€/box
Ex Tax: 7.39€/box
MAGMA
0 reviews
In stock
Product Code: 000-4394050MASP
EAN Code: 4750667120592
Qty
Tags:

Flexible D13 ST 714 hose with 1/2 connection — FF 120 variant

Flexible hose designed for plumbing connections, offering a compact, adaptable link between 1/2 fittings as indicated by the product designation.

Key Benefits


    Flexible design for installation in tight spaces
  • Compatible with 1/2 connection size for standard plumbing fixtures
  • Model identification D13 ST 714 ensures consistent features and fit
  • FF 120 marking denotes end-connection configuration for easy hookup
  • Simple installation reduces labour time and cost

Applications

Suitable for a range of plumbing applications where a flexible 1/2 connection is required.


    Tap and faucet connections
  • Under-sink plumbing
  • Water heater and boiler hookups
  • Washing machine and appliance connections
  • Heating system linkages

What to Consider When Choosing


    Verify compatibility with your system's 1/2 connection
  1. Confirm the D13 ST 714 designation matches required model features
  2. Check the FF 120 end-connection type suits your fittings
  3. Assess installation space and bending requirements
  4. Compare price and features to alternatives before you buy

Specifications


    Product type: Flexible hose
  • Designation: D13 ST 714
  • Connection size: 1/2
  • Marking/configuration: FF 120

Why Buy from SityPro


    Easy to buy online with clear product features and descriptions
  • Competitive price and transparent ordering process
  • Fast delivery options to Estonia and Finland
  • Reliable customer support for product selection and compatibility
  • Wide selection of plumbing items to match your application needs

Description provided by sitypro.com

Flexible hose D13 ST 714 1/2, FF 120
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка D13 ST 714 1/2, FF 120

What is Flexible hose D13 ST 714 1/2, FF 120 and where is it used?

Flexible hose D13 ST 714 1/2, FF 120 is a flexible plumbing hose with a 1/2 threaded connection (D13 ST 714 model) and FF 120 end configuration, designed for connecting cold and hot water to taps, sinks, small water heaters and appliances. Its compact FF 120 length and flexibility allow installation in tight spaces and quick replacement.

Is this hose suitable for connecting a kitchen mixer tap?

Yes, the D13 ST 714 1/2 is suitable for kitchen mixer taps that use a 1/2 threaded connection. Its flexible design and compact FF 120 length make it convenient for under-sink and confined-space installations.

Can I use this hose to connect a water heater or boiler?

The hose can be used for small water heaters and boilers if the appliance has a 1/2 threaded inlet and the system pressure is compatible. Verify the D13 size and ST 714 model requirements before installation.

What is the diameter and thread size of Flexible hose D13 ST 714 1/2?

The marking D13 indicates the hose diameter and the hose features a 1/2 threaded connection compatible with standard plumbing fittings. FF 120 denotes the compact end-connection configuration for easier hookup.

What length is the FF 120 variant and is it suitable when the connection point is close to the tap?

FF 120 denotes a compact length designed for near-point installations. This variant is suitable when the connection point is close to the tap or in confined under-sink spaces.

What water pressure and temperature is the D13 ST 714 hose rated for?

The listing states suitability for hot and cold water, but exact maximum pressure and temperature ratings for the ST 714 model are not provided in the product card. Check MAGMA manufacturer's technical specifications before connecting to systems with elevated parameters.

Is this hose compatible with plastic and metal pipe outlets?

With its 1/2 threaded connection, the hose is compatible with most standard plastic and metal fittings sized 1/2. Ensure proper thread sealing and compatible washers when installing.

How does the D13 ST 714 model differ from other flexible hoses in the 'Hoses' category?

D13 ST 714 is characterised by its D13 diameter, 1/2 threaded connection and compact FF 120 end configuration, making it particularly suitable for near-point installations. This combination suits typical household tasks better than longer or non-standard variants.

What appliances can be connected with this hose besides taps?

This hose can connect washing machines, small water heaters/boilers and other household appliances with a 1/2 threaded inlet. Always confirm the appliance inlet uses a 1/2 thread to ensure compatibility.

What seals or gaskets are needed when installing D13 ST 714 1/2?

For the 1/2 threaded connection you typically use a standard rubber/silicone washer or PTFE (FUM) tape as per manufacturer recommendations. Use quality seals rated for potable water and the expected temperatures.

Are special tools required to install this flexible hose?

No special tools are usually required: a correctly sized spanner for the 1/2 threaded fittings and PTFE tape if needed are sufficient. Avoid over-tightening—hand-tight plus a small wrench turn is usually enough.

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ххххххх');