Shades of Torch Red #FE194F
Tints of Torch Red #FE194F
RGB
CMYK
RGB Variations
Color information
#FE194F (or 0xFE194F) is known color: Torch Red. HEX triplet: FE, 19 and 4F. RGB value is (254,25,79). Sum of RGB (Red+Green+Blue) = 254+25+79=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE194F is #01E6B0. Grayscale: #636363. Windows color (decimal): -124593 or 5183998. OLE color: 5183998.
HSL color Cylindrical-coordinate representation of color #FE194F: hue angle of 345.85º 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 #FE194F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 79 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.00 |
| HSL | 345.85º | 0.99% | 0.55% | - |
| HSV(B) | 345.85º | 0.9% | 1% | - |
| XYZ | 42.63 | 22.33 | 9.46 | - |
| YUV | 99.63 | 116.37 | 238.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 79 | 0 | 0.90 | 0.69 | 0.00 | 345.85 | 0.99 | 0.55 |
| Hex | FE | 19 | 4F | 0 | 5A | 45 | 0 | 15A | 63 | 37 |
| Octal | 376 | 31 | 117 | 0 | 132 | 105 | 0 | 532 | 143 | 67 |
| Binary | 11111110 | 11001 | 1001111 | 0 | 1011010 | 1000101 | 0 | 101011010 | 1100011 | 110111 |
Color Harmonies of #FE194F
Complementary color
Monochromatic Colors of #FE194F
Black with #FE194F
Text Example
Text Example
White with #FE194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE194F; }
p { color: rgb(254,25,79); }
H1.HeaderClassName
{
color: #FE194F;
}
.AnyTagClassName
{
color: #FE194F;
}
</style>
background-color css
<style>
a { background-color: #FE194F; }
a { background-color: rgb(254,25,79); }
div.DivClassName
{
background-color: #FE194F;
}
.BgClassName
{
background-color: #FE194F;
}
</style>
border-color css
<style>
span { border-color: #FE194F; }
span { border-color: rgb(254,25,79); }
td.TdClassName
{
border-color: #FE194F;
}
.TagClassName
{
border-color: #FE194F;
}
</style>