Shades of Torch Red #FA0A45
Tints of Torch Red #FA0A45
RGB
CMYK
RGB Variations
Color information
#FA0A45 (or 0xFA0A45) is known color: Torch Red. HEX triplet: FA, 0A and 45. RGB value is (250,10,69). Sum of RGB (Red+Green+Blue) = 250+10+69=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A45 is #05F5BA. Grayscale: #585858. Windows color (decimal): -390587 or 4524794. OLE color: 4524794.
HSL color Cylindrical-coordinate representation of color #FA0A45: hue angle of 345.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A45 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 69 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.02 |
| HSL | 345.25º | 0.96% | 0.51% | - |
| HSV(B) | 345.25º | 0.96% | 0.98% | - |
| XYZ | 40.61 | 20.97 | 7.54 | - |
| YUV | 88.49 | 117.01 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 69 | 0 | 0.96 | 0.72 | 0.02 | 345.25 | 0.96 | 0.51 |
| Hex | FA | A | 45 | 0 | 60 | 48 | 2 | 159 | 60 | 33 |
| Octal | 372 | 12 | 105 | 0 | 140 | 110 | 2 | 531 | 140 | 63 |
| Binary | 11111010 | 1010 | 1000101 | 0 | 1100000 | 1001000 | 10 | 101011001 | 1100000 | 110011 |
Color Harmonies of #FA0A45
Complementary color
Monochromatic Colors of #FA0A45
Black with #FA0A45
Text Example
Text Example
White with #FA0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A45; }
p { color: rgb(250,10,69); }
H1.HeaderClassName
{
color: #FA0A45;
}
.AnyTagClassName
{
color: #FA0A45;
}
</style>
background-color css
<style>
a { background-color: #FA0A45; }
a { background-color: rgb(250,10,69); }
div.DivClassName
{
background-color: #FA0A45;
}
.BgClassName
{
background-color: #FA0A45;
}
</style>
border-color css
<style>
span { border-color: #FA0A45; }
span { border-color: rgb(250,10,69); }
td.TdClassName
{
border-color: #FA0A45;
}
.TagClassName
{
border-color: #FA0A45;
}
</style>