Shades of Torch Red #FC064C
Tints of Torch Red #FC064C
RGB
CMYK
RGB Variations
Color information
#FC064C (or 0xFC064C) is known color: Torch Red. HEX triplet: FC, 06 and 4C. RGB value is (252,6,76). Sum of RGB (Red+Green+Blue) = 252+6+76=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC064C is #03F9B3. Grayscale: #575757. Windows color (decimal): -260532 or 4982524. OLE color: 4982524.
HSL color Cylindrical-coordinate representation of color #FC064C: hue angle of 342.93º 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 #FC064C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 76 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.01 |
| HSL | 342.93º | 0.98% | 0.51% | - |
| HSV(B) | 342.93º | 0.98% | 0.99% | - |
| XYZ | 41.51 | 21.35 | 8.77 | - |
| YUV | 87.53 | 121.5 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 76 | 0 | 0.98 | 0.70 | 0.01 | 342.93 | 0.98 | 0.51 |
| Hex | FC | 6 | 4C | 0 | 62 | 46 | 1 | 157 | 62 | 33 |
| Octal | 374 | 6 | 114 | 0 | 142 | 106 | 1 | 527 | 142 | 63 |
| Binary | 11111100 | 110 | 1001100 | 0 | 1100010 | 1000110 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FC064C
Complementary color
Monochromatic Colors of #FC064C
Black with #FC064C
Text Example
Text Example
White with #FC064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC064C; }
p { color: rgb(252,6,76); }
H1.HeaderClassName
{
color: #FC064C;
}
.AnyTagClassName
{
color: #FC064C;
}
</style>
background-color css
<style>
a { background-color: #FC064C; }
a { background-color: rgb(252,6,76); }
div.DivClassName
{
background-color: #FC064C;
}
.BgClassName
{
background-color: #FC064C;
}
</style>
border-color css
<style>
span { border-color: #FC064C; }
span { border-color: rgb(252,6,76); }
td.TdClassName
{
border-color: #FC064C;
}
.TagClassName
{
border-color: #FC064C;
}
</style>