Shades of Torch Red #FE0B49
Tints of Torch Red #FE0B49
RGB
CMYK
RGB Variations
Color information
#FE0B49 (or 0xFE0B49) is known color: Torch Red. HEX triplet: FE, 0B and 49. RGB value is (254,11,73). Sum of RGB (Red+Green+Blue) = 254+11+73=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0B49 is #01F4B6. Grayscale: #5A5A5A. Windows color (decimal): -128183 or 4787198. OLE color: 4787198.
HSL color Cylindrical-coordinate representation of color #FE0B49: hue angle of 344.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0B49 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 73 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.00 |
| HSL | 344.69º | 0.99% | 0.52% | - |
| HSV(B) | 344.69º | 0.96% | 1% | - |
| XYZ | 42.2 | 21.79 | 8.29 | - |
| YUV | 90.73 | 118.01 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 73 | 0 | 0.96 | 0.71 | 0.00 | 344.69 | 0.99 | 0.52 |
| Hex | FE | B | 49 | 0 | 60 | 47 | 0 | 159 | 63 | 34 |
| Octal | 376 | 13 | 111 | 0 | 140 | 107 | 0 | 531 | 143 | 64 |
| Binary | 11111110 | 1011 | 1001001 | 0 | 1100000 | 1000111 | 0 | 101011001 | 1100011 | 110100 |
Color Harmonies of #FE0B49
Complementary color
Monochromatic Colors of #FE0B49
Black with #FE0B49
Text Example
Text Example
White with #FE0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B49; }
p { color: rgb(254,11,73); }
H1.HeaderClassName
{
color: #FE0B49;
}
.AnyTagClassName
{
color: #FE0B49;
}
</style>
background-color css
<style>
a { background-color: #FE0B49; }
a { background-color: rgb(254,11,73); }
div.DivClassName
{
background-color: #FE0B49;
}
.BgClassName
{
background-color: #FE0B49;
}
</style>
border-color css
<style>
span { border-color: #FE0B49; }
span { border-color: rgb(254,11,73); }
td.TdClassName
{
border-color: #FE0B49;
}
.TagClassName
{
border-color: #FE0B49;
}
</style>