Shades of Torch Red #F30447
Tints of Torch Red #F30447
RGB
CMYK
RGB Variations
Color information
#F30447 (or 0xF30447) is known color: Torch Red. HEX triplet: F3, 04 and 47. RGB value is (243,4,71). Sum of RGB (Red+Green+Blue) = 243+4+71=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F30447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30447 is #0CFBB8. Grayscale: #535353. Windows color (decimal): -850873 or 4654323. OLE color: 4654323.
HSL color Cylindrical-coordinate representation of color #F30447: hue angle of 343.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 #F30447 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.18º | 0.97% | 0.48% | - |
| HSV(B) | 343.18º | 0.98% | 0.95% | - |
| XYZ | 38.14 | 19.6 | 7.73 | - |
| YUV | 83.1 | 121.18 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 71 | 0 | 0.98 | 0.71 | 0.05 | 343.18 | 0.97 | 0.48 |
| Hex | F3 | 4 | 47 | 0 | 62 | 47 | 5 | 157 | 61 | 30 |
| Octal | 363 | 4 | 107 | 0 | 142 | 107 | 5 | 527 | 141 | 60 |
| Binary | 11110011 | 100 | 1000111 | 0 | 1100010 | 1000111 | 101 | 101010111 | 1100001 | 110000 |
Color Harmonies of #F30447
Complementary color
Monochromatic Colors of #F30447
Black with #F30447
Text Example
Text Example
White with #F30447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30447; }
p { color: rgb(243,4,71); }
H1.HeaderClassName
{
color: #F30447;
}
.AnyTagClassName
{
color: #F30447;
}
</style>
background-color css
<style>
a { background-color: #F30447; }
a { background-color: rgb(243,4,71); }
div.DivClassName
{
background-color: #F30447;
}
.BgClassName
{
background-color: #F30447;
}
</style>
border-color css
<style>
span { border-color: #F30447; }
span { border-color: rgb(243,4,71); }
td.TdClassName
{
border-color: #F30447;
}
.TagClassName
{
border-color: #F30447;
}
</style>