Shades of Torch Red #FE0F49
Tints of Torch Red #FE0F49
RGB
CMYK
RGB Variations
Color information
#FE0F49 (or 0xFE0F49) is known color: Torch Red. HEX triplet: FE, 0F and 49. RGB value is (254,15,73). Sum of RGB (Red+Green+Blue) = 254+15+73=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F49 is #01F0B6. Grayscale: #5D5D5D. Windows color (decimal): -127159 or 4788222. OLE color: 4788222.
HSL color Cylindrical-coordinate representation of color #FE0F49: hue angle of 345.44º 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 #FE0F49 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.00 |
| HSL | 345.44º | 0.99% | 0.53% | - |
| HSV(B) | 345.44º | 0.94% | 1% | - |
| XYZ | 42.25 | 21.89 | 8.3 | - |
| YUV | 93.07 | 116.68 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 73 | 0 | 0.94 | 0.71 | 0.00 | 345.44 | 0.99 | 0.53 |
| Hex | FE | F | 49 | 0 | 5E | 47 | 0 | 159 | 63 | 35 |
| Octal | 376 | 17 | 111 | 0 | 136 | 107 | 0 | 531 | 143 | 65 |
| Binary | 11111110 | 1111 | 1001001 | 0 | 1011110 | 1000111 | 0 | 101011001 | 1100011 | 110101 |
Color Harmonies of #FE0F49
Complementary color
Monochromatic Colors of #FE0F49
Black with #FE0F49
Text Example
Text Example
White with #FE0F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F49; }
p { color: rgb(254,15,73); }
H1.HeaderClassName
{
color: #FE0F49;
}
.AnyTagClassName
{
color: #FE0F49;
}
</style>
background-color css
<style>
a { background-color: #FE0F49; }
a { background-color: rgb(254,15,73); }
div.DivClassName
{
background-color: #FE0F49;
}
.BgClassName
{
background-color: #FE0F49;
}
</style>
border-color css
<style>
span { border-color: #FE0F49; }
span { border-color: rgb(254,15,73); }
td.TdClassName
{
border-color: #FE0F49;
}
.TagClassName
{
border-color: #FE0F49;
}
</style>