#f255aa color space conversions
Hex:
        #f255aa
        RGB:
        242, 85, 170
        CMY:
        5, 67, 33
        CMYK:
        0, 65, 30, 5
      HSL:
        328°, 85.7923%, 64.1176%
        HSV (HSB):
        328°, 64.8760%, 94.9020%
        XYZ:
        47.1221, 28.2765, 41.0045
        xyY:
        0.4048, 0.2429, 28.2765
      CIE-Lab:
        60.1377, 67.5500, -13.1568
        CIE-LCH:
        60.1377, 68.8194, 348.9784
        CIE-Luv:
        60.1377, 93.2908, -31.3565
        Hunter-Lab:
        53.1757, 65.1221, -8.4964
      #f255aa color charts
#f255aa RGB chart
      #f255aa CMYK chart
      #f255aa RGB pie chart
      #f255aa color shades, tints & tones
#f255aa color schemes
#f255aa color preview, HTML & CSS examples
           This text has a color of #f255aa        
        
          <p style="color:#f255aa;">Text here</p>
        
        
          .mytext {color:#f255aa;}
        
        Text color #f255aa
      
           This box has a color of #f255aa        
        
          <div style="background-color:#f255aa;">Content here</div>
        
        
          .mybackground {background-color:#f255aa;}
        
        Background color #f255aa
      
           Border around this has a color of #f255aa        
        
          <div style="border:2px solid #f255aa;">Content here</div>
        
        
          .myborder {border:2px solid #f255aa;}
        
        Border color #f255aa