Shades of Torch Red #F40F4A
Tints of Torch Red #F40F4A
RGB
CMYK
RGB Variations
Color information
#F40F4A (or 0xF40F4A) is known color: Torch Red. HEX triplet: F4, 0F and 4A. RGB value is (244,15,74). Sum of RGB (Red+Green+Blue) = 244+15+74=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40F4A is #0BF0B5. Grayscale: #5A5A5A. Windows color (decimal): -782518 or 4853748. OLE color: 4853748.
HSL color Cylindrical-coordinate representation of color #F40F4A: hue angle of 344.54º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F4A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 74 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.04 |
| HSL | 344.54º | 0.91% | 0.51% | - |
| HSV(B) | 344.54º | 0.94% | 0.96% | - |
| XYZ | 38.72 | 20.07 | 8.31 | - |
| YUV | 90.2 | 118.87 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 74 | 0 | 0.94 | 0.70 | 0.04 | 344.54 | 0.91 | 0.51 |
| Hex | F4 | F | 4A | 0 | 5E | 46 | 4 | 159 | 5B | 33 |
| Octal | 364 | 17 | 112 | 0 | 136 | 106 | 4 | 531 | 133 | 63 |
| Binary | 11110100 | 1111 | 1001010 | 0 | 1011110 | 1000110 | 100 | 101011001 | 1011011 | 110011 |
Color Harmonies of #F40F4A
Complementary color
Monochromatic Colors of #F40F4A
Black with #F40F4A
Text Example
Text Example
White with #F40F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F4A; }
p { color: rgb(244,15,74); }
H1.HeaderClassName
{
color: #F40F4A;
}
.AnyTagClassName
{
color: #F40F4A;
}
</style>
background-color css
<style>
a { background-color: #F40F4A; }
a { background-color: rgb(244,15,74); }
div.DivClassName
{
background-color: #F40F4A;
}
.BgClassName
{
background-color: #F40F4A;
}
</style>
border-color css
<style>
span { border-color: #F40F4A; }
span { border-color: rgb(244,15,74); }
td.TdClassName
{
border-color: #F40F4A;
}
.TagClassName
{
border-color: #F40F4A;
}
</style>