#f12ded color space conversions
Hex:
        #f12ded
        RGB:
        241, 45, 237
        CMY:
        5, 82, 7
        CMYK:
        0, 81, 2, 5
      HSL:
        301°, 87.5000%, 56.0784%
        HSV (HSB):
        301°, 81.3278%, 94.5098%
        XYZ:
        52.5001, 26.6920, 82.5058
        xyY:
        0.3247, 0.1651, 26.6920
      CIE-Lab:
        58.6881, 88.3140, -53.5630
        CIE-LCH:
        58.6881, 103.2877, 328.7629
        CIE-Luv:
        58.6881, 77.8133, -95.6339
        Hunter-Lab:
        51.6643, 90.9752, -58.5188
      #f12ded color charts
#f12ded RGB chart
      #f12ded CMYK chart
      #f12ded RGB pie chart
      #f12ded color shades, tints & tones
#f12ded color schemes
#f12ded color preview, HTML & CSS examples
           This text has a color of #f12ded        
        
          <p style="color:#f12ded;">Text here</p>
        
        
          .mytext {color:#f12ded;}
        
        Text color #f12ded
      
           This box has a color of #f12ded        
        
          <div style="background-color:#f12ded;">Content here</div>
        
        
          .mybackground {background-color:#f12ded;}
        
        Background color #f12ded
      
           Border around this has a color of #f12ded        
        
          <div style="border:2px solid #f12ded;">Content here</div>
        
        
          .myborder {border:2px solid #f12ded;}
        
        Border color #f12ded