#f222cf color space conversions
Hex:
        #f222cf
        RGB:
        242, 34, 207
        CMY:
        5, 87, 19
        CMYK:
        0, 86, 14, 5
      HSL:
        310°, 88.8889%, 54.1176%
        HSV (HSB):
        310°, 85.9504%, 94.9020%
        XYZ:
        48.4525, 24.5263, 61.2118
        xyY:
        0.3611, 0.1828, 24.5263
      CIE-Lab:
        56.6109, 86.4413, -39.8738
        CIE-LCH:
        56.6109, 95.1946, 335.2370
        CIE-Luv:
        56.6109, 92.1297, -73.9114
        Hunter-Lab:
        49.5240, 87.9707, -38.6157
      #f222cf color charts
#f222cf RGB chart
      #f222cf CMYK chart
      #f222cf RGB pie chart
      #f222cf color shades, tints & tones
#f222cf color schemes
#f222cf color preview, HTML & CSS examples
           This text has a color of #f222cf        
        
          <p style="color:#f222cf;">Text here</p>
        
        
          .mytext {color:#f222cf;}
        
        Text color #f222cf
      
           This box has a color of #f222cf        
        
          <div style="background-color:#f222cf;">Content here</div>
        
        
          .mybackground {background-color:#f222cf;}
        
        Background color #f222cf
      
           Border around this has a color of #f222cf        
        
          <div style="border:2px solid #f222cf;">Content here</div>
        
        
          .myborder {border:2px solid #f222cf;}
        
        Border color #f222cf