Shades of Torch Red #FA0A4C
Tints of Torch Red #FA0A4C
RGB
CMYK
RGB Variations
Color information
#FA0A4C (or 0xFA0A4C) is known color: Torch Red. HEX triplet: FA, 0A and 4C. RGB value is (250,10,76). Sum of RGB (Red+Green+Blue) = 250+10+76=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0A4C is #05F5B3. Grayscale: #595959. Windows color (decimal): -390580 or 4983546. OLE color: 4983546.
HSL color Cylindrical-coordinate representation of color #FA0A4C: hue angle of 343.5º 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 #FA0A4C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 76 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.02 |
| HSL | 343.5º | 0.96% | 0.51% | - |
| HSV(B) | 343.5º | 0.96% | 0.98% | - |
| XYZ | 40.84 | 21.06 | 8.75 | - |
| YUV | 89.28 | 120.51 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 76 | 0 | 0.96 | 0.70 | 0.02 | 343.5 | 0.96 | 0.51 |
| Hex | FA | A | 4C | 0 | 60 | 46 | 2 | 158 | 60 | 33 |
| Octal | 372 | 12 | 114 | 0 | 140 | 106 | 2 | 530 | 140 | 63 |
| Binary | 11111010 | 1010 | 1001100 | 0 | 1100000 | 1000110 | 10 | 101011000 | 1100000 | 110011 |
Color Harmonies of #FA0A4C
Complementary color
Monochromatic Colors of #FA0A4C
Black with #FA0A4C
Text Example
Text Example
White with #FA0A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A4C; }
p { color: rgb(250,10,76); }
H1.HeaderClassName
{
color: #FA0A4C;
}
.AnyTagClassName
{
color: #FA0A4C;
}
</style>
background-color css
<style>
a { background-color: #FA0A4C; }
a { background-color: rgb(250,10,76); }
div.DivClassName
{
background-color: #FA0A4C;
}
.BgClassName
{
background-color: #FA0A4C;
}
</style>
border-color css
<style>
span { border-color: #FA0A4C; }
span { border-color: rgb(250,10,76); }
td.TdClassName
{
border-color: #FA0A4C;
}
.TagClassName
{
border-color: #FA0A4C;
}
</style>