#f234cd color space conversions
Hex:
        #f234cd
        RGB:
        242, 52, 205
        CMY:
        5, 80, 20
        CMYK:
        0, 79, 15, 5
      HSL:
        312°, 87.9630%, 57.6471%
        HSV (HSB):
        312°, 78.5124%, 94.9020%
        XYZ:
        48.8654, 25.7410, 60.1506
        xyY:
        0.3626, 0.1910, 25.7410
      CIE-Lab:
        57.7904, 82.4888, -36.8808
        CIE-LCH:
        57.7904, 90.3581, 335.9106
        CIE-Luv:
        57.7904, 89.9731, -69.0447
        Hunter-Lab:
        50.7356, 83.1329, -34.7776
      #f234cd color charts
#f234cd RGB chart
      #f234cd CMYK chart
      #f234cd RGB pie chart
      #f234cd color shades, tints & tones
#f234cd color schemes
#f234cd color preview, HTML & CSS examples
           This text has a color of #f234cd        
        
          <p style="color:#f234cd;">Text here</p>
        
        
          .mytext {color:#f234cd;}
        
        Text color #f234cd
      
           This box has a color of #f234cd        
        
          <div style="background-color:#f234cd;">Content here</div>
        
        
          .mybackground {background-color:#f234cd;}
        
        Background color #f234cd
      
           Border around this has a color of #f234cd        
        
          <div style="border:2px solid #f234cd;">Content here</div>
        
        
          .myborder {border:2px solid #f234cd;}
        
        Border color #f234cd