Shades of Torch Red #F21048
Tints of Torch Red #F21048
RGB
CMYK
RGB Variations
Color information
#F21048 (or 0xF21048) is known color: Torch Red. HEX triplet: F2, 10 and 48. RGB value is (242,16,72). Sum of RGB (Red+Green+Blue) = 242+16+72=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F21048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21048 is #0DEFB7. Grayscale: #595959. Windows color (decimal): -913336 or 4722930. OLE color: 4722930.
HSL color Cylindrical-coordinate representation of color #F21048: hue angle of 345.13º 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 #F21048 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 72 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.05 |
| HSL | 345.13º | 0.9% | 0.51% | - |
| HSV(B) | 345.13º | 0.93% | 0.95% | - |
| XYZ | 37.97 | 19.72 | 7.94 | - |
| YUV | 89.96 | 117.87 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 72 | 0 | 0.93 | 0.70 | 0.05 | 345.13 | 0.9 | 0.51 |
| Hex | F2 | 10 | 48 | 0 | 5D | 46 | 5 | 159 | 5A | 33 |
| Octal | 362 | 20 | 110 | 0 | 135 | 106 | 5 | 531 | 132 | 63 |
| Binary | 11110010 | 10000 | 1001000 | 0 | 1011101 | 1000110 | 101 | 101011001 | 1011010 | 110011 |
Color Harmonies of #F21048
Complementary color
Monochromatic Colors of #F21048
Black with #F21048
Text Example
Text Example
White with #F21048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21048; }
p { color: rgb(242,16,72); }
H1.HeaderClassName
{
color: #F21048;
}
.AnyTagClassName
{
color: #F21048;
}
</style>
background-color css
<style>
a { background-color: #F21048; }
a { background-color: rgb(242,16,72); }
div.DivClassName
{
background-color: #F21048;
}
.BgClassName
{
background-color: #F21048;
}
</style>
border-color css
<style>
span { border-color: #F21048; }
span { border-color: rgb(242,16,72); }
td.TdClassName
{
border-color: #F21048;
}
.TagClassName
{
border-color: #F21048;
}
</style>