The Input "HotPink1" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color name | 
          
  | 
      |
| Hex | #ff6eb4 | |
| RGB | rgb(255,110,180) | |
| RGB in % | rgb(100%,43%,71%) | |
| CMY in % | C=0 M=57 Y=29  | 
      |
| CMYK in % | C=0 M=57 Y=29 K=0  | 
      |
| HSL | hsl(331,100%,72%) | |
| HSV | hsv(331,57%,100%) | |
| Rec. 601 luma | 161.335 | |
| Rec. 709 luma | 145.881 | |
| Rec. 2020 luma | 152.2425 | |
| Grey scale (Rec. 601 luma) | #a1a1a1 | |
| Grey scale (Rec. 709 luma) | #929292 | |
| Grey scale (Rec. 2020 luma) | #989898 | |
| Complementary color | #00914b | |
| Decimal | 16740020 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205