Shades of Torch Red #FA0446
Tints of Torch Red #FA0446
RGB
CMYK
RGB Variations
Color information
#FA0446 (or 0xFA0446) is known color: Torch Red. HEX triplet: FA, 04 and 46. RGB value is (250,4,70). Sum of RGB (Red+Green+Blue) = 250+4+70=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0446 is #05FBB9. Grayscale: #555555. Windows color (decimal): -392122 or 4588794. OLE color: 4588794.
HSL color Cylindrical-coordinate representation of color #FA0446: hue angle of 343.9º degrees, saturation: 0.97, 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 #FA0446 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.02 |
| HSL | 343.9º | 0.97% | 0.5% | - |
| HSV(B) | 343.9º | 0.98% | 0.98% | - |
| XYZ | 40.57 | 20.85 | 7.68 | - |
| YUV | 85.08 | 119.5 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 70 | 0 | 0.98 | 0.72 | 0.02 | 343.9 | 0.97 | 0.5 |
| Hex | FA | 4 | 46 | 0 | 62 | 48 | 2 | 158 | 61 | 32 |
| Octal | 372 | 4 | 106 | 0 | 142 | 110 | 2 | 530 | 141 | 62 |
| Binary | 11111010 | 100 | 1000110 | 0 | 1100010 | 1001000 | 10 | 101011000 | 1100001 | 110010 |
Color Harmonies of #FA0446
Complementary color
Monochromatic Colors of #FA0446
Black with #FA0446
Text Example
Text Example
White with #FA0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0446; }
p { color: rgb(250,4,70); }
H1.HeaderClassName
{
color: #FA0446;
}
.AnyTagClassName
{
color: #FA0446;
}
</style>
background-color css
<style>
a { background-color: #FA0446; }
a { background-color: rgb(250,4,70); }
div.DivClassName
{
background-color: #FA0446;
}
.BgClassName
{
background-color: #FA0446;
}
</style>
border-color css
<style>
span { border-color: #FA0446; }
span { border-color: rgb(250,4,70); }
td.TdClassName
{
border-color: #FA0446;
}
.TagClassName
{
border-color: #FA0446;
}
</style>