Shades of Torch Red #FE084F
Tints of Torch Red #FE084F
RGB
CMYK
RGB Variations
Color information
#FE084F (or 0xFE084F) is known color: Torch Red. HEX triplet: FE, 08 and 4F. RGB value is (254,8,79). Sum of RGB (Red+Green+Blue) = 254+8+79=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE084F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE084F is #01F7B0. Grayscale: #595959. Windows color (decimal): -128945 or 5179646. OLE color: 5179646.
HSL color Cylindrical-coordinate representation of color #FE084F: hue angle of 342.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE084F is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 79 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.00 |
| HSL | 342.68º | 0.99% | 0.51% | - |
| HSV(B) | 342.68º | 0.97% | 1% | - |
| XYZ | 42.37 | 21.81 | 9.37 | - |
| YUV | 89.65 | 122 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 79 | 0 | 0.97 | 0.69 | 0.00 | 342.68 | 0.99 | 0.51 |
| Hex | FE | 8 | 4F | 0 | 61 | 45 | 0 | 157 | 63 | 33 |
| Octal | 376 | 10 | 117 | 0 | 141 | 105 | 0 | 527 | 143 | 63 |
| Binary | 11111110 | 1000 | 1001111 | 0 | 1100001 | 1000101 | 0 | 101010111 | 1100011 | 110011 |
Color Harmonies of #FE084F
Complementary color
Monochromatic Colors of #FE084F
Black with #FE084F
Text Example
Text Example
White with #FE084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE084F; }
p { color: rgb(254,8,79); }
H1.HeaderClassName
{
color: #FE084F;
}
.AnyTagClassName
{
color: #FE084F;
}
</style>
background-color css
<style>
a { background-color: #FE084F; }
a { background-color: rgb(254,8,79); }
div.DivClassName
{
background-color: #FE084F;
}
.BgClassName
{
background-color: #FE084F;
}
</style>
border-color css
<style>
span { border-color: #FE084F; }
span { border-color: rgb(254,8,79); }
td.TdClassName
{
border-color: #FE084F;
}
.TagClassName
{
border-color: #FE084F;
}
</style>