Shades of Torch Red #FE054C
Tints of Torch Red #FE054C
RGB
CMYK
RGB Variations
Color information
#FE054C (or 0xFE054C) is known color: Torch Red. HEX triplet: FE, 05 and 4C. RGB value is (254,5,76). Sum of RGB (Red+Green+Blue) = 254+5+76=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE054C is #01FAB3. Grayscale: #575757. Windows color (decimal): -129716 or 4982270. OLE color: 4982270.
HSL color Cylindrical-coordinate representation of color #FE054C: hue angle of 342.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE054C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.00 |
| HSL | 342.89º | 0.99% | 0.51% | - |
| HSV(B) | 342.89º | 0.98% | 1% | - |
| XYZ | 42.23 | 21.7 | 8.8 | - |
| YUV | 87.55 | 121.49 | 246.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 76 | 0 | 0.98 | 0.70 | 0.00 | 342.89 | 0.99 | 0.51 |
| Hex | FE | 5 | 4C | 0 | 62 | 46 | 0 | 157 | 63 | 33 |
| Octal | 376 | 5 | 114 | 0 | 142 | 106 | 0 | 527 | 143 | 63 |
| Binary | 11111110 | 101 | 1001100 | 0 | 1100010 | 1000110 | 0 | 101010111 | 1100011 | 110011 |
Color Harmonies of #FE054C
Complementary color
Monochromatic Colors of #FE054C
Black with #FE054C
Text Example
Text Example
White with #FE054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE054C; }
p { color: rgb(254,5,76); }
H1.HeaderClassName
{
color: #FE054C;
}
.AnyTagClassName
{
color: #FE054C;
}
</style>
background-color css
<style>
a { background-color: #FE054C; }
a { background-color: rgb(254,5,76); }
div.DivClassName
{
background-color: #FE054C;
}
.BgClassName
{
background-color: #FE054C;
}
</style>
border-color css
<style>
span { border-color: #FE054C; }
span { border-color: rgb(254,5,76); }
td.TdClassName
{
border-color: #FE054C;
}
.TagClassName
{
border-color: #FE054C;
}
</style>