Shades of Torch Red #FE104C
Tints of Torch Red #FE104C
RGB
CMYK
RGB Variations
Color information
#FE104C (or 0xFE104C) is known color: Torch Red. HEX triplet: FE, 10 and 4C. RGB value is (254,16,76). Sum of RGB (Red+Green+Blue) = 254+16+76=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE104C is #01EFB3. Grayscale: #5E5E5E. Windows color (decimal): -126900 or 4985086. OLE color: 4985086.
HSL color Cylindrical-coordinate representation of color #FE104C: hue angle of 344.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE104C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 76 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.00 |
| HSL | 344.87º | 0.99% | 0.53% | - |
| HSV(B) | 344.87º | 0.94% | 1% | - |
| XYZ | 42.36 | 21.96 | 8.84 | - |
| YUV | 94 | 117.85 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 76 | 0 | 0.94 | 0.70 | 0.00 | 344.87 | 0.99 | 0.53 |
| Hex | FE | 10 | 4C | 0 | 5E | 46 | 0 | 159 | 63 | 35 |
| Octal | 376 | 20 | 114 | 0 | 136 | 106 | 0 | 531 | 143 | 65 |
| Binary | 11111110 | 10000 | 1001100 | 0 | 1011110 | 1000110 | 0 | 101011001 | 1100011 | 110101 |
Color Harmonies of #FE104C
Complementary color
Monochromatic Colors of #FE104C
Black with #FE104C
Text Example
Text Example
White with #FE104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE104C; }
p { color: rgb(254,16,76); }
H1.HeaderClassName
{
color: #FE104C;
}
.AnyTagClassName
{
color: #FE104C;
}
</style>
background-color css
<style>
a { background-color: #FE104C; }
a { background-color: rgb(254,16,76); }
div.DivClassName
{
background-color: #FE104C;
}
.BgClassName
{
background-color: #FE104C;
}
</style>
border-color css
<style>
span { border-color: #FE104C; }
span { border-color: rgb(254,16,76); }
td.TdClassName
{
border-color: #FE104C;
}
.TagClassName
{
border-color: #FE104C;
}
</style>