Shades of Torch Red #F30046
Tints of Torch Red #F30046
RGB
CMYK
RGB Variations
Color information
#F30046 (or 0xF30046) is known color: Torch Red. HEX triplet: F3, 00 and 46. RGB value is (243,0,70). Sum of RGB (Red+Green+Blue) = 243+0+70=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F30046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30046 is #0CFFB9. Grayscale: #505050. Windows color (decimal): -851898 or 4587763. OLE color: 4587763.
HSL color Cylindrical-coordinate representation of color #F30046: hue angle of 342.72º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30046 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.71 | 0.05 |
| HSL | 342.72º | 1% | 0.48% | - |
| HSV(B) | 342.72º | 1% | 0.95% | - |
| XYZ | 38.07 | 19.5 | 7.55 | - |
| YUV | 80.64 | 122.01 | 243.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 70 | 0 | 1 | 0.71 | 0.05 | 342.72 | 1 | 0.48 |
| Hex | F3 | 0 | 46 | 0 | 64 | 47 | 5 | 157 | 64 | 30 |
| Octal | 363 | 0 | 106 | 0 | 144 | 107 | 5 | 527 | 144 | 60 |
| Binary | 11110011 | 0 | 1000110 | 0 | 1100100 | 1000111 | 101 | 101010111 | 1100100 | 110000 |
Color Harmonies of #F30046
Complementary color
Monochromatic Colors of #F30046
Black with #F30046
Text Example
Text Example
White with #F30046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30046; }
p { color: rgb(243,0,70); }
H1.HeaderClassName
{
color: #F30046;
}
.AnyTagClassName
{
color: #F30046;
}
</style>
background-color css
<style>
a { background-color: #F30046; }
a { background-color: rgb(243,0,70); }
div.DivClassName
{
background-color: #F30046;
}
.BgClassName
{
background-color: #F30046;
}
</style>
border-color css
<style>
span { border-color: #F30046; }
span { border-color: rgb(243,0,70); }
td.TdClassName
{
border-color: #F30046;
}
.TagClassName
{
border-color: #F30046;
}
</style>