Shades of Torch Red #F21247
Tints of Torch Red #F21247
RGB
CMYK
RGB Variations
Color information
#F21247 (or 0xF21247) is known color: Torch Red. HEX triplet: F2, 12 and 47. RGB value is (242,18,71). Sum of RGB (Red+Green+Blue) = 242+18+71=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F21247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21247 is #0DEDB8. Grayscale: #5B5B5B. Windows color (decimal): -912825 or 4657906. OLE color: 4657906.
HSL color Cylindrical-coordinate representation of color #F21247: hue angle of 345.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21247 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 71 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 345.8º | 0.9% | 0.51% | - |
| HSV(B) | 345.8º | 0.93% | 0.95% | - |
| XYZ | 37.97 | 19.76 | 7.77 | - |
| YUV | 91.02 | 116.71 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 71 | 0 | 0.93 | 0.71 | 0.05 | 345.8 | 0.9 | 0.51 |
| Hex | F2 | 12 | 47 | 0 | 5D | 47 | 5 | 15A | 5A | 33 |
| Octal | 362 | 22 | 107 | 0 | 135 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110010 | 10010 | 1000111 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F21247
Complementary color
Monochromatic Colors of #F21247
Black with #F21247
Text Example
Text Example
White with #F21247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21247; }
p { color: rgb(242,18,71); }
H1.HeaderClassName
{
color: #F21247;
}
.AnyTagClassName
{
color: #F21247;
}
</style>
background-color css
<style>
a { background-color: #F21247; }
a { background-color: rgb(242,18,71); }
div.DivClassName
{
background-color: #F21247;
}
.BgClassName
{
background-color: #F21247;
}
</style>
border-color css
<style>
span { border-color: #F21247; }
span { border-color: rgb(242,18,71); }
td.TdClassName
{
border-color: #F21247;
}
.TagClassName
{
border-color: #F21247;
}
</style>