#ff448e color space conversions
Hex:
        #ff448e
        RGB:
        255, 68, 142
        CMY:
        0, 73, 44
        CMYK:
        0, 73, 44, 0
      HSL:
        336°, 100.0000%, 63.3333%
        HSV (HSB):
        336°, 73.3333%, 100.0000%
        XYZ:
        48.1896, 27.3472, 28.3299
        xyY:
        0.4640, 0.2633, 27.3472
      CIE-Lab:
        59.2944, 74.1511, 2.1373
        CIE-LCH:
        59.2944, 74.1819, 1.6510
        CIE-Luv:
        59.2944, 120.9387, -11.8635
        Hunter-Lab:
        52.2946, 72.9727, 4.4867
      #ff448e color charts
#ff448e RGB chart
      #ff448e CMYK chart
      #ff448e RGB pie chart
      #ff448e color shades, tints & tones
#ff448e color schemes
#ff448e color preview, HTML & CSS examples
           This text has a color of #ff448e        
        
          <p style="color:#ff448e;">Text here</p>
        
        
          .mytext {color:#ff448e;}
        
        Text color #ff448e
      
           This box has a color of #ff448e        
        
          <div style="background-color:#ff448e;">Content here</div>
        
        
          .mybackground {background-color:#ff448e;}
        
        Background color #ff448e
      
           Border around this has a color of #ff448e        
        
          <div style="border:2px solid #ff448e;">Content here</div>
        
        
          .myborder {border:2px solid #ff448e;}
        
        Border color #ff448e