Shades of Torch Red #F20446
Tints of Torch Red #F20446
RGB
CMYK
RGB Variations
Color information
#F20446 (or 0xF20446) is known color: Torch Red. HEX triplet: F2, 04 and 46. RGB value is (242,4,70). Sum of RGB (Red+Green+Blue) = 242+4+70=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F20446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20446 is #0DFBB9. Grayscale: #525252. Windows color (decimal): -916410 or 4588786. OLE color: 4588786.
HSL color Cylindrical-coordinate representation of color #F20446: hue angle of 343.36º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20446 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.36º | 0.97% | 0.48% | - |
| HSV(B) | 343.36º | 0.98% | 0.95% | - |
| XYZ | 37.77 | 19.41 | 7.55 | - |
| YUV | 82.69 | 120.85 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 70 | 0 | 0.98 | 0.71 | 0.05 | 343.36 | 0.97 | 0.48 |
| Hex | F2 | 4 | 46 | 0 | 62 | 47 | 5 | 157 | 61 | 30 |
| Octal | 362 | 4 | 106 | 0 | 142 | 107 | 5 | 527 | 141 | 60 |
| Binary | 11110010 | 100 | 1000110 | 0 | 1100010 | 1000111 | 101 | 101010111 | 1100001 | 110000 |
Color Harmonies of #F20446
Complementary color
Monochromatic Colors of #F20446
Black with #F20446
Text Example
Text Example
White with #F20446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20446; }
p { color: rgb(242,4,70); }
H1.HeaderClassName
{
color: #F20446;
}
.AnyTagClassName
{
color: #F20446;
}
</style>
background-color css
<style>
a { background-color: #F20446; }
a { background-color: rgb(242,4,70); }
div.DivClassName
{
background-color: #F20446;
}
.BgClassName
{
background-color: #F20446;
}
</style>
border-color css
<style>
span { border-color: #F20446; }
span { border-color: rgb(242,4,70); }
td.TdClassName
{
border-color: #F20446;
}
.TagClassName
{
border-color: #F20446;
}
</style>