#f020bc color space conversions
Hex:
        #f020bc
        RGB:
        240, 32, 188
        CMY:
        6, 87, 26
        CMYK:
        0, 87, 22, 6
      HSL:
        315°, 87.3950%, 53.3333%
        HSV (HSB):
        315°, 86.6667%, 94.1176%
        XYZ:
        45.5288, 23.1891, 49.6533
        xyY:
        0.3846, 0.1959, 23.1891
      CIE-Lab:
        55.2666, 84.0347, -31.0693
        CIE-LCH:
        55.2666, 89.5942, 339.7097
        CIE-Luv:
        55.2666, 99.1227, -59.9977
        Hunter-Lab:
        48.1551, 84.4935, -27.4260
      #f020bc color charts
#f020bc RGB chart
      #f020bc CMYK chart
      #f020bc RGB pie chart
      #f020bc color shades, tints & tones
#f020bc color schemes
#f020bc color preview, HTML & CSS examples
           This text has a color of #f020bc        
        
          <p style="color:#f020bc;">Text here</p>
        
        
          .mytext {color:#f020bc;}
        
        Text color #f020bc
      
           This box has a color of #f020bc        
        
          <div style="background-color:#f020bc;">Content here</div>
        
        
          .mybackground {background-color:#f020bc;}
        
        Background color #f020bc
      
           Border around this has a color of #f020bc        
        
          <div style="border:2px solid #f020bc;">Content here</div>
        
        
          .myborder {border:2px solid #f020bc;}
        
        Border color #f020bc