#f91fed color space conversions
Hex:
        #f91fed
        RGB:
        249, 31, 237
        CMY:
        2, 88, 7
        CMYK:
        0, 88, 5, 2
      HSL:
        303°, 94.7826%, 54.9020%
        HSV (HSB):
        303°, 87.5502%, 97.6471%
        XYZ:
        54.8430, 27.2341, 82.4869
        xyY:
        0.3333, 0.1655, 27.2341
      CIE-Lab:
        59.1904, 92.1629, -52.6830
        CIE-LCH:
        59.1904, 106.1579, 330.2464
        CIE-Luv:
        59.1904, 85.2426, -95.0387
        Hunter-Lab:
        52.1863, 96.2608, -57.1847
      #f91fed color charts
#f91fed RGB chart
      #f91fed CMYK chart
      #f91fed RGB pie chart
      #f91fed color shades, tints & tones
#f91fed color schemes
#f91fed color preview, HTML & CSS examples
           This text has a color of #f91fed        
        
          <p style="color:#f91fed;">Text here</p>
        
        
          .mytext {color:#f91fed;}
        
        Text color #f91fed
      
           This box has a color of #f91fed        
        
          <div style="background-color:#f91fed;">Content here</div>
        
        
          .mybackground {background-color:#f91fed;}
        
        Background color #f91fed
      
           Border around this has a color of #f91fed        
        
          <div style="border:2px solid #f91fed;">Content here</div>
        
        
          .myborder {border:2px solid #f91fed;}
        
        Border color #f91fed