Shades of Torch Red #F21245
Tints of Torch Red #F21245
RGB
CMYK
RGB Variations
Color information
#F21245 (or 0xF21245) is known color: Torch Red. HEX triplet: F2, 12 and 45. RGB value is (242,18,69). Sum of RGB (Red+Green+Blue) = 242+18+69=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F21245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21245 is #0DEDBA. Grayscale: #5A5A5A. Windows color (decimal): -912827 or 4526834. OLE color: 4526834.
HSL color Cylindrical-coordinate representation of color #F21245: hue angle of 346.34º 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 #F21245 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 346.34º | 0.9% | 0.51% | - |
| HSV(B) | 346.34º | 0.93% | 0.95% | - |
| XYZ | 37.91 | 19.74 | 7.44 | - |
| YUV | 90.79 | 115.71 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 69 | 0 | 0.93 | 0.71 | 0.05 | 346.34 | 0.9 | 0.51 |
| Hex | F2 | 12 | 45 | 0 | 5D | 47 | 5 | 15A | 5A | 33 |
| Octal | 362 | 22 | 105 | 0 | 135 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110010 | 10010 | 1000101 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F21245
Complementary color
Monochromatic Colors of #F21245
Black with #F21245
Text Example
Text Example
White with #F21245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21245; }
p { color: rgb(242,18,69); }
H1.HeaderClassName
{
color: #F21245;
}
.AnyTagClassName
{
color: #F21245;
}
</style>
background-color css
<style>
a { background-color: #F21245; }
a { background-color: rgb(242,18,69); }
div.DivClassName
{
background-color: #F21245;
}
.BgClassName
{
background-color: #F21245;
}
</style>
border-color css
<style>
span { border-color: #F21245; }
span { border-color: rgb(242,18,69); }
td.TdClassName
{
border-color: #F21245;
}
.TagClassName
{
border-color: #F21245;
}
</style>