Shades of Torch Red #F30943
Tints of Torch Red #F30943
RGB
CMYK
RGB Variations
Color information
#F30943 (or 0xF30943) is known color: Torch Red. HEX triplet: F3, 09 and 43. RGB value is (243,9,67). Sum of RGB (Red+Green+Blue) = 243+9+67=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F30943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30943 is #0CF6BC. Grayscale: #555555. Windows color (decimal): -849597 or 4393459. OLE color: 4393459.
HSL color Cylindrical-coordinate representation of color #F30943: hue angle of 345.13º 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 #F30943 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.05 |
| HSL | 345.13º | 0.93% | 0.49% | - |
| HSV(B) | 345.13º | 0.96% | 0.95% | - |
| XYZ | 38.07 | 19.66 | 7.1 | - |
| YUV | 85.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 67 | 0 | 0.96 | 0.72 | 0.05 | 345.13 | 0.93 | 0.49 |
| Hex | F3 | 9 | 43 | 0 | 60 | 48 | 5 | 159 | 5D | 31 |
| Octal | 363 | 11 | 103 | 0 | 140 | 110 | 5 | 531 | 135 | 61 |
| Binary | 11110011 | 1001 | 1000011 | 0 | 1100000 | 1001000 | 101 | 101011001 | 1011101 | 110001 |
Color Harmonies of #F30943
Complementary color
Monochromatic Colors of #F30943
Black with #F30943
Text Example
Text Example
White with #F30943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30943; }
p { color: rgb(243,9,67); }
H1.HeaderClassName
{
color: #F30943;
}
.AnyTagClassName
{
color: #F30943;
}
</style>
background-color css
<style>
a { background-color: #F30943; }
a { background-color: rgb(243,9,67); }
div.DivClassName
{
background-color: #F30943;
}
.BgClassName
{
background-color: #F30943;
}
</style>
border-color css
<style>
span { border-color: #F30943; }
span { border-color: rgb(243,9,67); }
td.TdClassName
{
border-color: #F30943;
}
.TagClassName
{
border-color: #F30943;
}
</style>