#f12bad color space conversions
Hex:
        #f12bad
        RGB:
        241, 43, 173
        CMY:
        5, 83, 32
        CMYK:
        0, 82, 28, 5
      HSL:
        321°, 87.6106%, 55.6863%
        HSV (HSB):
        321°, 82.1577%, 94.5098%
        XYZ:
        44.6823, 23.4457, 41.7056
        xyY:
        0.4068, 0.2135, 23.4457
      CIE-Lab:
        55.5284, 80.4664, -21.9224
        CIE-LCH:
        55.5284, 83.3993, 344.7601
        CIE-Luv:
        55.5284, 104.5934, -45.9837
        Hunter-Lab:
        48.4207, 79.9824, -17.1730
      #f12bad color charts
#f12bad RGB chart
      #f12bad CMYK chart
      #f12bad RGB pie chart
      #f12bad color shades, tints & tones
#f12bad color schemes
#f12bad color preview, HTML & CSS examples
           This text has a color of #f12bad        
        
          <p style="color:#f12bad;">Text here</p>
        
        
          .mytext {color:#f12bad;}
        
        Text color #f12bad
      
           This box has a color of #f12bad        
        
          <div style="background-color:#f12bad;">Content here</div>
        
        
          .mybackground {background-color:#f12bad;}
        
        Background color #f12bad
      
           Border around this has a color of #f12bad        
        
          <div style="border:2px solid #f12bad;">Content here</div>
        
        
          .myborder {border:2px solid #f12bad;}
        
        Border color #f12bad