Shades of Torch Red #F2002F
Tints of Torch Red #F2002F
RGB
CMYK
RGB Variations
Color information
#F2002F (or 0xF2002F) is known color: Torch Red. HEX triplet: F2, 00 and 2F. RGB value is (242,0,47). Sum of RGB (Red+Green+Blue) = 242+0+47=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F2002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2002F is #0DFFD0. Grayscale: #4D4D4D. Windows color (decimal): -917457 or 3080434. OLE color: 3080434.
HSL color Cylindrical-coordinate representation of color #F2002F: hue angle of 348.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2002F is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.81 | 0.05 |
| HSL | 348.35º | 1% | 0.47% | - |
| HSV(B) | 348.35º | 1% | 0.95% | - |
| XYZ | 37.13 | 19.08 | 4.42 | - |
| YUV | 77.72 | 110.67 | 245.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 47 | 0 | 1 | 0.81 | 0.05 | 348.35 | 1 | 0.47 |
| Hex | F2 | 0 | 2F | 0 | 64 | 51 | 5 | 15C | 64 | 2F |
| Octal | 362 | 0 | 57 | 0 | 144 | 121 | 5 | 534 | 144 | 57 |
| Binary | 11110010 | 0 | 101111 | 0 | 1100100 | 1010001 | 101 | 101011100 | 1100100 | 101111 |
Color Harmonies of #F2002F
Complementary color
Monochromatic Colors of #F2002F
Black with #F2002F
Text Example
Text Example
White with #F2002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2002F; }
p { color: rgb(242,0,47); }
H1.HeaderClassName
{
color: #F2002F;
}
.AnyTagClassName
{
color: #F2002F;
}
</style>
background-color css
<style>
a { background-color: #F2002F; }
a { background-color: rgb(242,0,47); }
div.DivClassName
{
background-color: #F2002F;
}
.BgClassName
{
background-color: #F2002F;
}
</style>
border-color css
<style>
span { border-color: #F2002F; }
span { border-color: rgb(242,0,47); }
td.TdClassName
{
border-color: #F2002F;
}
.TagClassName
{
border-color: #F2002F;
}
</style>