Shades of Torch Red #FE0147
Tints of Torch Red #FE0147
RGB
CMYK
RGB Variations
Color information
#FE0147 (or 0xFE0147) is known color: Torch Red. HEX triplet: FE, 01 and 47. RGB value is (254,1,71). Sum of RGB (Red+Green+Blue) = 254+1+71=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0147 is #01FEB8. Grayscale: #545454. Windows color (decimal): -130745 or 4653566. OLE color: 4653566.
HSL color Cylindrical-coordinate representation of color #FE0147: hue angle of 343.4º 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 #FE0147 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.00 |
| HSL | 343.4º | 0.99% | 0.5% | - |
| HSV(B) | 343.4º | 1% | 1% | - |
| XYZ | 42.02 | 21.55 | 7.91 | - |
| YUV | 84.63 | 120.32 | 248.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 71 | 0 | 1.00 | 0.72 | 0.00 | 343.4 | 0.99 | 0.5 |
| Hex | FE | 1 | 47 | 0 | 64 | 48 | 0 | 157 | 63 | 32 |
| Octal | 376 | 1 | 107 | 0 | 144 | 110 | 0 | 527 | 143 | 62 |
| Binary | 11111110 | 1 | 1000111 | 0 | 1100100 | 1001000 | 0 | 101010111 | 1100011 | 110010 |
Color Harmonies of #FE0147
Complementary color
Monochromatic Colors of #FE0147
Black with #FE0147
Text Example
Text Example
White with #FE0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0147; }
p { color: rgb(254,1,71); }
H1.HeaderClassName
{
color: #FE0147;
}
.AnyTagClassName
{
color: #FE0147;
}
</style>
background-color css
<style>
a { background-color: #FE0147; }
a { background-color: rgb(254,1,71); }
div.DivClassName
{
background-color: #FE0147;
}
.BgClassName
{
background-color: #FE0147;
}
</style>
border-color css
<style>
span { border-color: #FE0147; }
span { border-color: rgb(254,1,71); }
td.TdClassName
{
border-color: #FE0147;
}
.TagClassName
{
border-color: #FE0147;
}
</style>