Shades of Torch Red #F51446
Tints of Torch Red #F51446
RGB
CMYK
RGB Variations
Color information
#F51446 (or 0xF51446) is known color: Torch Red. HEX triplet: F5, 14 and 46. RGB value is (245,20,70). Sum of RGB (Red+Green+Blue) = 245+20+70=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F51446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51446 is #0AEBB9. Grayscale: #5D5D5D. Windows color (decimal): -715706 or 4592885. OLE color: 4592885.
HSL color Cylindrical-coordinate representation of color #F51446: hue angle of 346.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51446 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 70 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.04 |
| HSL | 346.67º | 0.92% | 0.52% | - |
| HSV(B) | 346.67º | 0.92% | 0.96% | - |
| XYZ | 39.01 | 20.35 | 7.67 | - |
| YUV | 92.98 | 115.04 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 70 | 0 | 0.92 | 0.71 | 0.04 | 346.67 | 0.92 | 0.52 |
| Hex | F5 | 14 | 46 | 0 | 5C | 47 | 4 | 15B | 5C | 34 |
| Octal | 365 | 24 | 106 | 0 | 134 | 107 | 4 | 533 | 134 | 64 |
| Binary | 11110101 | 10100 | 1000110 | 0 | 1011100 | 1000111 | 100 | 101011011 | 1011100 | 110100 |
Color Harmonies of #F51446
Complementary color
Monochromatic Colors of #F51446
Black with #F51446
Text Example
Text Example
White with #F51446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51446; }
p { color: rgb(245,20,70); }
H1.HeaderClassName
{
color: #F51446;
}
.AnyTagClassName
{
color: #F51446;
}
</style>
background-color css
<style>
a { background-color: #F51446; }
a { background-color: rgb(245,20,70); }
div.DivClassName
{
background-color: #F51446;
}
.BgClassName
{
background-color: #F51446;
}
</style>
border-color css
<style>
span { border-color: #F51446; }
span { border-color: rgb(245,20,70); }
td.TdClassName
{
border-color: #F51446;
}
.TagClassName
{
border-color: #F51446;
}
</style>