#f11dad color space conversions
Hex:
        #f11dad
        RGB:
        241, 29, 173
        CMY:
        5, 89, 32
        CMYK:
        0, 88, 28, 5
      HSL:
        319°, 88.3333%, 52.9412%
        HSV (HSB):
        319°, 87.9668%, 94.5098%
        XYZ:
        44.2578, 22.5966, 41.5641
        xyY:
        0.4082, 0.2084, 22.5966
      CIE-Lab:
        54.6544, 82.9987, -23.2649
        CIE-LCH:
        54.6544, 86.1977, 344.3416
        CIE-Luv:
        54.6544, 107.0847, -48.2599
        Hunter-Lab:
        47.5359, 83.0027, -18.5664
      #f11dad color charts
#f11dad RGB chart
      #f11dad CMYK chart
      #f11dad RGB pie chart
      #f11dad color shades, tints & tones
#f11dad color schemes
#f11dad color preview, HTML & CSS examples
           This text has a color of #f11dad        
        
          <p style="color:#f11dad;">Text here</p>
        
        
          .mytext {color:#f11dad;}
        
        Text color #f11dad
      
           This box has a color of #f11dad        
        
          <div style="background-color:#f11dad;">Content here</div>
        
        
          .mybackground {background-color:#f11dad;}
        
        Background color #f11dad
      
           Border around this has a color of #f11dad        
        
          <div style="border:2px solid #f11dad;">Content here</div>
        
        
          .myborder {border:2px solid #f11dad;}
        
        Border color #f11dad