Shades of Torch Red #FA014A
Tints of Torch Red #FA014A
RGB
CMYK
RGB Variations
Color information
#FA014A (or 0xFA014A) is known color: Torch Red. HEX triplet: FA, 01 and 4A. RGB value is (250,1,74). Sum of RGB (Red+Green+Blue) = 250+1+74=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA014A is #05FEB5. Grayscale: #535353. Windows color (decimal): -392886 or 4850170. OLE color: 4850170.
HSL color Cylindrical-coordinate representation of color #FA014A: hue angle of 342.41º 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 #FA014A is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.02 |
| HSL | 342.41º | 0.99% | 0.49% | - |
| HSV(B) | 342.41º | 1% | 0.98% | - |
| XYZ | 40.67 | 20.84 | 8.36 | - |
| YUV | 83.77 | 122.49 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 74 | 0 | 1.00 | 0.70 | 0.02 | 342.41 | 0.99 | 0.49 |
| Hex | FA | 1 | 4A | 0 | 64 | 46 | 2 | 156 | 63 | 31 |
| Octal | 372 | 1 | 112 | 0 | 144 | 106 | 2 | 526 | 143 | 61 |
| Binary | 11111010 | 1 | 1001010 | 0 | 1100100 | 1000110 | 10 | 101010110 | 1100011 | 110001 |
Color Harmonies of #FA014A
Complementary color
Monochromatic Colors of #FA014A
Black with #FA014A
Text Example
Text Example
White with #FA014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA014A; }
p { color: rgb(250,1,74); }
H1.HeaderClassName
{
color: #FA014A;
}
.AnyTagClassName
{
color: #FA014A;
}
</style>
background-color css
<style>
a { background-color: #FA014A; }
a { background-color: rgb(250,1,74); }
div.DivClassName
{
background-color: #FA014A;
}
.BgClassName
{
background-color: #FA014A;
}
</style>
border-color css
<style>
span { border-color: #FA014A; }
span { border-color: rgb(250,1,74); }
td.TdClassName
{
border-color: #FA014A;
}
.TagClassName
{
border-color: #FA014A;
}
</style>