#f256ea color space conversions
Hex:
        #f256ea
        RGB:
        242, 86, 234
        CMY:
        5, 66, 8
        CMYK:
        0, 64, 3, 5
      HSL:
        303°, 85.7143%, 64.3137%
        HSV (HSB):
        303°, 64.4628%, 94.9020%
        XYZ:
        54.7970, 31.4733, 81.0287
        xyY:
        0.3275, 0.1881, 31.4733
      CIE-Lab:
        62.9052, 76.0347, -45.1975
        CIE-LCH:
        62.9052, 88.4539, 329.2713
        CIE-Luv:
        62.9052, 71.0037, -82.1514
        Hunter-Lab:
        56.1011, 76.1738, -46.3638
      #f256ea color charts
#f256ea RGB chart
      #f256ea CMYK chart
      #f256ea RGB pie chart
      #f256ea color shades, tints & tones
#f256ea color schemes
#f256ea color preview, HTML & CSS examples
           This text has a color of #f256ea        
        
          <p style="color:#f256ea;">Text here</p>
        
        
          .mytext {color:#f256ea;}
        
        Text color #f256ea
      
           This box has a color of #f256ea        
        
          <div style="background-color:#f256ea;">Content here</div>
        
        
          .mybackground {background-color:#f256ea;}
        
        Background color #f256ea
      
           Border around this has a color of #f256ea        
        
          <div style="border:2px solid #f256ea;">Content here</div>
        
        
          .myborder {border:2px solid #f256ea;}
        
        Border color #f256ea