#f124ec color space conversions
Hex:
        #f124ec
        RGB:
        241, 36, 236
        CMY:
        5, 86, 7
        CMYK:
        0, 85, 2, 5
      HSL:
        301°, 87.9828%, 54.3137%
        HSV (HSB):
        301°, 85.0622%, 94.5098%
        XYZ:
        52.0468, 26.0187, 81.6358
        xyY:
        0.3259, 0.1629, 26.0187
      CIE-Lab:
        58.0548, 89.8600, -54.0118
        CIE-LCH:
        58.0548, 104.8432, 328.9913
        CIE-Luv:
        58.0548, 79.3166, -96.2987
        Hunter-Lab:
        51.0085, 92.8688, -59.1839
      #f124ec color charts
#f124ec RGB chart
      #f124ec CMYK chart
      #f124ec RGB pie chart
      #f124ec color shades, tints & tones
#f124ec color schemes
#f124ec color preview, HTML & CSS examples
           This text has a color of #f124ec        
        
          <p style="color:#f124ec;">Text here</p>
        
        
          .mytext {color:#f124ec;}
        
        Text color #f124ec
      
           This box has a color of #f124ec        
        
          <div style="background-color:#f124ec;">Content here</div>
        
        
          .mybackground {background-color:#f124ec;}
        
        Background color #f124ec
      
           Border around this has a color of #f124ec        
        
          <div style="border:2px solid #f124ec;">Content here</div>
        
        
          .myborder {border:2px solid #f124ec;}
        
        Border color #f124ec