#f01cde color space conversions
Hex:
        #f01cde
        RGB:
        240, 28, 222
        CMY:
        6, 89, 13
        CMYK:
        0, 88, 8, 6
      HSL:
        305°, 87.6033%, 52.5490%
        HSV (HSB):
        305°, 88.3333%, 94.1176%
        XYZ:
        49.5353, 24.6297, 71.2504
        xyY:
        0.3406, 0.1694, 24.6297
      CIE-Lab:
        56.7128, 88.9555, -48.2688
        CIE-LCH:
        56.7128, 101.2075, 331.5150
        CIE-Luv:
        56.7128, 85.0155, -86.9995
        Hunter-Lab:
        49.6283, 91.3157, -50.3817
      #f01cde color charts
#f01cde RGB chart
      #f01cde CMYK chart
      #f01cde RGB pie chart
      #f01cde color shades, tints & tones
#f01cde color schemes
#f01cde color preview, HTML & CSS examples
           This text has a color of #f01cde        
        
          <p style="color:#f01cde;">Text here</p>
        
        
          .mytext {color:#f01cde;}
        
        Text color #f01cde
      
           This box has a color of #f01cde        
        
          <div style="background-color:#f01cde;">Content here</div>
        
        
          .mybackground {background-color:#f01cde;}
        
        Background color #f01cde
      
           Border around this has a color of #f01cde        
        
          <div style="border:2px solid #f01cde;">Content here</div>
        
        
          .myborder {border:2px solid #f01cde;}
        
        Border color #f01cde