Shades of Torch Red #F30748
Tints of Torch Red #F30748
RGB
CMYK
RGB Variations
Color information
#F30748 (or 0xF30748) is known color: Torch Red. HEX triplet: F3, 07 and 48. RGB value is (243,7,72). Sum of RGB (Red+Green+Blue) = 243+7+72=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F30748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30748 is #0CF8B7. Grayscale: #545454. Windows color (decimal): -850104 or 4720627. OLE color: 4720627.
HSL color Cylindrical-coordinate representation of color #F30748: hue angle of 343.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30748 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 72 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.05 |
| HSL | 343.47º | 0.94% | 0.49% | - |
| HSV(B) | 343.47º | 0.97% | 0.95% | - |
| XYZ | 38.21 | 19.67 | 7.91 | - |
| YUV | 84.97 | 120.69 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 72 | 0 | 0.97 | 0.70 | 0.05 | 343.47 | 0.94 | 0.49 |
| Hex | F3 | 7 | 48 | 0 | 61 | 46 | 5 | 157 | 5E | 31 |
| Octal | 363 | 7 | 110 | 0 | 141 | 106 | 5 | 527 | 136 | 61 |
| Binary | 11110011 | 111 | 1001000 | 0 | 1100001 | 1000110 | 101 | 101010111 | 1011110 | 110001 |
Color Harmonies of #F30748
Complementary color
Monochromatic Colors of #F30748
Black with #F30748
Text Example
Text Example
White with #F30748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30748; }
p { color: rgb(243,7,72); }
H1.HeaderClassName
{
color: #F30748;
}
.AnyTagClassName
{
color: #F30748;
}
</style>
background-color css
<style>
a { background-color: #F30748; }
a { background-color: rgb(243,7,72); }
div.DivClassName
{
background-color: #F30748;
}
.BgClassName
{
background-color: #F30748;
}
</style>
border-color css
<style>
span { border-color: #F30748; }
span { border-color: rgb(243,7,72); }
td.TdClassName
{
border-color: #F30748;
}
.TagClassName
{
border-color: #F30748;
}
</style>