Shades of Torch Red #FE1450
Tints of Torch Red #FE1450
RGB
CMYK
RGB Variations
Color information
#FE1450 (or 0xFE1450) is known color: Torch Red. HEX triplet: FE, 14 and 50. RGB value is (254,20,80). Sum of RGB (Red+Green+Blue) = 254+20+80=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1450 is #01EBAF. Grayscale: #606060. Windows color (decimal): -125872 or 5248254. OLE color: 5248254.
HSL color Cylindrical-coordinate representation of color #FE1450: hue angle of 344.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1450 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 80 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.00 |
| HSL | 344.62º | 0.99% | 0.54% | - |
| HSV(B) | 344.62º | 0.92% | 1% | - |
| XYZ | 42.57 | 22.15 | 9.62 | - |
| YUV | 96.81 | 118.52 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 80 | 0 | 0.92 | 0.69 | 0.00 | 344.62 | 0.99 | 0.54 |
| Hex | FE | 14 | 50 | 0 | 5C | 45 | 0 | 159 | 63 | 36 |
| Octal | 376 | 24 | 120 | 0 | 134 | 105 | 0 | 531 | 143 | 66 |
| Binary | 11111110 | 10100 | 1010000 | 0 | 1011100 | 1000101 | 0 | 101011001 | 1100011 | 110110 |
Color Harmonies of #FE1450
Complementary color
Monochromatic Colors of #FE1450
Black with #FE1450
Text Example
Text Example
White with #FE1450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1450; }
p { color: rgb(254,20,80); }
H1.HeaderClassName
{
color: #FE1450;
}
.AnyTagClassName
{
color: #FE1450;
}
</style>
background-color css
<style>
a { background-color: #FE1450; }
a { background-color: rgb(254,20,80); }
div.DivClassName
{
background-color: #FE1450;
}
.BgClassName
{
background-color: #FE1450;
}
</style>
border-color css
<style>
span { border-color: #FE1450; }
span { border-color: rgb(254,20,80); }
td.TdClassName
{
border-color: #FE1450;
}
.TagClassName
{
border-color: #FE1450;
}
</style>