Shades of Torch Red #F40A42
Tints of Torch Red #F40A42
RGB
CMYK
RGB Variations
Color information
#F40A42 (or 0xF40A42) is known color: Torch Red. HEX triplet: F4, 0A and 42. RGB value is (244,10,66). Sum of RGB (Red+Green+Blue) = 244+10+66=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A42 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40A42 is #0BF5BD. Grayscale: #565656. Windows color (decimal): -783806 or 4328180. OLE color: 4328180.
HSL color Cylindrical-coordinate representation of color #F40A42: hue angle of 345.64º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40A42 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 66 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.04 |
| HSL | 345.64º | 0.92% | 0.5% | - |
| HSV(B) | 345.64º | 0.96% | 0.96% | - |
| XYZ | 38.4 | 19.84 | 6.96 | - |
| YUV | 86.35 | 116.52 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 66 | 0 | 0.96 | 0.73 | 0.04 | 345.64 | 0.92 | 0.5 |
| Hex | F4 | A | 42 | 0 | 60 | 49 | 4 | 15A | 5C | 32 |
| Octal | 364 | 12 | 102 | 0 | 140 | 111 | 4 | 532 | 134 | 62 |
| Binary | 11110100 | 1010 | 1000010 | 0 | 1100000 | 1001001 | 100 | 101011010 | 1011100 | 110010 |
Color Harmonies of #F40A42
Complementary color
Monochromatic Colors of #F40A42
Black with #F40A42
Text Example
Text Example
White with #F40A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40A42; }
p { color: rgb(244,10,66); }
H1.HeaderClassName
{
color: #F40A42;
}
.AnyTagClassName
{
color: #F40A42;
}
</style>
background-color css
<style>
a { background-color: #F40A42; }
a { background-color: rgb(244,10,66); }
div.DivClassName
{
background-color: #F40A42;
}
.BgClassName
{
background-color: #F40A42;
}
</style>
border-color css
<style>
span { border-color: #F40A42; }
span { border-color: rgb(244,10,66); }
td.TdClassName
{
border-color: #F40A42;
}
.TagClassName
{
border-color: #F40A42;
}
</style>