Shades of Torch Red #F21145
Tints of Torch Red #F21145
RGB
CMYK
RGB Variations
Color information
#F21145 (or 0xF21145) is known color: Torch Red. HEX triplet: F2, 11 and 45. RGB value is (242,17,69). Sum of RGB (Red+Green+Blue) = 242+17+69=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F21145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21145 is #0DEEBA. Grayscale: #5A5A5A. Windows color (decimal): -913083 or 4526578. OLE color: 4526578.
HSL color Cylindrical-coordinate representation of color #F21145: hue angle of 346.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 #F21145 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 346.13º | 0.9% | 0.51% | - |
| HSV(B) | 346.13º | 0.93% | 0.95% | - |
| XYZ | 37.89 | 19.71 | 7.44 | - |
| YUV | 90.2 | 116.04 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 69 | 0 | 0.93 | 0.71 | 0.05 | 346.13 | 0.9 | 0.51 |
| Hex | F2 | 11 | 45 | 0 | 5D | 47 | 5 | 15A | 5A | 33 |
| Octal | 362 | 21 | 105 | 0 | 135 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110010 | 10001 | 1000101 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F21145
Complementary color
Monochromatic Colors of #F21145
Black with #F21145
Text Example
Text Example
White with #F21145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21145; }
p { color: rgb(242,17,69); }
H1.HeaderClassName
{
color: #F21145;
}
.AnyTagClassName
{
color: #F21145;
}
</style>
background-color css
<style>
a { background-color: #F21145; }
a { background-color: rgb(242,17,69); }
div.DivClassName
{
background-color: #F21145;
}
.BgClassName
{
background-color: #F21145;
}
</style>
border-color css
<style>
span { border-color: #F21145; }
span { border-color: rgb(242,17,69); }
td.TdClassName
{
border-color: #F21145;
}
.TagClassName
{
border-color: #F21145;
}
</style>