Shades of Torch Red #F41748
Tints of Torch Red #F41748
RGB
CMYK
RGB Variations
Color information
#F41748 (or 0xF41748) is known color: Torch Red. HEX triplet: F4, 17 and 48. RGB value is (244,23,72). Sum of RGB (Red+Green+Blue) = 244+23+72=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F41748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41748 is #0BE8B7. Grayscale: #5E5E5E. Windows color (decimal): -780472 or 4724724. OLE color: 4724724.
HSL color Cylindrical-coordinate representation of color #F41748: hue angle of 346.7º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41748 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 72 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.04 |
| HSL | 346.7º | 0.91% | 0.52% | - |
| HSV(B) | 346.7º | 0.91% | 0.96% | - |
| XYZ | 38.78 | 20.31 | 8.01 | - |
| YUV | 94.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 72 | 0 | 0.91 | 0.70 | 0.04 | 346.7 | 0.91 | 0.52 |
| Hex | F4 | 17 | 48 | 0 | 5B | 46 | 4 | 15B | 5B | 34 |
| Octal | 364 | 27 | 110 | 0 | 133 | 106 | 4 | 533 | 133 | 64 |
| Binary | 11110100 | 10111 | 1001000 | 0 | 1011011 | 1000110 | 100 | 101011011 | 1011011 | 110100 |
Color Harmonies of #F41748
Complementary color
Monochromatic Colors of #F41748
Black with #F41748
Text Example
Text Example
White with #F41748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41748; }
p { color: rgb(244,23,72); }
H1.HeaderClassName
{
color: #F41748;
}
.AnyTagClassName
{
color: #F41748;
}
</style>
background-color css
<style>
a { background-color: #F41748; }
a { background-color: rgb(244,23,72); }
div.DivClassName
{
background-color: #F41748;
}
.BgClassName
{
background-color: #F41748;
}
</style>
border-color css
<style>
span { border-color: #F41748; }
span { border-color: rgb(244,23,72); }
td.TdClassName
{
border-color: #F41748;
}
.TagClassName
{
border-color: #F41748;
}
</style>