#f102da color space conversions
Hex:
        #f102da
        RGB:
        241, 2, 218
        CMY:
        5, 99, 15
        CMYK:
        0, 99, 10, 5
      HSL:
        306°, 98.3539%, 47.6471%
        HSV (HSB):
        306°, 99.1701%, 94.5098%
        XYZ:
        48.9522, 23.8061, 68.3446
        xyY:
        0.3469, 0.1687, 23.8061
      CIE-Lab:
        55.8932, 90.9036, -47.2887
        CIE-LCH:
        55.8932, 102.4680, 332.5162
        CIE-Luv:
        55.8932, 89.0767, -85.5352
        Hunter-Lab:
        48.7915, 93.7027, -48.8963
      #f102da color charts
#f102da RGB chart
      #f102da CMYK chart
      #f102da RGB pie chart
      #f102da color shades, tints & tones
#f102da color schemes
#f102da color preview, HTML & CSS examples
           This text has a color of #f102da        
        
          <p style="color:#f102da;">Text here</p>
        
        
          .mytext {color:#f102da;}
        
        Text color #f102da
      
           This box has a color of #f102da        
        
          <div style="background-color:#f102da;">Content here</div>
        
        
          .mybackground {background-color:#f102da;}
        
        Background color #f102da
      
           Border around this has a color of #f102da        
        
          <div style="border:2px solid #f102da;">Content here</div>
        
        
          .myborder {border:2px solid #f102da;}
        
        Border color #f102da