#f223dc color space conversions
Hex:
        #f223dc
        RGB:
        242, 35, 220
        CMY:
        5, 86, 14
        CMYK:
        0, 86, 9, 5
      HSL:
        306°, 88.8412%, 54.3137%
        HSV (HSB):
        306°, 85.5372%, 94.9020%
        XYZ:
        50.1372, 25.2466, 69.9407
        xyY:
        0.3450, 0.1737, 25.2466
      CIE-Lab:
        57.3149, 87.9837, -46.1602
        CIE-LCH:
        57.3149, 99.3574, 332.3165
        CIE-Luv:
        57.3149, 86.5622, -83.8678
        Hunter-Lab:
        50.2460, 90.1831, -47.3574
      #f223dc color charts
#f223dc RGB chart
      #f223dc CMYK chart
      #f223dc RGB pie chart
      #f223dc color shades, tints & tones
#f223dc color schemes
#f223dc color preview, HTML & CSS examples
           This text has a color of #f223dc        
        
          <p style="color:#f223dc;">Text here</p>
        
        
          .mytext {color:#f223dc;}
        
        Text color #f223dc
      
           This box has a color of #f223dc        
        
          <div style="background-color:#f223dc;">Content here</div>
        
        
          .mybackground {background-color:#f223dc;}
        
        Background color #f223dc
      
           Border around this has a color of #f223dc        
        
          <div style="border:2px solid #f223dc;">Content here</div>
        
        
          .myborder {border:2px solid #f223dc;}
        
        Border color #f223dc