Shades of Torch Red #FA2145
Tints of Torch Red #FA2145
RGB
CMYK
RGB Variations
Color information
#FA2145 (or 0xFA2145) is known color: Torch Red. HEX triplet: FA, 21 and 45. RGB value is (250,33,69). Sum of RGB (Red+Green+Blue) = 250+33+69=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2145 is #05DEBA. Grayscale: #666666. Windows color (decimal): -384699 or 4530682. OLE color: 4530682.
HSL color Cylindrical-coordinate representation of color #FA2145: hue angle of 350.05º 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 #FA2145 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 69 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.02 |
| HSL | 350.05º | 0.96% | 0.55% | - |
| HSV(B) | 350.05º | 0.87% | 0.98% | - |
| XYZ | 41.04 | 21.84 | 7.68 | - |
| YUV | 101.99 | 109.39 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 69 | 0 | 0.87 | 0.72 | 0.02 | 350.05 | 0.96 | 0.55 |
| Hex | FA | 21 | 45 | 0 | 57 | 48 | 2 | 15E | 60 | 37 |
| Octal | 372 | 41 | 105 | 0 | 127 | 110 | 2 | 536 | 140 | 67 |
| Binary | 11111010 | 100001 | 1000101 | 0 | 1010111 | 1001000 | 10 | 101011110 | 1100000 | 110111 |
Color Harmonies of #FA2145
Complementary color
Monochromatic Colors of #FA2145
Black with #FA2145
Text Example
Text Example
White with #FA2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2145; }
p { color: rgb(250,33,69); }
H1.HeaderClassName
{
color: #FA2145;
}
.AnyTagClassName
{
color: #FA2145;
}
</style>
background-color css
<style>
a { background-color: #FA2145; }
a { background-color: rgb(250,33,69); }
div.DivClassName
{
background-color: #FA2145;
}
.BgClassName
{
background-color: #FA2145;
}
</style>
border-color css
<style>
span { border-color: #FA2145; }
span { border-color: rgb(250,33,69); }
td.TdClassName
{
border-color: #FA2145;
}
.TagClassName
{
border-color: #FA2145;
}
</style>