Shades of Torch Red #F51044
Tints of Torch Red #F51044
RGB
CMYK
RGB Variations
Color information
#F51044 (or 0xF51044) is known color: Torch Red. HEX triplet: F5, 10 and 44. RGB value is (245,16,68). Sum of RGB (Red+Green+Blue) = 245+16+68=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F51044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51044 is #0AEFBB. Grayscale: #5A5A5A. Windows color (decimal): -716732 or 4460789. OLE color: 4460789.
HSL color Cylindrical-coordinate representation of color #F51044: hue angle of 346.38º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51044 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.04 |
| HSL | 346.38º | 0.92% | 0.51% | - |
| HSV(B) | 346.38º | 0.93% | 0.96% | - |
| XYZ | 38.88 | 20.2 | 7.32 | - |
| YUV | 90.4 | 115.37 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 68 | 0 | 0.93 | 0.72 | 0.04 | 346.38 | 0.92 | 0.51 |
| Hex | F5 | 10 | 44 | 0 | 5D | 48 | 4 | 15A | 5C | 33 |
| Octal | 365 | 20 | 104 | 0 | 135 | 110 | 4 | 532 | 134 | 63 |
| Binary | 11110101 | 10000 | 1000100 | 0 | 1011101 | 1001000 | 100 | 101011010 | 1011100 | 110011 |
Color Harmonies of #F51044
Complementary color
Monochromatic Colors of #F51044
Black with #F51044
Text Example
Text Example
White with #F51044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51044; }
p { color: rgb(245,16,68); }
H1.HeaderClassName
{
color: #F51044;
}
.AnyTagClassName
{
color: #F51044;
}
</style>
background-color css
<style>
a { background-color: #F51044; }
a { background-color: rgb(245,16,68); }
div.DivClassName
{
background-color: #F51044;
}
.BgClassName
{
background-color: #F51044;
}
</style>
border-color css
<style>
span { border-color: #F51044; }
span { border-color: rgb(245,16,68); }
td.TdClassName
{
border-color: #F51044;
}
.TagClassName
{
border-color: #F51044;
}
</style>