Shades of Torch Red #FA012E
Tints of Torch Red #FA012E
RGB
CMYK
RGB Variations
Color information
#FA012E (or 0xFA012E) is known color: Torch Red. HEX triplet: FA, 01 and 2E. RGB value is (250,1,46). Sum of RGB (Red+Green+Blue) = 250+1+46=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA012E is #05FED1. Grayscale: #505050. Windows color (decimal): -392914 or 3015162. OLE color: 3015162.
HSL color Cylindrical-coordinate representation of color #FA012E: hue angle of 349.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA012E is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.02 |
| HSL | 349.16º | 0.99% | 0.49% | - |
| HSV(B) | 349.16º | 1% | 0.98% | - |
| XYZ | 39.93 | 20.54 | 4.45 | - |
| YUV | 80.58 | 108.49 | 248.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 46 | 0 | 1.00 | 0.82 | 0.02 | 349.16 | 0.99 | 0.49 |
| Hex | FA | 1 | 2E | 0 | 64 | 52 | 2 | 15D | 63 | 31 |
| Octal | 372 | 1 | 56 | 0 | 144 | 122 | 2 | 535 | 143 | 61 |
| Binary | 11111010 | 1 | 101110 | 0 | 1100100 | 1010010 | 10 | 101011101 | 1100011 | 110001 |
Color Harmonies of #FA012E
Complementary color
Monochromatic Colors of #FA012E
Black with #FA012E
Text Example
Text Example
White with #FA012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA012E; }
p { color: rgb(250,1,46); }
H1.HeaderClassName
{
color: #FA012E;
}
.AnyTagClassName
{
color: #FA012E;
}
</style>
background-color css
<style>
a { background-color: #FA012E; }
a { background-color: rgb(250,1,46); }
div.DivClassName
{
background-color: #FA012E;
}
.BgClassName
{
background-color: #FA012E;
}
</style>
border-color css
<style>
span { border-color: #FA012E; }
span { border-color: rgb(250,1,46); }
td.TdClassName
{
border-color: #FA012E;
}
.TagClassName
{
border-color: #FA012E;
}
</style>