Shades of Torch Red #FE1248
Tints of Torch Red #FE1248
RGB
CMYK
RGB Variations
Color information
#FE1248 (or 0xFE1248) is known color: Torch Red. HEX triplet: FE, 12 and 48. RGB value is (254,18,72). Sum of RGB (Red+Green+Blue) = 254+18+72=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1248 is #01EDB7. Grayscale: #5E5E5E. Windows color (decimal): -126392 or 4723454. OLE color: 4723454.
HSL color Cylindrical-coordinate representation of color #FE1248: hue angle of 346.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1248 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 72 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.00 |
| HSL | 346.27º | 0.99% | 0.53% | - |
| HSV(B) | 346.27º | 0.93% | 1% | - |
| XYZ | 42.26 | 21.97 | 8.14 | - |
| YUV | 94.72 | 115.19 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 72 | 0 | 0.93 | 0.72 | 0.00 | 346.27 | 0.99 | 0.53 |
| Hex | FE | 12 | 48 | 0 | 5D | 48 | 0 | 15A | 63 | 35 |
| Octal | 376 | 22 | 110 | 0 | 135 | 110 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 10010 | 1001000 | 0 | 1011101 | 1001000 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE1248
Complementary color
Monochromatic Colors of #FE1248
Black with #FE1248
Text Example
Text Example
White with #FE1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1248; }
p { color: rgb(254,18,72); }
H1.HeaderClassName
{
color: #FE1248;
}
.AnyTagClassName
{
color: #FE1248;
}
</style>
background-color css
<style>
a { background-color: #FE1248; }
a { background-color: rgb(254,18,72); }
div.DivClassName
{
background-color: #FE1248;
}
.BgClassName
{
background-color: #FE1248;
}
</style>
border-color css
<style>
span { border-color: #FE1248; }
span { border-color: rgb(254,18,72); }
td.TdClassName
{
border-color: #FE1248;
}
.TagClassName
{
border-color: #FE1248;
}
</style>