Shades of Torch Red #FE0146
Tints of Torch Red #FE0146
RGB
CMYK
RGB Variations
Color information
#FE0146 (or 0xFE0146) is known color: Torch Red. HEX triplet: FE, 01 and 46. RGB value is (254,1,70). Sum of RGB (Red+Green+Blue) = 254+1+70=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0146 is #01FEB9. Grayscale: #545454. Windows color (decimal): -130746 or 4588030. OLE color: 4588030.
HSL color Cylindrical-coordinate representation of color #FE0146: hue angle of 343.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0146 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.00 |
| HSL | 343.64º | 0.99% | 0.5% | - |
| HSV(B) | 343.64º | 1% | 1% | - |
| XYZ | 41.99 | 21.53 | 7.74 | - |
| YUV | 84.51 | 119.82 | 248.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 70 | 0 | 1.00 | 0.72 | 0.00 | 343.64 | 0.99 | 0.5 |
| Hex | FE | 1 | 46 | 0 | 64 | 48 | 0 | 158 | 63 | 32 |
| Octal | 376 | 1 | 106 | 0 | 144 | 110 | 0 | 530 | 143 | 62 |
| Binary | 11111110 | 1 | 1000110 | 0 | 1100100 | 1001000 | 0 | 101011000 | 1100011 | 110010 |
Color Harmonies of #FE0146
Complementary color
Monochromatic Colors of #FE0146
Black with #FE0146
Text Example
Text Example
White with #FE0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0146; }
p { color: rgb(254,1,70); }
H1.HeaderClassName
{
color: #FE0146;
}
.AnyTagClassName
{
color: #FE0146;
}
</style>
background-color css
<style>
a { background-color: #FE0146; }
a { background-color: rgb(254,1,70); }
div.DivClassName
{
background-color: #FE0146;
}
.BgClassName
{
background-color: #FE0146;
}
</style>
border-color css
<style>
span { border-color: #FE0146; }
span { border-color: rgb(254,1,70); }
td.TdClassName
{
border-color: #FE0146;
}
.TagClassName
{
border-color: #FE0146;
}
</style>