Shades of Torch Red #F21149
Tints of Torch Red #F21149
RGB
CMYK
RGB Variations
Color information
#F21149 (or 0xF21149) is known color: Torch Red. HEX triplet: F2, 11 and 49. RGB value is (242,17,73). Sum of RGB (Red+Green+Blue) = 242+17+73=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F21149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21149 is #0DEEB6. Grayscale: #5A5A5A. Windows color (decimal): -913079 or 4788722. OLE color: 4788722.
HSL color Cylindrical-coordinate representation of color #F21149: hue angle of 345.07º 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 #F21149 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 73 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.05 |
| HSL | 345.07º | 0.9% | 0.51% | - |
| HSV(B) | 345.07º | 0.93% | 0.95% | - |
| XYZ | 38.02 | 19.76 | 8.11 | - |
| YUV | 90.66 | 118.04 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 73 | 0 | 0.93 | 0.70 | 0.05 | 345.07 | 0.9 | 0.51 |
| Hex | F2 | 11 | 49 | 0 | 5D | 46 | 5 | 159 | 5A | 33 |
| Octal | 362 | 21 | 111 | 0 | 135 | 106 | 5 | 531 | 132 | 63 |
| Binary | 11110010 | 10001 | 1001001 | 0 | 1011101 | 1000110 | 101 | 101011001 | 1011010 | 110011 |
Color Harmonies of #F21149
Complementary color
Monochromatic Colors of #F21149
Black with #F21149
Text Example
Text Example
White with #F21149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21149; }
p { color: rgb(242,17,73); }
H1.HeaderClassName
{
color: #F21149;
}
.AnyTagClassName
{
color: #F21149;
}
</style>
background-color css
<style>
a { background-color: #F21149; }
a { background-color: rgb(242,17,73); }
div.DivClassName
{
background-color: #F21149;
}
.BgClassName
{
background-color: #F21149;
}
</style>
border-color css
<style>
span { border-color: #F21149; }
span { border-color: rgb(242,17,73); }
td.TdClassName
{
border-color: #F21149;
}
.TagClassName
{
border-color: #F21149;
}
</style>