Shades of Torch Red #FE0A43
Tints of Torch Red #FE0A43
RGB
CMYK
RGB Variations
Color information
#FE0A43 (or 0xFE0A43) is known color: Torch Red. HEX triplet: FE, 0A and 43. RGB value is (254,10,67). Sum of RGB (Red+Green+Blue) = 254+10+67=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A43 is #01F5BC. Grayscale: #595959. Windows color (decimal): -128445 or 4393726. OLE color: 4393726.
HSL color Cylindrical-coordinate representation of color #FE0A43: hue angle of 345.98º 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 #FE0A43 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 67 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.00 |
| HSL | 345.98º | 0.99% | 0.52% | - |
| HSV(B) | 345.98º | 0.96% | 1% | - |
| XYZ | 41.99 | 21.69 | 7.28 | - |
| YUV | 89.45 | 115.34 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 67 | 0 | 0.96 | 0.74 | 0.00 | 345.98 | 0.99 | 0.52 |
| Hex | FE | A | 43 | 0 | 60 | 4A | 0 | 15A | 63 | 34 |
| Octal | 376 | 12 | 103 | 0 | 140 | 112 | 0 | 532 | 143 | 64 |
| Binary | 11111110 | 1010 | 1000011 | 0 | 1100000 | 1001010 | 0 | 101011010 | 1100011 | 110100 |
Color Harmonies of #FE0A43
Complementary color
Monochromatic Colors of #FE0A43
Black with #FE0A43
Text Example
Text Example
White with #FE0A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A43; }
p { color: rgb(254,10,67); }
H1.HeaderClassName
{
color: #FE0A43;
}
.AnyTagClassName
{
color: #FE0A43;
}
</style>
background-color css
<style>
a { background-color: #FE0A43; }
a { background-color: rgb(254,10,67); }
div.DivClassName
{
background-color: #FE0A43;
}
.BgClassName
{
background-color: #FE0A43;
}
</style>
border-color css
<style>
span { border-color: #FE0A43; }
span { border-color: rgb(254,10,67); }
td.TdClassName
{
border-color: #FE0A43;
}
.TagClassName
{
border-color: #FE0A43;
}
</style>