Shades of Torch Red #FE0D4D
Tints of Torch Red #FE0D4D
RGB
CMYK
RGB Variations
Color information
#FE0D4D (or 0xFE0D4D) is known color: Torch Red. HEX triplet: FE, 0D and 4D. RGB value is (254,13,77). Sum of RGB (Red+Green+Blue) = 254+13+77=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D4D is #01F2B2. Grayscale: #5C5C5C. Windows color (decimal): -127667 or 5049854. OLE color: 5049854.
HSL color Cylindrical-coordinate representation of color #FE0D4D: hue angle of 344.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0D4D is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 77 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.00 |
| HSL | 344.07º | 0.99% | 0.52% | - |
| HSV(B) | 344.07º | 0.95% | 1% | - |
| XYZ | 42.36 | 21.89 | 9.01 | - |
| YUV | 92.36 | 119.34 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 77 | 0 | 0.95 | 0.70 | 0.00 | 344.07 | 0.99 | 0.52 |
| Hex | FE | D | 4D | 0 | 5F | 46 | 0 | 158 | 63 | 34 |
| Octal | 376 | 15 | 115 | 0 | 137 | 106 | 0 | 530 | 143 | 64 |
| Binary | 11111110 | 1101 | 1001101 | 0 | 1011111 | 1000110 | 0 | 101011000 | 1100011 | 110100 |
Color Harmonies of #FE0D4D
Complementary color
Monochromatic Colors of #FE0D4D
Black with #FE0D4D
Text Example
Text Example
White with #FE0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D4D; }
p { color: rgb(254,13,77); }
H1.HeaderClassName
{
color: #FE0D4D;
}
.AnyTagClassName
{
color: #FE0D4D;
}
</style>
background-color css
<style>
a { background-color: #FE0D4D; }
a { background-color: rgb(254,13,77); }
div.DivClassName
{
background-color: #FE0D4D;
}
.BgClassName
{
background-color: #FE0D4D;
}
</style>
border-color css
<style>
span { border-color: #FE0D4D; }
span { border-color: rgb(254,13,77); }
td.TdClassName
{
border-color: #FE0D4D;
}
.TagClassName
{
border-color: #FE0D4D;
}
</style>