Shades of Torch Red #FE0550
Tints of Torch Red #FE0550
RGB
CMYK
RGB Variations
Color information
#FE0550 (or 0xFE0550) is known color: Torch Red. HEX triplet: FE, 05 and 50. RGB value is (254,5,80). Sum of RGB (Red+Green+Blue) = 254+5+80=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0550 is #01FAAF. Grayscale: #575757. Windows color (decimal): -129712 or 5244414. OLE color: 5244414.
HSL color Cylindrical-coordinate representation of color #FE0550: hue angle of 341.93º 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 #FE0550 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.00 |
| HSL | 341.93º | 0.99% | 0.51% | - |
| HSV(B) | 341.93º | 0.98% | 1% | - |
| XYZ | 42.38 | 21.76 | 9.56 | - |
| YUV | 88 | 123.49 | 246.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 80 | 0 | 0.98 | 0.69 | 0.00 | 341.93 | 0.99 | 0.51 |
| Hex | FE | 5 | 50 | 0 | 62 | 45 | 0 | 156 | 63 | 33 |
| Octal | 376 | 5 | 120 | 0 | 142 | 105 | 0 | 526 | 143 | 63 |
| Binary | 11111110 | 101 | 1010000 | 0 | 1100010 | 1000101 | 0 | 101010110 | 1100011 | 110011 |
Color Harmonies of #FE0550
Complementary color
Monochromatic Colors of #FE0550
Black with #FE0550
Text Example
Text Example
White with #FE0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0550; }
p { color: rgb(254,5,80); }
H1.HeaderClassName
{
color: #FE0550;
}
.AnyTagClassName
{
color: #FE0550;
}
</style>
background-color css
<style>
a { background-color: #FE0550; }
a { background-color: rgb(254,5,80); }
div.DivClassName
{
background-color: #FE0550;
}
.BgClassName
{
background-color: #FE0550;
}
</style>
border-color css
<style>
span { border-color: #FE0550; }
span { border-color: rgb(254,5,80); }
td.TdClassName
{
border-color: #FE0550;
}
.TagClassName
{
border-color: #FE0550;
}
</style>