#f202dc color space conversions
Hex:
        #f202dc
        RGB:
        242, 2, 220
        CMY:
        5, 99, 14
        CMYK:
        0, 99, 9, 5
      HSL:
        306°, 98.3607%, 47.8431%
        HSV (HSB):
        306°, 99.1736%, 94.9020%
        XYZ:
        49.5579, 24.0880, 69.7476
        xyY:
        0.3456, 0.1680, 24.0880
      CIE-Lab:
        56.1758, 91.3318, -47.9653
        CIE-LCH:
        56.1758, 103.1609, 332.2926
        CIE-Luv:
        56.1758, 88.9682, -86.7141
        Hunter-Lab:
        49.0795, 94.3509, -49.9022
      #f202dc color charts
#f202dc RGB chart
      #f202dc CMYK chart
      #f202dc RGB pie chart
      #f202dc color shades, tints & tones
#f202dc color schemes
#f202dc color preview, HTML & CSS examples
           This text has a color of #f202dc        
        
          <p style="color:#f202dc;">Text here</p>
        
        
          .mytext {color:#f202dc;}
        
        Text color #f202dc
      
           This box has a color of #f202dc        
        
          <div style="background-color:#f202dc;">Content here</div>
        
        
          .mybackground {background-color:#f202dc;}
        
        Background color #f202dc
      
           Border around this has a color of #f202dc        
        
          <div style="border:2px solid #f202dc;">Content here</div>
        
        
          .myborder {border:2px solid #f202dc;}
        
        Border color #f202dc