Shades of Torch Red #FA0147
Tints of Torch Red #FA0147
RGB
CMYK
RGB Variations
Color information
#FA0147 (or 0xFA0147) is known color: Torch Red. HEX triplet: FA, 01 and 47. RGB value is (250,1,71). Sum of RGB (Red+Green+Blue) = 250+1+71=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0147 is #05FEB8. Grayscale: #535353. Windows color (decimal): -392889 or 4653562. OLE color: 4653562.
HSL color Cylindrical-coordinate representation of color #FA0147: hue angle of 343.13º 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 #FA0147 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.02 |
| HSL | 343.13º | 0.99% | 0.49% | - |
| HSV(B) | 343.13º | 1% | 0.98% | - |
| XYZ | 40.57 | 20.8 | 7.84 | - |
| YUV | 83.43 | 120.99 | 246.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 71 | 0 | 1.00 | 0.72 | 0.02 | 343.13 | 0.99 | 0.49 |
| Hex | FA | 1 | 47 | 0 | 64 | 48 | 2 | 157 | 63 | 31 |
| Octal | 372 | 1 | 107 | 0 | 144 | 110 | 2 | 527 | 143 | 61 |
| Binary | 11111010 | 1 | 1000111 | 0 | 1100100 | 1001000 | 10 | 101010111 | 1100011 | 110001 |
Color Harmonies of #FA0147
Complementary color
Monochromatic Colors of #FA0147
Black with #FA0147
Text Example
Text Example
White with #FA0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0147; }
p { color: rgb(250,1,71); }
H1.HeaderClassName
{
color: #FA0147;
}
.AnyTagClassName
{
color: #FA0147;
}
</style>
background-color css
<style>
a { background-color: #FA0147; }
a { background-color: rgb(250,1,71); }
div.DivClassName
{
background-color: #FA0147;
}
.BgClassName
{
background-color: #FA0147;
}
</style>
border-color css
<style>
span { border-color: #FA0147; }
span { border-color: rgb(250,1,71); }
td.TdClassName
{
border-color: #FA0147;
}
.TagClassName
{
border-color: #FA0147;
}
</style>