Shades of Torch Red #FE0943
Tints of Torch Red #FE0943
RGB
CMYK
RGB Variations
Color information
#FE0943 (or 0xFE0943) is known color: Torch Red. HEX triplet: FE, 09 and 43. RGB value is (254,9,67). Sum of RGB (Red+Green+Blue) = 254+9+67=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0943 is #01F6BC. Grayscale: #585858. Windows color (decimal): -128701 or 4393470. OLE color: 4393470.
HSL color Cylindrical-coordinate representation of color #FE0943: hue angle of 345.8º 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 #FE0943 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.00 |
| HSL | 345.8º | 0.99% | 0.52% | - |
| HSV(B) | 345.8º | 0.96% | 1% | - |
| XYZ | 41.98 | 21.67 | 7.28 | - |
| YUV | 88.87 | 115.67 | 245.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 67 | 0 | 0.96 | 0.74 | 0.00 | 345.8 | 0.99 | 0.52 |
| Hex | FE | 9 | 43 | 0 | 60 | 4A | 0 | 15A | 63 | 34 |
| Octal | 376 | 11 | 103 | 0 | 140 | 112 | 0 | 532 | 143 | 64 |
| Binary | 11111110 | 1001 | 1000011 | 0 | 1100000 | 1001010 | 0 | 101011010 | 1100011 | 110100 |
Color Harmonies of #FE0943
Complementary color
Monochromatic Colors of #FE0943
Black with #FE0943
Text Example
Text Example
White with #FE0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0943; }
p { color: rgb(254,9,67); }
H1.HeaderClassName
{
color: #FE0943;
}
.AnyTagClassName
{
color: #FE0943;
}
</style>
background-color css
<style>
a { background-color: #FE0943; }
a { background-color: rgb(254,9,67); }
div.DivClassName
{
background-color: #FE0943;
}
.BgClassName
{
background-color: #FE0943;
}
</style>
border-color css
<style>
span { border-color: #FE0943; }
span { border-color: rgb(254,9,67); }
td.TdClassName
{
border-color: #FE0943;
}
.TagClassName
{
border-color: #FE0943;
}
</style>