#f42bad color space conversions
Hex:
        #f42bad
        RGB:
        244, 43, 173
        CMY:
        4, 83, 32
        CMYK:
        0, 82, 29, 4
      HSL:
        321°, 90.1345%, 56.2745%
        HSV (HSB):
        321°, 82.3770%, 95.6863%
        XYZ:
        45.7149, 23.9780, 41.7539
        xyY:
        0.4102, 0.2152, 23.9780
      CIE-Lab:
        56.0657, 81.1226, -21.0521
        CIE-LCH:
        56.0657, 83.8097, 345.4521
        CIE-Luv:
        56.0657, 106.9654, -44.9405
        Hunter-Lab:
        48.9673, 80.9513, -16.2789
      #f42bad color charts
#f42bad RGB chart
      #f42bad CMYK chart
      #f42bad RGB pie chart
      #f42bad color shades, tints & tones
#f42bad color schemes
#f42bad color preview, HTML & CSS examples
           This text has a color of #f42bad        
        
          <p style="color:#f42bad;">Text here</p>
        
        
          .mytext {color:#f42bad;}
        
        Text color #f42bad
      
           This box has a color of #f42bad        
        
          <div style="background-color:#f42bad;">Content here</div>
        
        
          .mybackground {background-color:#f42bad;}
        
        Background color #f42bad
      
           Border around this has a color of #f42bad        
        
          <div style="border:2px solid #f42bad;">Content here</div>
        
        
          .myborder {border:2px solid #f42bad;}
        
        Border color #f42bad