Shades of Torch Red #F21243
Tints of Torch Red #F21243
RGB
CMYK
RGB Variations
Color information
#F21243 (or 0xF21243) is known color: Torch Red. HEX triplet: F2, 12 and 43. RGB value is (242,18,67). Sum of RGB (Red+Green+Blue) = 242+18+67=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F21243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21243 is #0DEDBC. Grayscale: #5A5A5A. Windows color (decimal): -912829 or 4395762. OLE color: 4395762.
HSL color Cylindrical-coordinate representation of color #F21243: hue angle of 346.88º 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 #F21243 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 67 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.05 |
| HSL | 346.88º | 0.9% | 0.51% | - |
| HSV(B) | 346.88º | 0.93% | 0.95% | - |
| XYZ | 37.85 | 19.72 | 7.12 | - |
| YUV | 90.56 | 114.71 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 67 | 0 | 0.93 | 0.72 | 0.05 | 346.88 | 0.9 | 0.51 |
| Hex | F2 | 12 | 43 | 0 | 5D | 48 | 5 | 15B | 5A | 33 |
| Octal | 362 | 22 | 103 | 0 | 135 | 110 | 5 | 533 | 132 | 63 |
| Binary | 11110010 | 10010 | 1000011 | 0 | 1011101 | 1001000 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F21243
Complementary color
Monochromatic Colors of #F21243
Black with #F21243
Text Example
Text Example
White with #F21243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21243; }
p { color: rgb(242,18,67); }
H1.HeaderClassName
{
color: #F21243;
}
.AnyTagClassName
{
color: #F21243;
}
</style>
background-color css
<style>
a { background-color: #F21243; }
a { background-color: rgb(242,18,67); }
div.DivClassName
{
background-color: #F21243;
}
.BgClassName
{
background-color: #F21243;
}
</style>
border-color css
<style>
span { border-color: #F21243; }
span { border-color: rgb(242,18,67); }
td.TdClassName
{
border-color: #F21243;
}
.TagClassName
{
border-color: #F21243;
}
</style>