Shades of Torch Red #F30E47
Tints of Torch Red #F30E47
RGB
CMYK
RGB Variations
Color information
#F30E47 (or 0xF30E47) is known color: Torch Red. HEX triplet: F3, 0E and 47. RGB value is (243,14,71). Sum of RGB (Red+Green+Blue) = 243+14+71=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30E47 is #0CF1B8. Grayscale: #585858. Windows color (decimal): -848313 or 4656883. OLE color: 4656883.
HSL color Cylindrical-coordinate representation of color #F30E47: hue angle of 345.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E47 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 71 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.05 |
| HSL | 345.07º | 0.91% | 0.5% | - |
| HSV(B) | 345.07º | 0.94% | 0.95% | - |
| XYZ | 38.26 | 19.82 | 7.77 | - |
| YUV | 88.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 71 | 0 | 0.94 | 0.71 | 0.05 | 345.07 | 0.91 | 0.5 |
| Hex | F3 | E | 47 | 0 | 5E | 47 | 5 | 159 | 5B | 32 |
| Octal | 363 | 16 | 107 | 0 | 136 | 107 | 5 | 531 | 133 | 62 |
| Binary | 11110011 | 1110 | 1000111 | 0 | 1011110 | 1000111 | 101 | 101011001 | 1011011 | 110010 |
Color Harmonies of #F30E47
Complementary color
Monochromatic Colors of #F30E47
Black with #F30E47
Text Example
Text Example
White with #F30E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E47; }
p { color: rgb(243,14,71); }
H1.HeaderClassName
{
color: #F30E47;
}
.AnyTagClassName
{
color: #F30E47;
}
</style>
background-color css
<style>
a { background-color: #F30E47; }
a { background-color: rgb(243,14,71); }
div.DivClassName
{
background-color: #F30E47;
}
.BgClassName
{
background-color: #F30E47;
}
</style>
border-color css
<style>
span { border-color: #F30E47; }
span { border-color: rgb(243,14,71); }
td.TdClassName
{
border-color: #F30E47;
}
.TagClassName
{
border-color: #F30E47;
}
</style>