Shades of Torch Red #FC064E
Tints of Torch Red #FC064E
RGB
CMYK
RGB Variations
Color information
#FC064E (or 0xFC064E) is known color: Torch Red. HEX triplet: FC, 06 and 4E. RGB value is (252,6,78). Sum of RGB (Red+Green+Blue) = 252+6+78=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC064E is #03F9B1. Grayscale: #575757. Windows color (decimal): -260530 or 5113596. OLE color: 5113596.
HSL color Cylindrical-coordinate representation of color #FC064E: hue angle of 342.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC064E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 78 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.01 |
| HSL | 342.44º | 0.98% | 0.51% | - |
| HSV(B) | 342.44º | 0.98% | 0.99% | - |
| XYZ | 41.59 | 21.38 | 9.14 | - |
| YUV | 87.76 | 122.5 | 245.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 78 | 0 | 0.98 | 0.69 | 0.01 | 342.44 | 0.98 | 0.51 |
| Hex | FC | 6 | 4E | 0 | 62 | 45 | 1 | 156 | 62 | 33 |
| Octal | 374 | 6 | 116 | 0 | 142 | 105 | 1 | 526 | 142 | 63 |
| Binary | 11111100 | 110 | 1001110 | 0 | 1100010 | 1000101 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FC064E
Complementary color
Monochromatic Colors of #FC064E
Black with #FC064E
Text Example
Text Example
White with #FC064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC064E; }
p { color: rgb(252,6,78); }
H1.HeaderClassName
{
color: #FC064E;
}
.AnyTagClassName
{
color: #FC064E;
}
</style>
background-color css
<style>
a { background-color: #FC064E; }
a { background-color: rgb(252,6,78); }
div.DivClassName
{
background-color: #FC064E;
}
.BgClassName
{
background-color: #FC064E;
}
</style>
border-color css
<style>
span { border-color: #FC064E; }
span { border-color: rgb(252,6,78); }
td.TdClassName
{
border-color: #FC064E;
}
.TagClassName
{
border-color: #FC064E;
}
</style>