Shades of Torch Red #FA004C
Tints of Torch Red #FA004C
RGB
CMYK
RGB Variations
Color information
#FA004C (or 0xFA004C) is known color: Torch Red. HEX triplet: FA, 00 and 4C. RGB value is (250,0,76). Sum of RGB (Red+Green+Blue) = 250+0+76=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA004C is #05FFB3. Grayscale: #535353. Windows color (decimal): -393140 or 4980986. OLE color: 4980986.
HSL color Cylindrical-coordinate representation of color #FA004C: hue angle of 341.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA004C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.70 | 0.02 |
| HSL | 341.76º | 1% | 0.49% | - |
| HSV(B) | 341.76º | 1% | 0.98% | - |
| XYZ | 40.73 | 20.85 | 8.71 | - |
| YUV | 83.41 | 123.83 | 246.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 76 | 0 | 1 | 0.70 | 0.02 | 341.76 | 1 | 0.49 |
| Hex | FA | 0 | 4C | 0 | 64 | 46 | 2 | 156 | 64 | 31 |
| Octal | 372 | 0 | 114 | 0 | 144 | 106 | 2 | 526 | 144 | 61 |
| Binary | 11111010 | 0 | 1001100 | 0 | 1100100 | 1000110 | 10 | 101010110 | 1100100 | 110001 |
Color Harmonies of #FA004C
Complementary color
Monochromatic Colors of #FA004C
Black with #FA004C
Text Example
Text Example
White with #FA004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA004C; }
p { color: rgb(250,0,76); }
H1.HeaderClassName
{
color: #FA004C;
}
.AnyTagClassName
{
color: #FA004C;
}
</style>
background-color css
<style>
a { background-color: #FA004C; }
a { background-color: rgb(250,0,76); }
div.DivClassName
{
background-color: #FA004C;
}
.BgClassName
{
background-color: #FA004C;
}
</style>
border-color css
<style>
span { border-color: #FA004C; }
span { border-color: rgb(250,0,76); }
td.TdClassName
{
border-color: #FA004C;
}
.TagClassName
{
border-color: #FA004C;
}
</style>