Shades of Torch Red #FA1045
Tints of Torch Red #FA1045
RGB
CMYK
RGB Variations
Color information
#FA1045 (or 0xFA1045) is known color: Torch Red. HEX triplet: FA, 10 and 45. RGB value is (250,16,69). Sum of RGB (Red+Green+Blue) = 250+16+69=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1045 is #05EFBA. Grayscale: #5C5C5C. Windows color (decimal): -389051 or 4526330. OLE color: 4526330.
HSL color Cylindrical-coordinate representation of color #FA1045: hue angle of 346.41º 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 #FA1045 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 69 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.02 |
| HSL | 346.41º | 0.96% | 0.52% | - |
| HSV(B) | 346.41º | 0.94% | 0.98% | - |
| XYZ | 40.68 | 21.12 | 7.56 | - |
| YUV | 92.01 | 115.02 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 69 | 0 | 0.94 | 0.72 | 0.02 | 346.41 | 0.96 | 0.52 |
| Hex | FA | 10 | 45 | 0 | 5E | 48 | 2 | 15A | 60 | 34 |
| Octal | 372 | 20 | 105 | 0 | 136 | 110 | 2 | 532 | 140 | 64 |
| Binary | 11111010 | 10000 | 1000101 | 0 | 1011110 | 1001000 | 10 | 101011010 | 1100000 | 110100 |
Color Harmonies of #FA1045
Complementary color
Monochromatic Colors of #FA1045
Black with #FA1045
Text Example
Text Example
White with #FA1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1045; }
p { color: rgb(250,16,69); }
H1.HeaderClassName
{
color: #FA1045;
}
.AnyTagClassName
{
color: #FA1045;
}
</style>
background-color css
<style>
a { background-color: #FA1045; }
a { background-color: rgb(250,16,69); }
div.DivClassName
{
background-color: #FA1045;
}
.BgClassName
{
background-color: #FA1045;
}
</style>
border-color css
<style>
span { border-color: #FA1045; }
span { border-color: rgb(250,16,69); }
td.TdClassName
{
border-color: #FA1045;
}
.TagClassName
{
border-color: #FA1045;
}
</style>