#f222bb color space conversions
Hex:
        #f222bb
        RGB:
        242, 34, 187
        CMY:
        5, 87, 27
        CMYK:
        0, 86, 23, 5
      HSL:
        316°, 88.8889%, 54.1176%
        HSV (HSB):
        316°, 85.9504%, 94.9020%
        XYZ:
        46.1596, 23.6092, 49.1378
        xyY:
        0.3882, 0.1986, 23.6092
      CIE-Lab:
        55.6943, 83.9897, -29.7973
        CIE-LCH:
        55.6943, 89.1187, 340.4667
        CIE-Luv:
        55.6943, 100.8350, -58.2043
        Hunter-Lab:
        48.5893, 84.5432, -25.9469
      #f222bb color charts
#f222bb RGB chart
      #f222bb CMYK chart
      #f222bb RGB pie chart
      #f222bb color shades, tints & tones
#f222bb color schemes
#f222bb color preview, HTML & CSS examples
           This text has a color of #f222bb        
        
          <p style="color:#f222bb;">Text here</p>
        
        
          .mytext {color:#f222bb;}
        
        Text color #f222bb
      
           This box has a color of #f222bb        
        
          <div style="background-color:#f222bb;">Content here</div>
        
        
          .mybackground {background-color:#f222bb;}
        
        Background color #f222bb
      
           Border around this has a color of #f222bb        
        
          <div style="border:2px solid #f222bb;">Content here</div>
        
        
          .myborder {border:2px solid #f222bb;}
        
        Border color #f222bb