Shades of Torch Red #F30443
Tints of Torch Red #F30443
RGB
CMYK
RGB Variations
Color information
#F30443 (or 0xF30443) is known color: Torch Red. HEX triplet: F3, 04 and 43. RGB value is (243,4,67). Sum of RGB (Red+Green+Blue) = 243+4+67=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F30443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30443 is #0CFBBC. Grayscale: #525252. Windows color (decimal): -850877 or 4392179. OLE color: 4392179.
HSL color Cylindrical-coordinate representation of color #F30443: hue angle of 344.18º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30443 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.05 |
| HSL | 344.18º | 0.97% | 0.48% | - |
| HSV(B) | 344.18º | 0.98% | 0.95% | - |
| XYZ | 38.02 | 19.55 | 7.08 | - |
| YUV | 82.64 | 119.18 | 242.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 67 | 0 | 0.98 | 0.72 | 0.05 | 344.18 | 0.97 | 0.48 |
| Hex | F3 | 4 | 43 | 0 | 62 | 48 | 5 | 158 | 61 | 30 |
| Octal | 363 | 4 | 103 | 0 | 142 | 110 | 5 | 530 | 141 | 60 |
| Binary | 11110011 | 100 | 1000011 | 0 | 1100010 | 1001000 | 101 | 101011000 | 1100001 | 110000 |
Color Harmonies of #F30443
Complementary color
Monochromatic Colors of #F30443
Black with #F30443
Text Example
Text Example
White with #F30443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30443; }
p { color: rgb(243,4,67); }
H1.HeaderClassName
{
color: #F30443;
}
.AnyTagClassName
{
color: #F30443;
}
</style>
background-color css
<style>
a { background-color: #F30443; }
a { background-color: rgb(243,4,67); }
div.DivClassName
{
background-color: #F30443;
}
.BgClassName
{
background-color: #F30443;
}
</style>
border-color css
<style>
span { border-color: #F30443; }
span { border-color: rgb(243,4,67); }
td.TdClassName
{
border-color: #F30443;
}
.TagClassName
{
border-color: #F30443;
}
</style>