RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #ff0101.
RGB: 255, 1, 1 | CMYK: 0%, 100%, 100%, 0% |
HSV: H: 0° S: 100% V: 100% | HSL: H: 0° S: 100% L: 50% |
#FF0101 Color Preview
#ff0101 is a shade of red color with RGB values (255, 1, 1). As mentioned above, this color is a combination of CMYK: 0% Cyan, 100% Magenta, 100% Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 0°, Saturation (S): 100%, and Lightness (L): 50%.
The HSV values for #ff0101 are as follows: Hue (H): 0°, Saturation (S): 100%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #FF0101 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #FF0101; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #FF0101;">This is sample text</div>
<div style="color: #ffffff; background-color: #FF0101;">This is sample text</div>
<div style="color: #FF0101;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(255, 1, 1);
color: #ff0101;
Examples
color: rgb(255, 1, 1);
background-color: rgb(255, 1, 1);
border-color: rgb(255, 1, 1);
color: #ff0101;
background-color: #ff0101;
border-color: #ff0101;
Color schemes with #FF0101
Analogous
Here, the analogous color with hex code #FF0101 has #FF8001 and #FF0180 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #FF0101, a monochromatic palette will feature a corresponding shade #CD0000, originating from the same hue.
Triadic
The triadic palette built around #FF0101 uses two accents #01FF01 and #0101FF, each 120 degrees apart from the main hue.
Complementary
The complementary color for #FF0101 is #01FFFF.
Tetradic
Here, for the primary color #FF0101, the complementary shade is #80FF01 plus two accent colors, i.e., #01FFFF and #8001FF.