Shades of Torch Red #FF054E
Tints of Torch Red #FF054E
RGB
CMYK
RGB Variations
Color information
#FF054E (or 0xFF054E) is known color: Torch Red. HEX triplet: FF, 05 and 4E. RGB value is (255,5,78). Sum of RGB (Red+Green+Blue) = 255+5+78=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF054E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF054E is #00FAB1. Grayscale: #585858. Windows color (decimal): -64178 or 5113343. OLE color: 5113343.
HSL color Cylindrical-coordinate representation of color #FF054E: hue angle of 342.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF054E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.69 | 0 |
| HSL | 342.48º | 1% | 0.51% | - |
| HSV(B) | 342.48º | 0.98% | 1% | - |
| XYZ | 42.67 | 21.92 | 9.19 | - |
| YUV | 88.07 | 122.33 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 78 | 0 | 0.98 | 0.69 | 0 | 342.48 | 1 | 0.51 |
| Hex | FF | 5 | 4E | 0 | 62 | 45 | 0 | 156 | 64 | 33 |
| Octal | 377 | 5 | 116 | 0 | 142 | 105 | 0 | 526 | 144 | 63 |
| Binary | 11111111 | 101 | 1001110 | 0 | 1100010 | 1000101 | 0 | 101010110 | 1100100 | 110011 |
Color Harmonies of #FF054E
Complementary color
Monochromatic Colors of #FF054E
Black with #FF054E
Text Example
Text Example
White with #FF054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF054E; }
p { color: rgb(255,5,78); }
H1.HeaderClassName
{
color: #FF054E;
}
.AnyTagClassName
{
color: #FF054E;
}
</style>
background-color css
<style>
a { background-color: #FF054E; }
a { background-color: rgb(255,5,78); }
div.DivClassName
{
background-color: #FF054E;
}
.BgClassName
{
background-color: #FF054E;
}
</style>
border-color css
<style>
span { border-color: #FF054E; }
span { border-color: rgb(255,5,78); }
td.TdClassName
{
border-color: #FF054E;
}
.TagClassName
{
border-color: #FF054E;
}
</style>