Shades of Torch Red #F20643
Tints of Torch Red #F20643
RGB
CMYK
RGB Variations
Color information
#F20643 (or 0xF20643) is known color: Torch Red. HEX triplet: F2, 06 and 43. RGB value is (242,6,67). Sum of RGB (Red+Green+Blue) = 242+6+67=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F20643 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20643 is #0DF9BC. Grayscale: #535353. Windows color (decimal): -915901 or 4392690. OLE color: 4392690.
HSL color Cylindrical-coordinate representation of color #F20643: hue angle of 344.49º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20643 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 67 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.05 |
| HSL | 344.49º | 0.95% | 0.49% | - |
| HSV(B) | 344.49º | 0.98% | 0.95% | - |
| XYZ | 37.7 | 19.41 | 7.07 | - |
| YUV | 83.52 | 118.69 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 67 | 0 | 0.98 | 0.72 | 0.05 | 344.49 | 0.95 | 0.49 |
| Hex | F2 | 6 | 43 | 0 | 62 | 48 | 5 | 158 | 5F | 31 |
| Octal | 362 | 6 | 103 | 0 | 142 | 110 | 5 | 530 | 137 | 61 |
| Binary | 11110010 | 110 | 1000011 | 0 | 1100010 | 1001000 | 101 | 101011000 | 1011111 | 110001 |
Color Harmonies of #F20643
Complementary color
Monochromatic Colors of #F20643
Black with #F20643
Text Example
Text Example
White with #F20643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20643; }
p { color: rgb(242,6,67); }
H1.HeaderClassName
{
color: #F20643;
}
.AnyTagClassName
{
color: #F20643;
}
</style>
background-color css
<style>
a { background-color: #F20643; }
a { background-color: rgb(242,6,67); }
div.DivClassName
{
background-color: #F20643;
}
.BgClassName
{
background-color: #F20643;
}
</style>
border-color css
<style>
span { border-color: #F20643; }
span { border-color: rgb(242,6,67); }
td.TdClassName
{
border-color: #F20643;
}
.TagClassName
{
border-color: #F20643;
}
</style>