Shades of Torch Red #FA104E
Tints of Torch Red #FA104E
RGB
CMYK
RGB Variations
Color information
#FA104E (or 0xFA104E) is known color: Torch Red. HEX triplet: FA, 10 and 4E. RGB value is (250,16,78). Sum of RGB (Red+Green+Blue) = 250+16+78=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA104E is #05EFB1. Grayscale: #5D5D5D. Windows color (decimal): -389042 or 5116154. OLE color: 5116154.
HSL color Cylindrical-coordinate representation of color #FA104E: hue angle of 344.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA104E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 78 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.02 |
| HSL | 344.1º | 0.96% | 0.52% | - |
| HSV(B) | 344.1º | 0.94% | 0.98% | - |
| XYZ | 40.98 | 21.24 | 9.15 | - |
| YUV | 93.03 | 119.52 | 239.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 78 | 0 | 0.94 | 0.69 | 0.02 | 344.1 | 0.96 | 0.52 |
| Hex | FA | 10 | 4E | 0 | 5E | 45 | 2 | 158 | 60 | 34 |
| Octal | 372 | 20 | 116 | 0 | 136 | 105 | 2 | 530 | 140 | 64 |
| Binary | 11111010 | 10000 | 1001110 | 0 | 1011110 | 1000101 | 10 | 101011000 | 1100000 | 110100 |
Color Harmonies of #FA104E
Complementary color
Monochromatic Colors of #FA104E
Black with #FA104E
Text Example
Text Example
White with #FA104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA104E; }
p { color: rgb(250,16,78); }
H1.HeaderClassName
{
color: #FA104E;
}
.AnyTagClassName
{
color: #FA104E;
}
</style>
background-color css
<style>
a { background-color: #FA104E; }
a { background-color: rgb(250,16,78); }
div.DivClassName
{
background-color: #FA104E;
}
.BgClassName
{
background-color: #FA104E;
}
</style>
border-color css
<style>
span { border-color: #FA104E; }
span { border-color: rgb(250,16,78); }
td.TdClassName
{
border-color: #FA104E;
}
.TagClassName
{
border-color: #FA104E;
}
</style>