Shades of Torch Red #FE0048
Tints of Torch Red #FE0048
RGB
CMYK
RGB Variations
Color information
#FE0048 (or 0xFE0048) is known color: Torch Red. HEX triplet: FE, 00 and 48. RGB value is (254,0,72). Sum of RGB (Red+Green+Blue) = 254+0+72=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0048 is #01FFB7. Grayscale: #545454. Windows color (decimal): -131000 or 4718846. OLE color: 4718846.
HSL color Cylindrical-coordinate representation of color #FE0048: hue angle of 342.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0048 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.72 | 0.00 |
| HSL | 342.99º | 1% | 0.5% | - |
| HSV(B) | 342.99º | 1% | 1% | - |
| XYZ | 42.04 | 21.54 | 8.07 | - |
| YUV | 84.15 | 121.15 | 249.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 72 | 0 | 1 | 0.72 | 0.00 | 342.99 | 1 | 0.5 |
| Hex | FE | 0 | 48 | 0 | 64 | 48 | 0 | 157 | 64 | 32 |
| Octal | 376 | 0 | 110 | 0 | 144 | 110 | 0 | 527 | 144 | 62 |
| Binary | 11111110 | 0 | 1001000 | 0 | 1100100 | 1001000 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FE0048
Complementary color
Monochromatic Colors of #FE0048
Black with #FE0048
Text Example
Text Example
White with #FE0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0048; }
p { color: rgb(254,0,72); }
H1.HeaderClassName
{
color: #FE0048;
}
.AnyTagClassName
{
color: #FE0048;
}
</style>
background-color css
<style>
a { background-color: #FE0048; }
a { background-color: rgb(254,0,72); }
div.DivClassName
{
background-color: #FE0048;
}
.BgClassName
{
background-color: #FE0048;
}
</style>
border-color css
<style>
span { border-color: #FE0048; }
span { border-color: rgb(254,0,72); }
td.TdClassName
{
border-color: #FE0048;
}
.TagClassName
{
border-color: #FE0048;
}
</style>