Shades of Torch Red #F20630
Tints of Torch Red #F20630
RGB
CMYK
RGB Variations
Color information
#F20630 (or 0xF20630) is known color: Torch Red. HEX triplet: F2, 06 and 30. RGB value is (242,6,48). Sum of RGB (Red+Green+Blue) = 242+6+48=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F20630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20630 is #0DF9CF. Grayscale: #515151. Windows color (decimal): -915920 or 3147506. OLE color: 3147506.
HSL color Cylindrical-coordinate representation of color #F20630: hue angle of 349.32º 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 #F20630 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 48 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.05 |
| HSL | 349.32º | 0.95% | 0.49% | - |
| HSV(B) | 349.32º | 0.98% | 0.95% | - |
| XYZ | 37.22 | 19.22 | 4.54 | - |
| YUV | 81.35 | 109.19 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 48 | 0 | 0.98 | 0.80 | 0.05 | 349.32 | 0.95 | 0.49 |
| Hex | F2 | 6 | 30 | 0 | 62 | 50 | 5 | 15D | 5F | 31 |
| Octal | 362 | 6 | 60 | 0 | 142 | 120 | 5 | 535 | 137 | 61 |
| Binary | 11110010 | 110 | 110000 | 0 | 1100010 | 1010000 | 101 | 101011101 | 1011111 | 110001 |
Color Harmonies of #F20630
Complementary color
Monochromatic Colors of #F20630
Black with #F20630
Text Example
Text Example
White with #F20630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20630; }
p { color: rgb(242,6,48); }
H1.HeaderClassName
{
color: #F20630;
}
.AnyTagClassName
{
color: #F20630;
}
</style>
background-color css
<style>
a { background-color: #F20630; }
a { background-color: rgb(242,6,48); }
div.DivClassName
{
background-color: #F20630;
}
.BgClassName
{
background-color: #F20630;
}
</style>
border-color css
<style>
span { border-color: #F20630; }
span { border-color: rgb(242,6,48); }
td.TdClassName
{
border-color: #F20630;
}
.TagClassName
{
border-color: #F20630;
}
</style>