Shades of Torch Red #F30947
Tints of Torch Red #F30947
RGB
CMYK
RGB Variations
Color information
#F30947 (or 0xF30947) is known color: Torch Red. HEX triplet: F3, 09 and 47. RGB value is (243,9,71). Sum of RGB (Red+Green+Blue) = 243+9+71=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F30947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30947 is #0CF6B8. Grayscale: #565656. Windows color (decimal): -849593 or 4655603. OLE color: 4655603.
HSL color Cylindrical-coordinate representation of color #F30947: hue angle of 344.1º 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 #F30947 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.05 |
| HSL | 344.1º | 0.93% | 0.49% | - |
| HSV(B) | 344.1º | 0.96% | 0.95% | - |
| XYZ | 38.2 | 19.7 | 7.75 | - |
| YUV | 86.03 | 119.52 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 71 | 0 | 0.96 | 0.71 | 0.05 | 344.1 | 0.93 | 0.49 |
| Hex | F3 | 9 | 47 | 0 | 60 | 47 | 5 | 158 | 5D | 31 |
| Octal | 363 | 11 | 107 | 0 | 140 | 107 | 5 | 530 | 135 | 61 |
| Binary | 11110011 | 1001 | 1000111 | 0 | 1100000 | 1000111 | 101 | 101011000 | 1011101 | 110001 |
Color Harmonies of #F30947
Complementary color
Monochromatic Colors of #F30947
Black with #F30947
Text Example
Text Example
White with #F30947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30947; }
p { color: rgb(243,9,71); }
H1.HeaderClassName
{
color: #F30947;
}
.AnyTagClassName
{
color: #F30947;
}
</style>
background-color css
<style>
a { background-color: #F30947; }
a { background-color: rgb(243,9,71); }
div.DivClassName
{
background-color: #F30947;
}
.BgClassName
{
background-color: #F30947;
}
</style>
border-color css
<style>
span { border-color: #F30947; }
span { border-color: rgb(243,9,71); }
td.TdClassName
{
border-color: #F30947;
}
.TagClassName
{
border-color: #F30947;
}
</style>