Shades of Torch Red #FC034E
Tints of Torch Red #FC034E
RGB
CMYK
RGB Variations
Color information
#FC034E (or 0xFC034E) is known color: Torch Red. HEX triplet: FC, 03 and 4E. RGB value is (252,3,78). Sum of RGB (Red+Green+Blue) = 252+3+78=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC034E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC034E is #03FCB1. Grayscale: #555555. Windows color (decimal): -261298 or 5112828. OLE color: 5112828.
HSL color Cylindrical-coordinate representation of color #FC034E: hue angle of 341.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC034E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.01 |
| HSL | 341.93º | 0.98% | 0.5% | - |
| HSV(B) | 341.93º | 0.99% | 0.99% | - |
| XYZ | 41.55 | 21.31 | 9.13 | - |
| YUV | 86 | 123.49 | 246.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 78 | 0 | 0.99 | 0.69 | 0.01 | 341.93 | 0.98 | 0.5 |
| Hex | FC | 3 | 4E | 0 | 63 | 45 | 1 | 156 | 62 | 32 |
| Octal | 374 | 3 | 116 | 0 | 143 | 105 | 1 | 526 | 142 | 62 |
| Binary | 11111100 | 11 | 1001110 | 0 | 1100011 | 1000101 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC034E
Complementary color
Monochromatic Colors of #FC034E
Black with #FC034E
Text Example
Text Example
White with #FC034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC034E; }
p { color: rgb(252,3,78); }
H1.HeaderClassName
{
color: #FC034E;
}
.AnyTagClassName
{
color: #FC034E;
}
</style>
background-color css
<style>
a { background-color: #FC034E; }
a { background-color: rgb(252,3,78); }
div.DivClassName
{
background-color: #FC034E;
}
.BgClassName
{
background-color: #FC034E;
}
</style>
border-color css
<style>
span { border-color: #FC034E; }
span { border-color: rgb(252,3,78); }
td.TdClassName
{
border-color: #FC034E;
}
.TagClassName
{
border-color: #FC034E;
}
</style>