Shades of Torch Red #FE1046
Tints of Torch Red #FE1046
RGB
CMYK
RGB Variations
Color information
#FE1046 (or 0xFE1046) is known color: Torch Red. HEX triplet: FE, 10 and 46. RGB value is (254,16,70). Sum of RGB (Red+Green+Blue) = 254+16+70=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1046 is #01EFB9. Grayscale: #5D5D5D. Windows color (decimal): -126906 or 4591870. OLE color: 4591870.
HSL color Cylindrical-coordinate representation of color #FE1046: hue angle of 346.39º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1046 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 70 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.00 |
| HSL | 346.39º | 0.99% | 0.53% | - |
| HSV(B) | 346.39º | 0.94% | 1% | - |
| XYZ | 42.16 | 21.88 | 7.8 | - |
| YUV | 93.32 | 114.85 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 70 | 0 | 0.94 | 0.72 | 0.00 | 346.39 | 0.99 | 0.53 |
| Hex | FE | 10 | 46 | 0 | 5E | 48 | 0 | 15A | 63 | 35 |
| Octal | 376 | 20 | 106 | 0 | 136 | 110 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 10000 | 1000110 | 0 | 1011110 | 1001000 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE1046
Complementary color
Monochromatic Colors of #FE1046
Black with #FE1046
Text Example
Text Example
White with #FE1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1046; }
p { color: rgb(254,16,70); }
H1.HeaderClassName
{
color: #FE1046;
}
.AnyTagClassName
{
color: #FE1046;
}
</style>
background-color css
<style>
a { background-color: #FE1046; }
a { background-color: rgb(254,16,70); }
div.DivClassName
{
background-color: #FE1046;
}
.BgClassName
{
background-color: #FE1046;
}
</style>
border-color css
<style>
span { border-color: #FE1046; }
span { border-color: rgb(254,16,70); }
td.TdClassName
{
border-color: #FE1046;
}
.TagClassName
{
border-color: #FE1046;
}
</style>