Shades of Torch Red #FC0046
Tints of Torch Red #FC0046
RGB
CMYK
RGB Variations
Color information
#FC0046 (or 0xFC0046) is known color: Torch Red. HEX triplet: FC, 00 and 46. RGB value is (252,0,70). Sum of RGB (Red+Green+Blue) = 252+0+70=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0046 is #03FFB9. Grayscale: #535353. Windows color (decimal): -262074 or 4587772. OLE color: 4587772.
HSL color Cylindrical-coordinate representation of color #FC0046: hue angle of 343.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0046 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.72 | 0.01 |
| HSL | 343.33º | 1% | 0.49% | - |
| HSV(B) | 343.33º | 1% | 0.99% | - |
| XYZ | 41.25 | 21.14 | 7.7 | - |
| YUV | 83.33 | 120.49 | 248.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 70 | 0 | 1 | 0.72 | 0.01 | 343.33 | 1 | 0.49 |
| Hex | FC | 0 | 46 | 0 | 64 | 48 | 1 | 157 | 64 | 31 |
| Octal | 374 | 0 | 106 | 0 | 144 | 110 | 1 | 527 | 144 | 61 |
| Binary | 11111100 | 0 | 1000110 | 0 | 1100100 | 1001000 | 1 | 101010111 | 1100100 | 110001 |
Color Harmonies of #FC0046
Complementary color
Monochromatic Colors of #FC0046
Black with #FC0046
Text Example
Text Example
White with #FC0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0046; }
p { color: rgb(252,0,70); }
H1.HeaderClassName
{
color: #FC0046;
}
.AnyTagClassName
{
color: #FC0046;
}
</style>
background-color css
<style>
a { background-color: #FC0046; }
a { background-color: rgb(252,0,70); }
div.DivClassName
{
background-color: #FC0046;
}
.BgClassName
{
background-color: #FC0046;
}
</style>
border-color css
<style>
span { border-color: #FC0046; }
span { border-color: rgb(252,0,70); }
td.TdClassName
{
border-color: #FC0046;
}
.TagClassName
{
border-color: #FC0046;
}
</style>