Shades of Torch Red #F30246
Tints of Torch Red #F30246
RGB
CMYK
RGB Variations
Color information
#F30246 (or 0xF30246) is known color: Torch Red. HEX triplet: F3, 02 and 46. RGB value is (243,2,70). Sum of RGB (Red+Green+Blue) = 243+2+70=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F30246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30246 is #0CFDB9. Grayscale: #515151. Windows color (decimal): -851386 or 4588275. OLE color: 4588275.
HSL color Cylindrical-coordinate representation of color #F30246: hue angle of 343.07º 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 #F30246 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.05 |
| HSL | 343.07º | 0.98% | 0.48% | - |
| HSV(B) | 343.07º | 0.99% | 0.95% | - |
| XYZ | 38.09 | 19.54 | 7.56 | - |
| YUV | 81.81 | 121.34 | 242.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 70 | 0 | 0.99 | 0.71 | 0.05 | 343.07 | 0.98 | 0.48 |
| Hex | F3 | 2 | 46 | 0 | 63 | 47 | 5 | 157 | 62 | 30 |
| Octal | 363 | 2 | 106 | 0 | 143 | 107 | 5 | 527 | 142 | 60 |
| Binary | 11110011 | 10 | 1000110 | 0 | 1100011 | 1000111 | 101 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F30246
Complementary color
Monochromatic Colors of #F30246
Black with #F30246
Text Example
Text Example
White with #F30246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30246; }
p { color: rgb(243,2,70); }
H1.HeaderClassName
{
color: #F30246;
}
.AnyTagClassName
{
color: #F30246;
}
</style>
background-color css
<style>
a { background-color: #F30246; }
a { background-color: rgb(243,2,70); }
div.DivClassName
{
background-color: #F30246;
}
.BgClassName
{
background-color: #F30246;
}
</style>
border-color css
<style>
span { border-color: #F30246; }
span { border-color: rgb(243,2,70); }
td.TdClassName
{
border-color: #F30246;
}
.TagClassName
{
border-color: #F30246;
}
</style>