Shades of Torch Red #F21249
Tints of Torch Red #F21249
RGB
CMYK
RGB Variations
Color information
#F21249 (or 0xF21249) is known color: Torch Red. HEX triplet: F2, 12 and 49. RGB value is (242,18,73). Sum of RGB (Red+Green+Blue) = 242+18+73=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F21249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21249 is #0DEDB6. Grayscale: #5B5B5B. Windows color (decimal): -912823 or 4788978. OLE color: 4788978.
HSL color Cylindrical-coordinate representation of color #F21249: hue angle of 345.27º 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 #F21249 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 73 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.05 |
| HSL | 345.27º | 0.9% | 0.51% | - |
| HSV(B) | 345.27º | 0.93% | 0.95% | - |
| XYZ | 38.04 | 19.79 | 8.12 | - |
| YUV | 91.25 | 117.71 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 73 | 0 | 0.93 | 0.70 | 0.05 | 345.27 | 0.9 | 0.51 |
| Hex | F2 | 12 | 49 | 0 | 5D | 46 | 5 | 159 | 5A | 33 |
| Octal | 362 | 22 | 111 | 0 | 135 | 106 | 5 | 531 | 132 | 63 |
| Binary | 11110010 | 10010 | 1001001 | 0 | 1011101 | 1000110 | 101 | 101011001 | 1011010 | 110011 |
Color Harmonies of #F21249
Complementary color
Monochromatic Colors of #F21249
Black with #F21249
Text Example
Text Example
White with #F21249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21249; }
p { color: rgb(242,18,73); }
H1.HeaderClassName
{
color: #F21249;
}
.AnyTagClassName
{
color: #F21249;
}
</style>
background-color css
<style>
a { background-color: #F21249; }
a { background-color: rgb(242,18,73); }
div.DivClassName
{
background-color: #F21249;
}
.BgClassName
{
background-color: #F21249;
}
</style>
border-color css
<style>
span { border-color: #F21249; }
span { border-color: rgb(242,18,73); }
td.TdClassName
{
border-color: #F21249;
}
.TagClassName
{
border-color: #F21249;
}
</style>