#f256bd color space conversions
Hex:
        #f256bd
        RGB:
        242, 86, 189
        CMY:
        5, 66, 26
        CMYK:
        0, 64, 22, 5
      HSL:
        320°, 85.7143%, 64.3137%
        HSV (HSB):
        320°, 64.4628%, 94.9020%
        XYZ:
        49.1310, 29.2069, 51.1921
        xyY:
        0.3793, 0.2255, 29.2069
      CIE-Lab:
        60.9638, 69.5347, -22.8207
        CIE-LCH:
        60.9638, 73.1838, 341.8306
        CIE-Luv:
        60.9638, 86.2592, -46.0728
        Hunter-Lab:
        54.0435, 67.6988, -18.3315
      #f256bd color charts
#f256bd RGB chart
      #f256bd CMYK chart
      #f256bd RGB pie chart
      #f256bd color shades, tints & tones
#f256bd color schemes
#f256bd color preview, HTML & CSS examples
           This text has a color of #f256bd        
        
          <p style="color:#f256bd;">Text here</p>
        
        
          .mytext {color:#f256bd;}
        
        Text color #f256bd
      
           This box has a color of #f256bd        
        
          <div style="background-color:#f256bd;">Content here</div>
        
        
          .mybackground {background-color:#f256bd;}
        
        Background color #f256bd
      
           Border around this has a color of #f256bd        
        
          <div style="border:2px solid #f256bd;">Content here</div>
        
        
          .myborder {border:2px solid #f256bd;}
        
        Border color #f256bd