Shades of Torch Red #FA0416
Tints of Torch Red #FA0416
RGB
CMYK
RGB Variations
Color information
#FA0416 (or 0xFA0416) is known color: Torch Red. HEX triplet: FA, 04 and 16. RGB value is (250,4,22). Sum of RGB (Red+Green+Blue) = 250+4+22=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0416 is #05FBE9. Grayscale: #4F4F4F. Windows color (decimal): -392170 or 1443066. OLE color: 1443066.
HSL color Cylindrical-coordinate representation of color #FA0416: hue angle of 355.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0416 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.02 |
| HSL | 355.61º | 0.97% | 0.5% | - |
| HSV(B) | 355.61º | 0.98% | 0.98% | - |
| XYZ | 39.61 | 20.47 | 2.62 | - |
| YUV | 79.61 | 95.5 | 249.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 22 | 0 | 0.98 | 0.91 | 0.02 | 355.61 | 0.97 | 0.5 |
| Hex | FA | 4 | 16 | 0 | 62 | 5B | 2 | 164 | 61 | 32 |
| Octal | 372 | 4 | 26 | 0 | 142 | 133 | 2 | 544 | 141 | 62 |
| Binary | 11111010 | 100 | 10110 | 0 | 1100010 | 1011011 | 10 | 101100100 | 1100001 | 110010 |
Color Harmonies of #FA0416
Complementary color
Monochromatic Colors of #FA0416
Black with #FA0416
Text Example
Text Example
White with #FA0416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0416; }
p { color: rgb(250,4,22); }
H1.HeaderClassName
{
color: #FA0416;
}
.AnyTagClassName
{
color: #FA0416;
}
</style>
background-color css
<style>
a { background-color: #FA0416; }
a { background-color: rgb(250,4,22); }
div.DivClassName
{
background-color: #FA0416;
}
.BgClassName
{
background-color: #FA0416;
}
</style>
border-color css
<style>
span { border-color: #FA0416; }
span { border-color: rgb(250,4,22); }
td.TdClassName
{
border-color: #FA0416;
}
.TagClassName
{
border-color: #FA0416;
}
</style>