Shades of Torch Red #F0042A
Tints of Torch Red #F0042A
RGB
CMYK
RGB Variations
Color information
#F0042A (or 0xF0042A) is known color: Torch Red. HEX triplet: F0, 04 and 2A. RGB value is (240,4,42). Sum of RGB (Red+Green+Blue) = 240+4+42=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0042A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0042A is #0FFBD5. Grayscale: #4E4E4E. Windows color (decimal): -1047510 or 2753776. OLE color: 2753776.
HSL color Cylindrical-coordinate representation of color #F0042A: hue angle of 350.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0042A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.06 |
| HSL | 350.34º | 0.97% | 0.48% | - |
| HSV(B) | 350.34º | 0.98% | 0.94% | - |
| XYZ | 36.4 | 18.78 | 3.9 | - |
| YUV | 78.9 | 107.19 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 42 | 0 | 0.98 | 0.82 | 0.06 | 350.34 | 0.97 | 0.48 |
| Hex | F0 | 4 | 2A | 0 | 62 | 52 | 6 | 15E | 61 | 30 |
| Octal | 360 | 4 | 52 | 0 | 142 | 122 | 6 | 536 | 141 | 60 |
| Binary | 11110000 | 100 | 101010 | 0 | 1100010 | 1010010 | 110 | 101011110 | 1100001 | 110000 |
Color Harmonies of #F0042A
Complementary color
Monochromatic Colors of #F0042A
Black with #F0042A
Text Example
Text Example
White with #F0042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0042A; }
p { color: rgb(240,4,42); }
H1.HeaderClassName
{
color: #F0042A;
}
.AnyTagClassName
{
color: #F0042A;
}
</style>
background-color css
<style>
a { background-color: #F0042A; }
a { background-color: rgb(240,4,42); }
div.DivClassName
{
background-color: #F0042A;
}
.BgClassName
{
background-color: #F0042A;
}
</style>
border-color css
<style>
span { border-color: #F0042A; }
span { border-color: rgb(240,4,42); }
td.TdClassName
{
border-color: #F0042A;
}
.TagClassName
{
border-color: #F0042A;
}
</style>