#f70fff color space conversions
Hex:
        #f70fff
        RGB:
        247, 15, 255
        CMY:
        3, 94, 0
        CMYK:
        3, 94, 0, 0
      HSL:
        298°, 100.0000%, 52.9412%
        HSV (HSB):
        298°, 94.1176%, 100.0000%
        XYZ:
        56.5786, 27.3358, 96.9021
        xyY:
        0.3129, 0.1512, 27.3358
      CIE-Lab:
        59.2839, 96.1057, -62.5777
        CIE-LCH:
        59.2839, 114.6834, 326.9305
        CIE-Luv:
        59.2839, 77.8361, -110.5771
        Hunter-Lab:
        52.2837, 101.6668, -73.2890
      #f70fff color charts
#f70fff RGB chart
      #f70fff CMYK chart
      #f70fff RGB pie chart
      #f70fff color shades, tints & tones
#f70fff color schemes
#f70fff color preview, HTML & CSS examples
           This text has a color of #f70fff        
        
          <p style="color:#f70fff;">Text here</p>
        
        
          .mytext {color:#f70fff;}
        
        Text color #f70fff
      
           This box has a color of #f70fff        
        
          <div style="background-color:#f70fff;">Content here</div>
        
        
          .mybackground {background-color:#f70fff;}
        
        Background color #f70fff
      
           Border around this has a color of #f70fff        
        
          <div style="border:2px solid #f70fff;">Content here</div>
        
        
          .myborder {border:2px solid #f70fff;}
        
        Border color #f70fff