Shades of Torch Red #FE0647
Tints of Torch Red #FE0647
RGB
CMYK
RGB Variations
Color information
#FE0647 (or 0xFE0647) is known color: Torch Red. HEX triplet: FE, 06 and 47. RGB value is (254,6,71). Sum of RGB (Red+Green+Blue) = 254+6+71=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0647 is #01F9B8. Grayscale: #575757. Windows color (decimal): -129465 or 4654846. OLE color: 4654846.
HSL color Cylindrical-coordinate representation of color #FE0647: hue angle of 344.27º 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 #FE0647 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 71 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.00 |
| HSL | 344.27º | 0.99% | 0.51% | - |
| HSV(B) | 344.27º | 0.98% | 1% | - |
| XYZ | 42.08 | 21.66 | 7.92 | - |
| YUV | 87.56 | 118.66 | 246.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 71 | 0 | 0.98 | 0.72 | 0.00 | 344.27 | 0.99 | 0.51 |
| Hex | FE | 6 | 47 | 0 | 62 | 48 | 0 | 158 | 63 | 33 |
| Octal | 376 | 6 | 107 | 0 | 142 | 110 | 0 | 530 | 143 | 63 |
| Binary | 11111110 | 110 | 1000111 | 0 | 1100010 | 1001000 | 0 | 101011000 | 1100011 | 110011 |
Color Harmonies of #FE0647
Complementary color
Monochromatic Colors of #FE0647
Black with #FE0647
Text Example
Text Example
White with #FE0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0647; }
p { color: rgb(254,6,71); }
H1.HeaderClassName
{
color: #FE0647;
}
.AnyTagClassName
{
color: #FE0647;
}
</style>
background-color css
<style>
a { background-color: #FE0647; }
a { background-color: rgb(254,6,71); }
div.DivClassName
{
background-color: #FE0647;
}
.BgClassName
{
background-color: #FE0647;
}
</style>
border-color css
<style>
span { border-color: #FE0647; }
span { border-color: rgb(254,6,71); }
td.TdClassName
{
border-color: #FE0647;
}
.TagClassName
{
border-color: #FE0647;
}
</style>