Shades of Torch Red #F21148
Tints of Torch Red #F21148
RGB
CMYK
RGB Variations
Color information
#F21148 (or 0xF21148) is known color: Torch Red. HEX triplet: F2, 11 and 48. RGB value is (242,17,72). Sum of RGB (Red+Green+Blue) = 242+17+72=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F21148 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21148 is #0DEEB7. Grayscale: #5A5A5A. Windows color (decimal): -913080 or 4723186. OLE color: 4723186.
HSL color Cylindrical-coordinate representation of color #F21148: hue angle of 345.33º 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 #F21148 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 72 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.05 |
| HSL | 345.33º | 0.9% | 0.51% | - |
| HSV(B) | 345.33º | 0.93% | 0.95% | - |
| XYZ | 37.99 | 19.75 | 7.94 | - |
| YUV | 90.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 72 | 0 | 0.93 | 0.70 | 0.05 | 345.33 | 0.9 | 0.51 |
| Hex | F2 | 11 | 48 | 0 | 5D | 46 | 5 | 159 | 5A | 33 |
| Octal | 362 | 21 | 110 | 0 | 135 | 106 | 5 | 531 | 132 | 63 |
| Binary | 11110010 | 10001 | 1001000 | 0 | 1011101 | 1000110 | 101 | 101011001 | 1011010 | 110011 |
Color Harmonies of #F21148
Complementary color
Monochromatic Colors of #F21148
Black with #F21148
Text Example
Text Example
White with #F21148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21148; }
p { color: rgb(242,17,72); }
H1.HeaderClassName
{
color: #F21148;
}
.AnyTagClassName
{
color: #F21148;
}
</style>
background-color css
<style>
a { background-color: #F21148; }
a { background-color: rgb(242,17,72); }
div.DivClassName
{
background-color: #F21148;
}
.BgClassName
{
background-color: #F21148;
}
</style>
border-color css
<style>
span { border-color: #F21148; }
span { border-color: rgb(242,17,72); }
td.TdClassName
{
border-color: #F21148;
}
.TagClassName
{
border-color: #F21148;
}
</style>