Shades of Torch Red #FE0F47
Tints of Torch Red #FE0F47
RGB
CMYK
RGB Variations
Color information
#FE0F47 (or 0xFE0F47) is known color: Torch Red. HEX triplet: FE, 0F and 47. RGB value is (254,15,71). Sum of RGB (Red+Green+Blue) = 254+15+71=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F47 is #01F0B8. Grayscale: #5C5C5C. Windows color (decimal): -127161 or 4657150. OLE color: 4657150.
HSL color Cylindrical-coordinate representation of color #FE0F47: hue angle of 345.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F47 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 71 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.00 |
| HSL | 345.94º | 0.99% | 0.53% | - |
| HSV(B) | 345.94º | 0.94% | 1% | - |
| XYZ | 42.18 | 21.87 | 7.96 | - |
| YUV | 92.85 | 115.68 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 71 | 0 | 0.94 | 0.72 | 0.00 | 345.94 | 0.99 | 0.53 |
| Hex | FE | F | 47 | 0 | 5E | 48 | 0 | 15A | 63 | 35 |
| Octal | 376 | 17 | 107 | 0 | 136 | 110 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 1111 | 1000111 | 0 | 1011110 | 1001000 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE0F47
Complementary color
Monochromatic Colors of #FE0F47
Black with #FE0F47
Text Example
Text Example
White with #FE0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F47; }
p { color: rgb(254,15,71); }
H1.HeaderClassName
{
color: #FE0F47;
}
.AnyTagClassName
{
color: #FE0F47;
}
</style>
background-color css
<style>
a { background-color: #FE0F47; }
a { background-color: rgb(254,15,71); }
div.DivClassName
{
background-color: #FE0F47;
}
.BgClassName
{
background-color: #FE0F47;
}
</style>
border-color css
<style>
span { border-color: #FE0F47; }
span { border-color: rgb(254,15,71); }
td.TdClassName
{
border-color: #FE0F47;
}
.TagClassName
{
border-color: #FE0F47;
}
</style>