Shades of Torch Red #FE0D4F
Tints of Torch Red #FE0D4F
RGB
CMYK
RGB Variations
Color information
#FE0D4F (or 0xFE0D4F) is known color: Torch Red. HEX triplet: FE, 0D and 4F. RGB value is (254,13,79). Sum of RGB (Red+Green+Blue) = 254+13+79=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D4F is #01F2B0. Grayscale: #5C5C5C. Windows color (decimal): -127665 or 5180926. OLE color: 5180926.
HSL color Cylindrical-coordinate representation of color #FE0D4F: hue angle of 343.57º 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 #FE0D4F is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 79 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.00 |
| HSL | 343.57º | 0.99% | 0.52% | - |
| HSV(B) | 343.57º | 0.95% | 1% | - |
| XYZ | 42.43 | 21.92 | 9.39 | - |
| YUV | 92.58 | 120.34 | 243.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 79 | 0 | 0.95 | 0.69 | 0.00 | 343.57 | 0.99 | 0.52 |
| Hex | FE | D | 4F | 0 | 5F | 45 | 0 | 158 | 63 | 34 |
| Octal | 376 | 15 | 117 | 0 | 137 | 105 | 0 | 530 | 143 | 64 |
| Binary | 11111110 | 1101 | 1001111 | 0 | 1011111 | 1000101 | 0 | 101011000 | 1100011 | 110100 |
Color Harmonies of #FE0D4F
Complementary color
Monochromatic Colors of #FE0D4F
Black with #FE0D4F
Text Example
Text Example
White with #FE0D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D4F; }
p { color: rgb(254,13,79); }
H1.HeaderClassName
{
color: #FE0D4F;
}
.AnyTagClassName
{
color: #FE0D4F;
}
</style>
background-color css
<style>
a { background-color: #FE0D4F; }
a { background-color: rgb(254,13,79); }
div.DivClassName
{
background-color: #FE0D4F;
}
.BgClassName
{
background-color: #FE0D4F;
}
</style>
border-color css
<style>
span { border-color: #FE0D4F; }
span { border-color: rgb(254,13,79); }
td.TdClassName
{
border-color: #FE0D4F;
}
.TagClassName
{
border-color: #FE0D4F;
}
</style>