Shades of Torch Red #FA0128
Tints of Torch Red #FA0128
RGB
CMYK
RGB Variations
Color information
#FA0128 (or 0xFA0128) is known color: Torch Red. HEX triplet: FA, 01 and 28. RGB value is (250,1,40). Sum of RGB (Red+Green+Blue) = 250+1+40=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0128 is #05FED7. Grayscale: #4F4F4F. Windows color (decimal): -392920 or 2621946. OLE color: 2621946.
HSL color Cylindrical-coordinate representation of color #FA0128: hue angle of 350.6º 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 #FA0128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.02 |
| HSL | 350.6º | 0.99% | 0.49% | - |
| HSV(B) | 350.6º | 1% | 0.98% | - |
| XYZ | 39.82 | 20.5 | 3.87 | - |
| YUV | 79.9 | 105.49 | 249.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 40 | 0 | 1.00 | 0.84 | 0.02 | 350.6 | 0.99 | 0.49 |
| Hex | FA | 1 | 28 | 0 | 64 | 54 | 2 | 15F | 63 | 31 |
| Octal | 372 | 1 | 50 | 0 | 144 | 124 | 2 | 537 | 143 | 61 |
| Binary | 11111010 | 1 | 101000 | 0 | 1100100 | 1010100 | 10 | 101011111 | 1100011 | 110001 |
Color Harmonies of #FA0128
Complementary color
Monochromatic Colors of #FA0128
Black with #FA0128
Text Example
Text Example
White with #FA0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0128; }
p { color: rgb(250,1,40); }
H1.HeaderClassName
{
color: #FA0128;
}
.AnyTagClassName
{
color: #FA0128;
}
</style>
background-color css
<style>
a { background-color: #FA0128; }
a { background-color: rgb(250,1,40); }
div.DivClassName
{
background-color: #FA0128;
}
.BgClassName
{
background-color: #FA0128;
}
</style>
border-color css
<style>
span { border-color: #FA0128; }
span { border-color: rgb(250,1,40); }
td.TdClassName
{
border-color: #FA0128;
}
.TagClassName
{
border-color: #FA0128;
}
</style>