#ff0fcb color space conversions
Hex:
        #ff0fcb
        RGB:
        255, 15, 203
        CMY:
        0, 94, 20
        CMYK:
        0, 94, 20, 0
      HSL:
        313°, 100.0000%, 52.9412%
        HSV (HSB):
        313°, 94.1176%, 100.0000%
        XYZ:
        52.1903, 25.9134, 58.7510
        xyY:
        0.3814, 0.1894, 25.9134
      CIE-Lab:
        57.9548, 90.6664, -35.3144
        CIE-LCH:
        57.9548, 97.3011, 338.7192
        CIE-Luv:
        57.9548, 105.8014, -68.1335
        Hunter-Lab:
        50.9052, 93.9219, -32.7943
      #ff0fcb color charts
#ff0fcb RGB chart
      #ff0fcb CMYK chart
      #ff0fcb RGB pie chart
      #ff0fcb color shades, tints & tones
#ff0fcb color schemes
#ff0fcb color preview, HTML & CSS examples
           This text has a color of #ff0fcb        
        
          <p style="color:#ff0fcb;">Text here</p>
        
        
          .mytext {color:#ff0fcb;}
        
        Text color #ff0fcb
      
           This box has a color of #ff0fcb        
        
          <div style="background-color:#ff0fcb;">Content here</div>
        
        
          .mybackground {background-color:#ff0fcb;}
        
        Background color #ff0fcb
      
           Border around this has a color of #ff0fcb        
        
          <div style="border:2px solid #ff0fcb;">Content here</div>
        
        
          .myborder {border:2px solid #ff0fcb;}
        
        Border color #ff0fcb