Shades of Torch Red #F2012A
Tints of Torch Red #F2012A
RGB
CMYK
RGB Variations
Color information
#F2012A (or 0xF2012A) is known color: Torch Red. HEX triplet: F2, 01 and 2A. RGB value is (242,1,42). Sum of RGB (Red+Green+Blue) = 242+1+42=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F2012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2012A is #0DFED5. Grayscale: #4D4D4D. Windows color (decimal): -917206 or 2753010. OLE color: 2753010.
HSL color Cylindrical-coordinate representation of color #F2012A: hue angle of 349.79º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2012A is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.05 |
| HSL | 349.79º | 0.99% | 0.48% | - |
| HSV(B) | 349.79º | 1% | 0.95% | - |
| XYZ | 37.05 | 19.07 | 3.92 | - |
| YUV | 77.73 | 107.84 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 42 | 0 | 1.00 | 0.83 | 0.05 | 349.79 | 0.99 | 0.48 |
| Hex | F2 | 1 | 2A | 0 | 64 | 53 | 5 | 15E | 63 | 30 |
| Octal | 362 | 1 | 52 | 0 | 144 | 123 | 5 | 536 | 143 | 60 |
| Binary | 11110010 | 1 | 101010 | 0 | 1100100 | 1010011 | 101 | 101011110 | 1100011 | 110000 |
Color Harmonies of #F2012A
Complementary color
Monochromatic Colors of #F2012A
Black with #F2012A
Text Example
Text Example
White with #F2012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2012A; }
p { color: rgb(242,1,42); }
H1.HeaderClassName
{
color: #F2012A;
}
.AnyTagClassName
{
color: #F2012A;
}
</style>
background-color css
<style>
a { background-color: #F2012A; }
a { background-color: rgb(242,1,42); }
div.DivClassName
{
background-color: #F2012A;
}
.BgClassName
{
background-color: #F2012A;
}
</style>
border-color css
<style>
span { border-color: #F2012A; }
span { border-color: rgb(242,1,42); }
td.TdClassName
{
border-color: #F2012A;
}
.TagClassName
{
border-color: #F2012A;
}
</style>