Kitchen faucet spout 220 mm FS1135-5, chrome

The photographs are for illustrative purposes only.
Get AI analytics on product Kitchen faucet spout 220 mm FS1135-5, chrome:
20.16€
Ex Tax: 16.26€
MAGMA
0 reviews
In stock
Product Code: MA1102038SP
EAN Code: 4750667059106
Qty
One click order
Tags:

Chrome kitchen mixer with a 220 mm spout — model FS1135-5

Kitchen faucet designed for everyday sink tasks, featuring a 220 mm spout length and chrome (HROMS) finish for a sleek look and practical use.

Key Benefits


    220 mm spout provides extended reach for filling pots and washing dishes
  • Chrome (HROMS) finish offers an attractive, easy-to-clean surface
  • Compact design suitable for typical kitchen layouts
  • Recognizable model FS1135-5 for straightforward identification and replacement
  • Simple styling that matches various kitchen décors

Applications

Suitable for residential and light commercial kitchen tasks where a reliable spout reach and chrome finish are required.


    Primary kitchen sink for dishwashing and food preparation
  • Secondary or prep sink in larger kitchens
  • Utility or laundry sinks needing a mid‑reach spout
  • Small cafés or food stalls with compact sink areas

What to Consider When Choosing


    Confirm the 220 mm spout reach fits your sink and work area
  1. Check that the chrome (HROMS) finish matches other fixtures
  2. Verify model FS1135-5 compatibility with your existing fittings
  3. Assess mounting and connection requirements for your sink
  4. Consider the application and intended usage frequency before purchase

Specifications


    Product type: kitchen faucet
  • Spout length: 220 mm
  • Model: FS1135-5
  • Finish: chrome (HROMS)

Why Buy from SityPro


    Easy to buy online at SityPro with clear product features and photos
  • Competitive price and transparent ordering process
  • Fast delivery and shipment options to Estonia and Finland
  • Dedicated customer support to explain application and benefits
  • Secure payment and convenient pickup or courier choices

Description provided by sitypro.com

Kitchen faucet spout 220 mm FS1135-5, chrome
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Кухонный смеситель,излив 220мм,FS1135-5, HROMS

What is the Kitchen faucet spout 220 mm FS1135-5, chrome and what is it used for?

Kitchen faucet spout 220 mm FS1135-5, chrome is a chrome-finished kitchen mixer (model FS1135-5) with a 220 mm spout designed for sink installations. It suits main or secondary kitchen sinks in homes, holiday cottages, offices and small food service points, offering easy cleaning and reliable reach.

What is the spout length and how does it affect installation for different sinks?

The spout length is 220 mm, offering good reach for standard and deeper sinks. Before buying, check the distance from the installation centre to the sink edge — 220 mm typically allows comfortable pot filling and dishwashing without excessive splashing.

What finish does the model have and how resistant is it to dirt?

The model has a chrome (HROMS) finish that resists dirt and is easy to clean with a soft cloth and non-abrasive cleaner. Chrome maintains its shine with routine care and protects against corrosion in normal domestic use.

Is the FS1135-5 suitable for a double-bowl or corner sink?

The FS1135-5 with a 220 mm spout suits most double-bowl and corner sinks if the installation hole position falls within the 220 mm reach. Measure the fixture centre to bowl centre distance to confirm compatibility before purchase.

What are the manufacturer and model number of this faucet?

The manufacturer is MAGMA and the model number is MA1102038SP; the finish is chrome (HROMS). Use these details when searching for spare parts or compatible accessories.

Does the faucet support standard water hoses and how is it connected?

The faucet is designed for standard kitchen connections and attaches to hot and cold supplies via flexible hoses of common diameters. Use the manufacturer’s installation guide or hire a plumber for correct fitting and sealing.

Is the FS1135-5 suitable for commercial use in cafés or office kitchens?

Yes, the FS1135-5 suits small cafés and office kitchens due to its chrome finish and 220 mm spout reach. For heavy professional use, verify flow rates and durability against your specific usage intensity.

How does the FS1135-5 differ from other kitchen mixers in the 'Faucets' category?

The FS1135-5 features a balanced 220 mm spout and HROMS chrome finish, offering a compact universal design for many sinks. Its MA1102038SP model code and MAGMA branding make identification and spare-part sourcing straightforward.

Are special tools needed to care for the HROMS chrome finish?

No special tools are required — use a soft cloth and non-abrasive cleaner for the HROMS chrome finish. Avoid abrasive pastes and stiff brushes to protect the shine and protective coating.

Can this faucet replace an old one without changing the plumbing?

In most cases the FS1135-5 can replace an old faucet if the mounting hole diameter and supply connections are standard. Check hole sizes and hose positions beforehand — adapters or new flexible hoses can resolve mismatches.

Where to buy Kitchen faucet spout 220 mm FS1135-5, chrome?

You can buy Kitchen faucet spout 220 mm FS1135-5, chrome in our online store for 16.26€. Category: Kitchen taps.

What is the price of Kitchen faucet spout 220 mm FS1135-5, chrome?

The current price of Kitchen faucet spout 220 mm FS1135-5, chrome is 16.26€. Brand: MAGMA.

Kitchen faucet spout 220 mm FS1135-5, chrome — specifications and description

Model: . Category: Kitchen taps. Brand: MAGMA. Price: 16.26€.

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