Shades of Torch Red #FC0641
Tints of Torch Red #FC0641
RGB
CMYK
RGB Variations
Color information
#FC0641 (or 0xFC0641) is known color: Torch Red. HEX triplet: FC, 06 and 41. RGB value is (252,6,65). Sum of RGB (Red+Green+Blue) = 252+6+65=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0641 is #03F9BE. Grayscale: #565656. Windows color (decimal): -260543 or 4261628. OLE color: 4261628.
HSL color Cylindrical-coordinate representation of color #FC0641: hue angle of 345.61º 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 #FC0641 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 65 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.01 |
| HSL | 345.61º | 0.98% | 0.51% | - |
| HSV(B) | 345.61º | 0.98% | 0.99% | - |
| XYZ | 41.16 | 21.21 | 6.92 | - |
| YUV | 86.28 | 116 | 246.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 65 | 0 | 0.98 | 0.74 | 0.01 | 345.61 | 0.98 | 0.51 |
| Hex | FC | 6 | 41 | 0 | 62 | 4A | 1 | 15A | 62 | 33 |
| Octal | 374 | 6 | 101 | 0 | 142 | 112 | 1 | 532 | 142 | 63 |
| Binary | 11111100 | 110 | 1000001 | 0 | 1100010 | 1001010 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FC0641
Complementary color
Monochromatic Colors of #FC0641
Black with #FC0641
Text Example
Text Example
White with #FC0641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0641; }
p { color: rgb(252,6,65); }
H1.HeaderClassName
{
color: #FC0641;
}
.AnyTagClassName
{
color: #FC0641;
}
</style>
background-color css
<style>
a { background-color: #FC0641; }
a { background-color: rgb(252,6,65); }
div.DivClassName
{
background-color: #FC0641;
}
.BgClassName
{
background-color: #FC0641;
}
</style>
border-color css
<style>
span { border-color: #FC0641; }
span { border-color: rgb(252,6,65); }
td.TdClassName
{
border-color: #FC0641;
}
.TagClassName
{
border-color: #FC0641;
}
</style>