Shades of Torch Red #FE1149
Tints of Torch Red #FE1149
RGB
CMYK
RGB Variations
Color information
#FE1149 (or 0xFE1149) is known color: Torch Red. HEX triplet: FE, 11 and 49. RGB value is (254,17,73). Sum of RGB (Red+Green+Blue) = 254+17+73=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1149 is #01EEB6. Grayscale: #5E5E5E. Windows color (decimal): -126647 or 4788734. OLE color: 4788734.
HSL color Cylindrical-coordinate representation of color #FE1149: hue angle of 345.82º 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 #FE1149 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 73 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.00 |
| HSL | 345.82º | 0.99% | 0.53% | - |
| HSV(B) | 345.82º | 0.93% | 1% | - |
| XYZ | 42.28 | 21.95 | 8.31 | - |
| YUV | 94.25 | 116.02 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 73 | 0 | 0.93 | 0.71 | 0.00 | 345.82 | 0.99 | 0.53 |
| Hex | FE | 11 | 49 | 0 | 5D | 47 | 0 | 15A | 63 | 35 |
| Octal | 376 | 21 | 111 | 0 | 135 | 107 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 10001 | 1001001 | 0 | 1011101 | 1000111 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE1149
Complementary color
Monochromatic Colors of #FE1149
Black with #FE1149
Text Example
Text Example
White with #FE1149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1149; }
p { color: rgb(254,17,73); }
H1.HeaderClassName
{
color: #FE1149;
}
.AnyTagClassName
{
color: #FE1149;
}
</style>
background-color css
<style>
a { background-color: #FE1149; }
a { background-color: rgb(254,17,73); }
div.DivClassName
{
background-color: #FE1149;
}
.BgClassName
{
background-color: #FE1149;
}
</style>
border-color css
<style>
span { border-color: #FE1149; }
span { border-color: rgb(254,17,73); }
td.TdClassName
{
border-color: #FE1149;
}
.TagClassName
{
border-color: #FE1149;
}
</style>