Shades of Torch Red #FE054D
Tints of Torch Red #FE054D
RGB
CMYK
RGB Variations
Color information
#FE054D (or 0xFE054D) is known color: Torch Red. HEX triplet: FE, 05 and 4D. RGB value is (254,5,77). Sum of RGB (Red+Green+Blue) = 254+5+77=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE054D is #01FAB2. Grayscale: #575757. Windows color (decimal): -129715 or 5047806. OLE color: 5047806.
HSL color Cylindrical-coordinate representation of color #FE054D: hue angle of 342.65º 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 #FE054D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.00 |
| HSL | 342.65º | 0.99% | 0.51% | - |
| HSV(B) | 342.65º | 0.98% | 1% | - |
| XYZ | 42.27 | 21.72 | 8.98 | - |
| YUV | 87.66 | 121.99 | 246.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 77 | 0 | 0.98 | 0.70 | 0.00 | 342.65 | 0.99 | 0.51 |
| Hex | FE | 5 | 4D | 0 | 62 | 46 | 0 | 157 | 63 | 33 |
| Octal | 376 | 5 | 115 | 0 | 142 | 106 | 0 | 527 | 143 | 63 |
| Binary | 11111110 | 101 | 1001101 | 0 | 1100010 | 1000110 | 0 | 101010111 | 1100011 | 110011 |
Color Harmonies of #FE054D
Complementary color
Monochromatic Colors of #FE054D
Black with #FE054D
Text Example
Text Example
White with #FE054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE054D; }
p { color: rgb(254,5,77); }
H1.HeaderClassName
{
color: #FE054D;
}
.AnyTagClassName
{
color: #FE054D;
}
</style>
background-color css
<style>
a { background-color: #FE054D; }
a { background-color: rgb(254,5,77); }
div.DivClassName
{
background-color: #FE054D;
}
.BgClassName
{
background-color: #FE054D;
}
</style>
border-color css
<style>
span { border-color: #FE054D; }
span { border-color: rgb(254,5,77); }
td.TdClassName
{
border-color: #FE054D;
}
.TagClassName
{
border-color: #FE054D;
}
</style>