Shades of Torch Red #FA124E
Tints of Torch Red #FA124E
RGB
CMYK
RGB Variations
Color information
#FA124E (or 0xFA124E) is known color: Torch Red. HEX triplet: FA, 12 and 4E. RGB value is (250,18,78). Sum of RGB (Red+Green+Blue) = 250+18+78=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA124E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA124E is #05EDB1. Grayscale: #5E5E5E. Windows color (decimal): -388530 or 5116666. OLE color: 5116666.
HSL color Cylindrical-coordinate representation of color #FA124E: hue angle of 344.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA124E is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 78 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.02 |
| HSL | 344.48º | 0.96% | 0.53% | - |
| HSV(B) | 344.48º | 0.93% | 0.98% | - |
| XYZ | 41.02 | 21.31 | 9.16 | - |
| YUV | 94.21 | 118.86 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 78 | 0 | 0.93 | 0.69 | 0.02 | 344.48 | 0.96 | 0.53 |
| Hex | FA | 12 | 4E | 0 | 5D | 45 | 2 | 158 | 60 | 35 |
| Octal | 372 | 22 | 116 | 0 | 135 | 105 | 2 | 530 | 140 | 65 |
| Binary | 11111010 | 10010 | 1001110 | 0 | 1011101 | 1000101 | 10 | 101011000 | 1100000 | 110101 |
Color Harmonies of #FA124E
Complementary color
Monochromatic Colors of #FA124E
Black with #FA124E
Text Example
Text Example
White with #FA124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA124E; }
p { color: rgb(250,18,78); }
H1.HeaderClassName
{
color: #FA124E;
}
.AnyTagClassName
{
color: #FA124E;
}
</style>
background-color css
<style>
a { background-color: #FA124E; }
a { background-color: rgb(250,18,78); }
div.DivClassName
{
background-color: #FA124E;
}
.BgClassName
{
background-color: #FA124E;
}
</style>
border-color css
<style>
span { border-color: #FA124E; }
span { border-color: rgb(250,18,78); }
td.TdClassName
{
border-color: #FA124E;
}
.TagClassName
{
border-color: #FA124E;
}
</style>