#f256ed color space conversions
Hex:
        #f256ed
        RGB:
        242, 86, 237
        CMY:
        5, 66, 7
        CMYK:
        0, 64, 2, 5
      HSL:
        302°, 85.7143%, 64.3137%
        HSV (HSB):
        302°, 64.4628%, 94.9020%
        XYZ:
        55.2318, 31.6472, 83.3183
        xyY:
        0.3245, 0.1859, 31.6472
      CIE-Lab:
        63.0503, 76.5071, -46.6386
        CIE-LCH:
        63.0503, 89.6018, 328.6336
        CIE-Luv:
        63.0503, 70.0297, -84.5282
        Hunter-Lab:
        56.2559, 76.8028, -48.4328
      #f256ed color charts
#f256ed RGB chart
      #f256ed CMYK chart
      #f256ed RGB pie chart
      #f256ed color shades, tints & tones
#f256ed color schemes
#f256ed color preview, HTML & CSS examples
           This text has a color of #f256ed        
        
          <p style="color:#f256ed;">Text here</p>
        
        
          .mytext {color:#f256ed;}
        
        Text color #f256ed
      
           This box has a color of #f256ed        
        
          <div style="background-color:#f256ed;">Content here</div>
        
        
          .mybackground {background-color:#f256ed;}
        
        Background color #f256ed
      
           Border around this has a color of #f256ed        
        
          <div style="border:2px solid #f256ed;">Content here</div>
        
        
          .myborder {border:2px solid #f256ed;}
        
        Border color #f256ed