Shades of Torch Red #FA0645
Tints of Torch Red #FA0645
RGB
CMYK
RGB Variations
Color information
#FA0645 (or 0xFA0645) is known color: Torch Red. HEX triplet: FA, 06 and 45. RGB value is (250,6,69). Sum of RGB (Red+Green+Blue) = 250+6+69=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0645 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0645 is #05F9BA. Grayscale: #565656. Windows color (decimal): -391611 or 4523770. OLE color: 4523770.
HSL color Cylindrical-coordinate representation of color #FA0645: hue angle of 344.51º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0645 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 69 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.02 |
| HSL | 344.51º | 0.96% | 0.5% | - |
| HSV(B) | 344.51º | 0.98% | 0.98% | - |
| XYZ | 40.56 | 20.88 | 7.52 | - |
| YUV | 86.14 | 118.34 | 244.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 69 | 0 | 0.98 | 0.72 | 0.02 | 344.51 | 0.96 | 0.5 |
| Hex | FA | 6 | 45 | 0 | 62 | 48 | 2 | 159 | 60 | 32 |
| Octal | 372 | 6 | 105 | 0 | 142 | 110 | 2 | 531 | 140 | 62 |
| Binary | 11111010 | 110 | 1000101 | 0 | 1100010 | 1001000 | 10 | 101011001 | 1100000 | 110010 |
Color Harmonies of #FA0645
Complementary color
Monochromatic Colors of #FA0645
Black with #FA0645
Text Example
Text Example
White with #FA0645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0645; }
p { color: rgb(250,6,69); }
H1.HeaderClassName
{
color: #FA0645;
}
.AnyTagClassName
{
color: #FA0645;
}
</style>
background-color css
<style>
a { background-color: #FA0645; }
a { background-color: rgb(250,6,69); }
div.DivClassName
{
background-color: #FA0645;
}
.BgClassName
{
background-color: #FA0645;
}
</style>
border-color css
<style>
span { border-color: #FA0645; }
span { border-color: rgb(250,6,69); }
td.TdClassName
{
border-color: #FA0645;
}
.TagClassName
{
border-color: #FA0645;
}
</style>