#ff0a80 color space conversions
Hex:
        #ff0a80
        RGB:
        255, 10, 128
        CMY:
        0, 96, 50
        CMYK:
        0, 96, 50, 0
      HSL:
        331°, 100.0000%, 51.9608%
        HSV (HSB):
        331°, 96.0784%, 100.0000%
        XYZ:
        45.2448, 23.0356, 22.4837
        xyY:
        0.4985, 0.2538, 23.0356
      CIE-Lab:
        55.1090, 83.8991, 4.3885
        CIE-LCH:
        55.1090, 84.0138, 2.9942
        CIE-Luv:
        55.1090, 141.2152, -11.3902
        Hunter-Lab:
        47.9954, 84.2783, 5.8221
      #ff0a80 color charts
#ff0a80 RGB chart
      #ff0a80 CMYK chart
      #ff0a80 RGB pie chart
      #ff0a80 color shades, tints & tones
#ff0a80 color schemes
#ff0a80 color preview, HTML & CSS examples
           This text has a color of #ff0a80        
        
          <p style="color:#ff0a80;">Text here</p>
        
        
          .mytext {color:#ff0a80;}
        
        Text color #ff0a80
      
           This box has a color of #ff0a80        
        
          <div style="background-color:#ff0a80;">Content here</div>
        
        
          .mybackground {background-color:#ff0a80;}
        
        Background color #ff0a80
      
           Border around this has a color of #ff0a80        
        
          <div style="border:2px solid #ff0a80;">Content here</div>
        
        
          .myborder {border:2px solid #ff0a80;}
        
        Border color #ff0a80