Shades of Torch Red #FA154E
Tints of Torch Red #FA154E
RGB
CMYK
RGB Variations
Color information
#FA154E (or 0xFA154E) is known color: Torch Red. HEX triplet: FA, 15 and 4E. RGB value is (250,21,78). Sum of RGB (Red+Green+Blue) = 250+21+78=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA154E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA154E is #05EAB1. Grayscale: #5F5F5F. Windows color (decimal): -387762 or 5117434. OLE color: 5117434.
HSL color Cylindrical-coordinate representation of color #FA154E: hue angle of 345.07º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA154E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 78 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345.07º | 0.96% | 0.53% | - |
| HSV(B) | 345.07º | 0.92% | 0.98% | - |
| XYZ | 41.07 | 21.41 | 9.18 | - |
| YUV | 95.97 | 117.87 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 78 | 0 | 0.92 | 0.69 | 0.02 | 345.07 | 0.96 | 0.53 |
| Hex | FA | 15 | 4E | 0 | 5C | 45 | 2 | 159 | 60 | 35 |
| Octal | 372 | 25 | 116 | 0 | 134 | 105 | 2 | 531 | 140 | 65 |
| Binary | 11111010 | 10101 | 1001110 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1100000 | 110101 |
Color Harmonies of #FA154E
Complementary color
Monochromatic Colors of #FA154E
Black with #FA154E
Text Example
Text Example
White with #FA154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA154E; }
p { color: rgb(250,21,78); }
H1.HeaderClassName
{
color: #FA154E;
}
.AnyTagClassName
{
color: #FA154E;
}
</style>
background-color css
<style>
a { background-color: #FA154E; }
a { background-color: rgb(250,21,78); }
div.DivClassName
{
background-color: #FA154E;
}
.BgClassName
{
background-color: #FA154E;
}
</style>
border-color css
<style>
span { border-color: #FA154E; }
span { border-color: rgb(250,21,78); }
td.TdClassName
{
border-color: #FA154E;
}
.TagClassName
{
border-color: #FA154E;
}
</style>