#f42fed color space conversions
Hex:
        #f42fed
        RGB:
        244, 47, 237
        CMY:
        4, 82, 7
        CMYK:
        0, 81, 3, 4
      HSL:
        302°, 89.9543%, 57.0588%
        HSV (HSB):
        302°, 80.7377%, 95.6863%
        XYZ:
        53.6108, 27.3806, 82.5801
        xyY:
        0.3278, 0.1674, 27.3806
      CIE-Lab:
        59.3249, 88.4421, -52.5198
        CIE-LCH:
        59.3249, 102.8607, 329.2968
        CIE-Luv:
        59.3249, 79.6824, -94.2920
        Hunter-Lab:
        52.3264, 91.3101, -56.9414
      #f42fed color charts
#f42fed RGB chart
      #f42fed CMYK chart
      #f42fed RGB pie chart
      #f42fed color shades, tints & tones
#f42fed color schemes
#f42fed color preview, HTML & CSS examples
           This text has a color of #f42fed        
        
          <p style="color:#f42fed;">Text here</p>
        
        
          .mytext {color:#f42fed;}
        
        Text color #f42fed
      
           This box has a color of #f42fed        
        
          <div style="background-color:#f42fed;">Content here</div>
        
        
          .mybackground {background-color:#f42fed;}
        
        Background color #f42fed
      
           Border around this has a color of #f42fed        
        
          <div style="border:2px solid #f42fed;">Content here</div>
        
        
          .myborder {border:2px solid #f42fed;}
        
        Border color #f42fed