Shades of Torch Red #F30949
Tints of Torch Red #F30949
RGB
CMYK
RGB Variations
Color information
#F30949 (or 0xF30949) is known color: Torch Red. HEX triplet: F3, 09 and 49. RGB value is (243,9,73). Sum of RGB (Red+Green+Blue) = 243+9+73=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F30949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30949 is #0CF6B6. Grayscale: #565656. Windows color (decimal): -849591 or 4786675. OLE color: 4786675.
HSL color Cylindrical-coordinate representation of color #F30949: hue angle of 343.59º 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 #F30949 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.05 |
| HSL | 343.59º | 0.93% | 0.49% | - |
| HSV(B) | 343.59º | 0.96% | 0.95% | - |
| XYZ | 38.26 | 19.73 | 8.1 | - |
| YUV | 86.26 | 120.52 | 239.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 73 | 0 | 0.96 | 0.70 | 0.05 | 343.59 | 0.93 | 0.49 |
| Hex | F3 | 9 | 49 | 0 | 60 | 46 | 5 | 158 | 5D | 31 |
| Octal | 363 | 11 | 111 | 0 | 140 | 106 | 5 | 530 | 135 | 61 |
| Binary | 11110011 | 1001 | 1001001 | 0 | 1100000 | 1000110 | 101 | 101011000 | 1011101 | 110001 |
Color Harmonies of #F30949
Complementary color
Monochromatic Colors of #F30949
Black with #F30949
Text Example
Text Example
White with #F30949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30949; }
p { color: rgb(243,9,73); }
H1.HeaderClassName
{
color: #F30949;
}
.AnyTagClassName
{
color: #F30949;
}
</style>
background-color css
<style>
a { background-color: #F30949; }
a { background-color: rgb(243,9,73); }
div.DivClassName
{
background-color: #F30949;
}
.BgClassName
{
background-color: #F30949;
}
</style>
border-color css
<style>
span { border-color: #F30949; }
span { border-color: rgb(243,9,73); }
td.TdClassName
{
border-color: #F30949;
}
.TagClassName
{
border-color: #F30949;
}
</style>