#f250cf color space conversions
Hex:
        #f250cf
        RGB:
        242, 80, 207
        CMY:
        5, 69, 19
        CMYK:
        0, 67, 14, 5
      HSL:
        313°, 86.1702%, 63.1373%
        HSV (HSB):
        313°, 66.9421%, 94.9020%
        XYZ:
        50.7491, 29.1196, 61.9773
        xyY:
        0.3578, 0.2053, 29.1196
      CIE-Lab:
        60.8870, 74.2235, -33.1865
        CIE-LCH:
        60.8870, 81.3048, 335.9098
        CIE-Luv:
        60.8870, 81.9842, -62.6861
        Hunter-Lab:
        53.9625, 73.4359, -30.3223
      #f250cf color charts
#f250cf RGB chart
      #f250cf CMYK chart
      #f250cf RGB pie chart
      #f250cf color shades, tints & tones
#f250cf color schemes
#f250cf color preview, HTML & CSS examples
           This text has a color of #f250cf        
        
          <p style="color:#f250cf;">Text here</p>
        
        
          .mytext {color:#f250cf;}
        
        Text color #f250cf
      
           This box has a color of #f250cf        
        
          <div style="background-color:#f250cf;">Content here</div>
        
        
          .mybackground {background-color:#f250cf;}
        
        Background color #f250cf
      
           Border around this has a color of #f250cf        
        
          <div style="border:2px solid #f250cf;">Content here</div>
        
        
          .myborder {border:2px solid #f250cf;}
        
        Border color #f250cf