Shades of Torch Red #FE124B
Tints of Torch Red #FE124B
RGB
CMYK
RGB Variations
Color information
#FE124B (or 0xFE124B) is known color: Torch Red. HEX triplet: FE, 12 and 4B. RGB value is (254,18,75). Sum of RGB (Red+Green+Blue) = 254+18+75=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE124B is #01EDB4. Grayscale: #5F5F5F. Windows color (decimal): -126389 or 4920062. OLE color: 4920062.
HSL color Cylindrical-coordinate representation of color #FE124B: hue angle of 345.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE124B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 75 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.00 |
| HSL | 345.51º | 0.99% | 0.53% | - |
| HSV(B) | 345.51º | 0.93% | 1% | - |
| XYZ | 42.36 | 22.01 | 8.67 | - |
| YUV | 95.06 | 116.69 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 75 | 0 | 0.93 | 0.70 | 0.00 | 345.51 | 0.99 | 0.53 |
| Hex | FE | 12 | 4B | 0 | 5D | 46 | 0 | 15A | 63 | 35 |
| Octal | 376 | 22 | 113 | 0 | 135 | 106 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 10010 | 1001011 | 0 | 1011101 | 1000110 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE124B
Complementary color
Monochromatic Colors of #FE124B
Black with #FE124B
Text Example
Text Example
White with #FE124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE124B; }
p { color: rgb(254,18,75); }
H1.HeaderClassName
{
color: #FE124B;
}
.AnyTagClassName
{
color: #FE124B;
}
</style>
background-color css
<style>
a { background-color: #FE124B; }
a { background-color: rgb(254,18,75); }
div.DivClassName
{
background-color: #FE124B;
}
.BgClassName
{
background-color: #FE124B;
}
</style>
border-color css
<style>
span { border-color: #FE124B; }
span { border-color: rgb(254,18,75); }
td.TdClassName
{
border-color: #FE124B;
}
.TagClassName
{
border-color: #FE124B;
}
</style>