Shades of Torch Red #FA2142
Tints of Torch Red #FA2142
RGB
CMYK
RGB Variations
Color information
#FA2142 (or 0xFA2142) is known color: Torch Red. HEX triplet: FA, 21 and 42. RGB value is (250,33,66). Sum of RGB (Red+Green+Blue) = 250+33+66=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2142 is #05DEBD. Grayscale: #656565. Windows color (decimal): -384702 or 4334074. OLE color: 4334074.
HSL color Cylindrical-coordinate representation of color #FA2142: hue angle of 350.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2142 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 66 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.02 |
| HSL | 350.88º | 0.96% | 0.55% | - |
| HSV(B) | 350.88º | 0.87% | 0.98% | - |
| XYZ | 40.95 | 21.81 | 7.2 | - |
| YUV | 101.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 66 | 0 | 0.87 | 0.74 | 0.02 | 350.88 | 0.96 | 0.55 |
| Hex | FA | 21 | 42 | 0 | 57 | 4A | 2 | 15F | 60 | 37 |
| Octal | 372 | 41 | 102 | 0 | 127 | 112 | 2 | 537 | 140 | 67 |
| Binary | 11111010 | 100001 | 1000010 | 0 | 1010111 | 1001010 | 10 | 101011111 | 1100000 | 110111 |
Color Harmonies of #FA2142
Complementary color
Monochromatic Colors of #FA2142
Black with #FA2142
Text Example
Text Example
White with #FA2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2142; }
p { color: rgb(250,33,66); }
H1.HeaderClassName
{
color: #FA2142;
}
.AnyTagClassName
{
color: #FA2142;
}
</style>
background-color css
<style>
a { background-color: #FA2142; }
a { background-color: rgb(250,33,66); }
div.DivClassName
{
background-color: #FA2142;
}
.BgClassName
{
background-color: #FA2142;
}
</style>
border-color css
<style>
span { border-color: #FA2142; }
span { border-color: rgb(250,33,66); }
td.TdClassName
{
border-color: #FA2142;
}
.TagClassName
{
border-color: #FA2142;
}
</style>