#f20cff color space conversions
Hex:
        #f20cff
        RGB:
        242, 12, 255
        CMY:
        5, 95, 0
        CMYK:
        5, 95, 0, 0
      HSL:
        297°, 100.0000%, 52.3529%
        HSV (HSB):
        297°, 95.2941%, 100.0000%
        XYZ:
        54.7994, 26.3602, 96.8075
        xyY:
        0.3079, 0.1481, 26.3602
      CIE-Lab:
        58.3774, 95.5572, -64.0781
        CIE-LCH:
        58.3774, 115.0529, 326.1553
        CIE-Luv:
        58.3774, 74.4664, -112.3256
        Hunter-Lab:
        51.3422, 100.6709, -75.8539
      #f20cff color charts
#f20cff RGB chart
      #f20cff CMYK chart
      #f20cff RGB pie chart
      #f20cff color shades, tints & tones
#f20cff color schemes
#f20cff color preview, HTML & CSS examples
           This text has a color of #f20cff        
        
          <p style="color:#f20cff;">Text here</p>
        
        
          .mytext {color:#f20cff;}
        
        Text color #f20cff
      
           This box has a color of #f20cff        
        
          <div style="background-color:#f20cff;">Content here</div>
        
        
          .mybackground {background-color:#f20cff;}
        
        Background color #f20cff
      
           Border around this has a color of #f20cff        
        
          <div style="border:2px solid #f20cff;">Content here</div>
        
        
          .myborder {border:2px solid #f20cff;}
        
        Border color #f20cff