#f123dc color space conversions
Hex:
        #f123dc
        RGB:
        241, 35, 220
        CMY:
        5, 86, 14
        CMYK:
        0, 85, 9, 5
      HSL:
        306°, 88.0342%, 54.1176%
        HSV (HSB):
        306°, 85.4772%, 94.5098%
        XYZ:
        49.7949, 25.0701, 69.9247
        xyY:
        0.3439, 0.1731, 25.0701
      CIE-Lab:
        57.1437, 87.8002, -46.4422
        CIE-LCH:
        57.1437, 99.3265, 332.1232
        CIE-Luv:
        57.1437, 85.8180, -84.2105
        Hunter-Lab:
        50.0701, 89.8964, -47.7515
      #f123dc color charts
#f123dc RGB chart
      #f123dc CMYK chart
      #f123dc RGB pie chart
      #f123dc color shades, tints & tones
#f123dc color schemes
#f123dc color preview, HTML & CSS examples
           This text has a color of #f123dc        
        
          <p style="color:#f123dc;">Text here</p>
        
        
          .mytext {color:#f123dc;}
        
        Text color #f123dc
      
           This box has a color of #f123dc        
        
          <div style="background-color:#f123dc;">Content here</div>
        
        
          .mybackground {background-color:#f123dc;}
        
        Background color #f123dc
      
           Border around this has a color of #f123dc        
        
          <div style="border:2px solid #f123dc;">Content here</div>
        
        
          .myborder {border:2px solid #f123dc;}
        
        Border color #f123dc