#f000a0 color space conversions
Hex:
        #f000a0
        RGB:
        240, 0, 160
        CMY:
        6, 100, 37
        CMYK:
        0, 100, 33, 6
      HSL:
        320°, 100.0000%, 47.0588%
        HSV (HSB):
        320°, 100.0000%, 94.1176%
        XYZ:
        42.2803, 21.0633, 35.0949
        xyY:
        0.4295, 0.2140, 21.0633
      CIE-Lab:
        53.0187, 84.1889, -18.1297
        CIE-LCH:
        53.0187, 86.1189, 347.8472
        CIE-Luv:
        53.0187, 115.1225, -40.9086
        Hunter-Lab:
        45.8948, 84.1263, -13.2116
      #f000a0 color charts
#f000a0 RGB chart
      #f000a0 CMYK chart
      #f000a0 RGB pie chart
      #f000a0 color shades, tints & tones
#f000a0 color schemes
#f000a0 color preview, HTML & CSS examples
           This text has a color of #f000a0        
        
          <p style="color:#f000a0;">Text here</p>
        
        
          .mytext {color:#f000a0;}
        
        Text color #f000a0
      
           This box has a color of #f000a0        
        
          <div style="background-color:#f000a0;">Content here</div>
        
        
          .mybackground {background-color:#f000a0;}
        
        Background color #f000a0
      
           Border around this has a color of #f000a0        
        
          <div style="border:2px solid #f000a0;">Content here</div>
        
        
          .myborder {border:2px solid #f000a0;}
        
        Border color #f000a0