Shades of Torch Red #FE024E
Tints of Torch Red #FE024E
RGB
CMYK
RGB Variations
Color information
#FE024E (or 0xFE024E) is known color: Torch Red. HEX triplet: FE, 02 and 4E. RGB value is (254,2,78). Sum of RGB (Red+Green+Blue) = 254+2+78=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE024E is #01FDB1. Grayscale: #555555. Windows color (decimal): -130482 or 5112574. OLE color: 5112574.
HSL color Cylindrical-coordinate representation of color #FE024E: hue angle of 341.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE024E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.00 |
| HSL | 341.9º | 0.99% | 0.5% | - |
| HSV(B) | 341.9º | 0.99% | 1% | - |
| XYZ | 42.27 | 21.66 | 9.16 | - |
| YUV | 86.01 | 123.49 | 247.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 78 | 0 | 0.99 | 0.69 | 0.00 | 341.9 | 0.99 | 0.5 |
| Hex | FE | 2 | 4E | 0 | 63 | 45 | 0 | 156 | 63 | 32 |
| Octal | 376 | 2 | 116 | 0 | 143 | 105 | 0 | 526 | 143 | 62 |
| Binary | 11111110 | 10 | 1001110 | 0 | 1100011 | 1000101 | 0 | 101010110 | 1100011 | 110010 |
Color Harmonies of #FE024E
Complementary color
Monochromatic Colors of #FE024E
Black with #FE024E
Text Example
Text Example
White with #FE024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE024E; }
p { color: rgb(254,2,78); }
H1.HeaderClassName
{
color: #FE024E;
}
.AnyTagClassName
{
color: #FE024E;
}
</style>
background-color css
<style>
a { background-color: #FE024E; }
a { background-color: rgb(254,2,78); }
div.DivClassName
{
background-color: #FE024E;
}
.BgClassName
{
background-color: #FE024E;
}
</style>
border-color css
<style>
span { border-color: #FE024E; }
span { border-color: rgb(254,2,78); }
td.TdClassName
{
border-color: #FE024E;
}
.TagClassName
{
border-color: #FE024E;
}
</style>