Shades of Torch Red #FE1950
Tints of Torch Red #FE1950
RGB
CMYK
RGB Variations
Color information
#FE1950 (or 0xFE1950) is known color: Torch Red. HEX triplet: FE, 19 and 50. RGB value is (254,25,80). Sum of RGB (Red+Green+Blue) = 254+25+80=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1950 is #01E6AF. Grayscale: #636363. Windows color (decimal): -124592 or 5249534. OLE color: 5249534.
HSL color Cylindrical-coordinate representation of color #FE1950: hue angle of 345.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1950 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 80 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.00 |
| HSL | 345.59º | 0.99% | 0.55% | - |
| HSV(B) | 345.59º | 0.9% | 1% | - |
| XYZ | 42.67 | 22.35 | 9.65 | - |
| YUV | 99.74 | 116.87 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 80 | 0 | 0.90 | 0.69 | 0.00 | 345.59 | 0.99 | 0.55 |
| Hex | FE | 19 | 50 | 0 | 5A | 45 | 0 | 15A | 63 | 37 |
| Octal | 376 | 31 | 120 | 0 | 132 | 105 | 0 | 532 | 143 | 67 |
| Binary | 11111110 | 11001 | 1010000 | 0 | 1011010 | 1000101 | 0 | 101011010 | 1100011 | 110111 |
Color Harmonies of #FE1950
Complementary color
Monochromatic Colors of #FE1950
Black with #FE1950
Text Example
Text Example
White with #FE1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1950; }
p { color: rgb(254,25,80); }
H1.HeaderClassName
{
color: #FE1950;
}
.AnyTagClassName
{
color: #FE1950;
}
</style>
background-color css
<style>
a { background-color: #FE1950; }
a { background-color: rgb(254,25,80); }
div.DivClassName
{
background-color: #FE1950;
}
.BgClassName
{
background-color: #FE1950;
}
</style>
border-color css
<style>
span { border-color: #FE1950; }
span { border-color: rgb(254,25,80); }
td.TdClassName
{
border-color: #FE1950;
}
.TagClassName
{
border-color: #FE1950;
}
</style>