Shades of Torch Red #FE0F43
Tints of Torch Red #FE0F43
RGB
CMYK
RGB Variations
Color information
#FE0F43 (or 0xFE0F43) is known color: Torch Red. HEX triplet: FE, 0F and 43. RGB value is (254,15,67). Sum of RGB (Red+Green+Blue) = 254+15+67=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0F43 is #01F0BC. Grayscale: #5C5C5C. Windows color (decimal): -127165 or 4395006. OLE color: 4395006.
HSL color Cylindrical-coordinate representation of color #FE0F43: hue angle of 346.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0F43 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 67 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.00 |
| HSL | 346.95º | 0.99% | 0.53% | - |
| HSV(B) | 346.95º | 0.94% | 1% | - |
| XYZ | 42.06 | 21.82 | 7.3 | - |
| YUV | 92.39 | 113.68 | 243.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 67 | 0 | 0.94 | 0.74 | 0.00 | 346.95 | 0.99 | 0.53 |
| Hex | FE | F | 43 | 0 | 5E | 4A | 0 | 15B | 63 | 35 |
| Octal | 376 | 17 | 103 | 0 | 136 | 112 | 0 | 533 | 143 | 65 |
| Binary | 11111110 | 1111 | 1000011 | 0 | 1011110 | 1001010 | 0 | 101011011 | 1100011 | 110101 |
Color Harmonies of #FE0F43
Complementary color
Monochromatic Colors of #FE0F43
Black with #FE0F43
Text Example
Text Example
White with #FE0F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F43; }
p { color: rgb(254,15,67); }
H1.HeaderClassName
{
color: #FE0F43;
}
.AnyTagClassName
{
color: #FE0F43;
}
</style>
background-color css
<style>
a { background-color: #FE0F43; }
a { background-color: rgb(254,15,67); }
div.DivClassName
{
background-color: #FE0F43;
}
.BgClassName
{
background-color: #FE0F43;
}
</style>
border-color css
<style>
span { border-color: #FE0F43; }
span { border-color: rgb(254,15,67); }
td.TdClassName
{
border-color: #FE0F43;
}
.TagClassName
{
border-color: #FE0F43;
}
</style>