RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #f40000.
RGB: 244, 0, 0 | CMYK: 0%, 100%, 100%, 4% |
HSV: H: 0° S: 100% V: 96% | HSL: H: 0° S: 100% L: 48% |
#F40000 Color Preview
#f40000 is a shade of red color with RGB values (244, 0, 0). As mentioned above, this color is a combination of CMYK: 0% Cyan, 100% Magenta, 100% Yellow, and 4% 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): 48%.
The HSV values for #f40000 are as follows: Hue (H): 0°, Saturation (S): 100%, Value (V): 96%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #F40000 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #F40000; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #F40000;">This is sample text</div>
<div style="color: #ffffff; background-color: #F40000;">This is sample text</div>
<div style="color: #F40000;">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(244, 0, 0);
color: #f40000;
Examples
color: rgb(244, 0, 0);
background-color: rgb(244, 0, 0);
border-color: rgb(244, 0, 0);
color: #f40000;
background-color: #f40000;
border-color: #f40000;
Color schemes with #F40000
Analogous
Here, the analogous color with hex code #F40000 has #F47A00 and #F4007A at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #F40000, a monochromatic palette will feature a corresponding shade #FF2828, originating from the same hue.
Triadic
The triadic palette built around #F40000 uses two accents #00F400 and #0000F4, each 120 degrees apart from the main hue.
Complementary
The complementary color for #F40000 is #00F4F4.
Tetradic
Here, for the primary color #F40000, the complementary shade is #7AF400 plus two accent colors, i.e., #00F4F4 and #7A00F4.