Shades of Torch Red #F20244
Tints of Torch Red #F20244
RGB
CMYK
RGB Variations
Color information
#F20244 (or 0xF20244) is known color: Torch Red. HEX triplet: F2, 02 and 44. RGB value is (242,2,68). Sum of RGB (Red+Green+Blue) = 242+2+68=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F20244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20244 is #0DFDBB. Grayscale: #515151. Windows color (decimal): -916924 or 4457202. OLE color: 4457202.
HSL color Cylindrical-coordinate representation of color #F20244: hue angle of 343.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20244 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.05 |
| HSL | 343.5º | 0.98% | 0.48% | - |
| HSV(B) | 343.5º | 0.99% | 0.95% | - |
| XYZ | 37.68 | 19.34 | 7.22 | - |
| YUV | 81.28 | 120.51 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 68 | 0 | 0.99 | 0.72 | 0.05 | 343.5 | 0.98 | 0.48 |
| Hex | F2 | 2 | 44 | 0 | 63 | 48 | 5 | 158 | 62 | 30 |
| Octal | 362 | 2 | 104 | 0 | 143 | 110 | 5 | 530 | 142 | 60 |
| Binary | 11110010 | 10 | 1000100 | 0 | 1100011 | 1001000 | 101 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F20244
Complementary color
Monochromatic Colors of #F20244
Black with #F20244
Text Example
Text Example
White with #F20244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20244; }
p { color: rgb(242,2,68); }
H1.HeaderClassName
{
color: #F20244;
}
.AnyTagClassName
{
color: #F20244;
}
</style>
background-color css
<style>
a { background-color: #F20244; }
a { background-color: rgb(242,2,68); }
div.DivClassName
{
background-color: #F20244;
}
.BgClassName
{
background-color: #F20244;
}
</style>
border-color css
<style>
span { border-color: #F20244; }
span { border-color: rgb(242,2,68); }
td.TdClassName
{
border-color: #F20244;
}
.TagClassName
{
border-color: #F20244;
}
</style>