Shades of Torch Red #F51247
Tints of Torch Red #F51247
RGB
CMYK
RGB Variations
Color information
#F51247 (or 0xF51247) is known color: Torch Red. HEX triplet: F5, 12 and 47. RGB value is (245,18,71). Sum of RGB (Red+Green+Blue) = 245+18+71=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F51247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51247 is #0AEDB8. Grayscale: #5B5B5B. Windows color (decimal): -716217 or 4657909. OLE color: 4657909.
HSL color Cylindrical-coordinate representation of color #F51247: hue angle of 345.99º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51247 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 71 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.04 |
| HSL | 345.99º | 0.92% | 0.52% | - |
| HSV(B) | 345.99º | 0.93% | 0.96% | - |
| XYZ | 39.01 | 20.3 | 7.82 | - |
| YUV | 91.92 | 116.21 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 71 | 0 | 0.93 | 0.71 | 0.04 | 345.99 | 0.92 | 0.52 |
| Hex | F5 | 12 | 47 | 0 | 5D | 47 | 4 | 15A | 5C | 34 |
| Octal | 365 | 22 | 107 | 0 | 135 | 107 | 4 | 532 | 134 | 64 |
| Binary | 11110101 | 10010 | 1000111 | 0 | 1011101 | 1000111 | 100 | 101011010 | 1011100 | 110100 |
Color Harmonies of #F51247
Complementary color
Monochromatic Colors of #F51247
Black with #F51247
Text Example
Text Example
White with #F51247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51247; }
p { color: rgb(245,18,71); }
H1.HeaderClassName
{
color: #F51247;
}
.AnyTagClassName
{
color: #F51247;
}
</style>
background-color css
<style>
a { background-color: #F51247; }
a { background-color: rgb(245,18,71); }
div.DivClassName
{
background-color: #F51247;
}
.BgClassName
{
background-color: #F51247;
}
</style>
border-color css
<style>
span { border-color: #F51247; }
span { border-color: rgb(245,18,71); }
td.TdClassName
{
border-color: #F51247;
}
.TagClassName
{
border-color: #F51247;
}
</style>