Shades of Torch Red #F30940
Tints of Torch Red #F30940
RGB
CMYK
RGB Variations
Color information
#F30940 (or 0xF30940) is known color: Torch Red. HEX triplet: F3, 09 and 40. RGB value is (243,9,64). Sum of RGB (Red+Green+Blue) = 243+9+64=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F30940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30940 is #0CF6BF. Grayscale: #555555. Windows color (decimal): -849600 or 4196851. OLE color: 4196851.
HSL color Cylindrical-coordinate representation of color #F30940: hue angle of 345.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30940 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 64 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.05 |
| HSL | 345.9º | 0.93% | 0.49% | - |
| HSV(B) | 345.9º | 0.96% | 0.95% | - |
| XYZ | 37.99 | 19.62 | 6.64 | - |
| YUV | 85.24 | 116.02 | 240.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 64 | 0 | 0.96 | 0.74 | 0.05 | 345.9 | 0.93 | 0.49 |
| Hex | F3 | 9 | 40 | 0 | 60 | 4A | 5 | 15A | 5D | 31 |
| Octal | 363 | 11 | 100 | 0 | 140 | 112 | 5 | 532 | 135 | 61 |
| Binary | 11110011 | 1001 | 1000000 | 0 | 1100000 | 1001010 | 101 | 101011010 | 1011101 | 110001 |
Color Harmonies of #F30940
Complementary color
Monochromatic Colors of #F30940
Black with #F30940
Text Example
Text Example
White with #F30940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30940; }
p { color: rgb(243,9,64); }
H1.HeaderClassName
{
color: #F30940;
}
.AnyTagClassName
{
color: #F30940;
}
</style>
background-color css
<style>
a { background-color: #F30940; }
a { background-color: rgb(243,9,64); }
div.DivClassName
{
background-color: #F30940;
}
.BgClassName
{
background-color: #F30940;
}
</style>
border-color css
<style>
span { border-color: #F30940; }
span { border-color: rgb(243,9,64); }
td.TdClassName
{
border-color: #F30940;
}
.TagClassName
{
border-color: #F30940;
}
</style>