Shades of Torch Red #FE0646
Tints of Torch Red #FE0646
RGB
CMYK
RGB Variations
Color information
#FE0646 (or 0xFE0646) is known color: Torch Red. HEX triplet: FE, 06 and 46. RGB value is (254,6,70). Sum of RGB (Red+Green+Blue) = 254+6+70=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0646 is #01F9B9. Grayscale: #575757. Windows color (decimal): -129466 or 4589310. OLE color: 4589310.
HSL color Cylindrical-coordinate representation of color #FE0646: hue angle of 344.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0646 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 70 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.00 |
| HSL | 344.52º | 0.99% | 0.51% | - |
| HSV(B) | 344.52º | 0.98% | 1% | - |
| XYZ | 42.04 | 21.64 | 7.76 | - |
| YUV | 87.45 | 118.16 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 70 | 0 | 0.98 | 0.72 | 0.00 | 344.52 | 0.99 | 0.51 |
| Hex | FE | 6 | 46 | 0 | 62 | 48 | 0 | 159 | 63 | 33 |
| Octal | 376 | 6 | 106 | 0 | 142 | 110 | 0 | 531 | 143 | 63 |
| Binary | 11111110 | 110 | 1000110 | 0 | 1100010 | 1001000 | 0 | 101011001 | 1100011 | 110011 |
Color Harmonies of #FE0646
Complementary color
Monochromatic Colors of #FE0646
Black with #FE0646
Text Example
Text Example
White with #FE0646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0646; }
p { color: rgb(254,6,70); }
H1.HeaderClassName
{
color: #FE0646;
}
.AnyTagClassName
{
color: #FE0646;
}
</style>
background-color css
<style>
a { background-color: #FE0646; }
a { background-color: rgb(254,6,70); }
div.DivClassName
{
background-color: #FE0646;
}
.BgClassName
{
background-color: #FE0646;
}
</style>
border-color css
<style>
span { border-color: #FE0646; }
span { border-color: rgb(254,6,70); }
td.TdClassName
{
border-color: #FE0646;
}
.TagClassName
{
border-color: #FE0646;
}
</style>