Shades of Torch Red #FA0543
Tints of Torch Red #FA0543
RGB
CMYK
RGB Variations
Color information
#FA0543 (or 0xFA0543) is known color: Torch Red. HEX triplet: FA, 05 and 43. RGB value is (250,5,67). Sum of RGB (Red+Green+Blue) = 250+5+67=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0543 is #05FABC. Grayscale: #555555. Windows color (decimal): -391869 or 4392442. OLE color: 4392442.
HSL color Cylindrical-coordinate representation of color #FA0543: hue angle of 344.82º 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 #FA0543 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 67 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.02 |
| HSL | 344.82º | 0.96% | 0.5% | - |
| HSV(B) | 344.82º | 0.98% | 0.98% | - |
| XYZ | 40.49 | 20.84 | 7.2 | - |
| YUV | 85.32 | 117.67 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 67 | 0 | 0.98 | 0.73 | 0.02 | 344.82 | 0.96 | 0.5 |
| Hex | FA | 5 | 43 | 0 | 62 | 49 | 2 | 159 | 60 | 32 |
| Octal | 372 | 5 | 103 | 0 | 142 | 111 | 2 | 531 | 140 | 62 |
| Binary | 11111010 | 101 | 1000011 | 0 | 1100010 | 1001001 | 10 | 101011001 | 1100000 | 110010 |
Color Harmonies of #FA0543
Complementary color
Monochromatic Colors of #FA0543
Black with #FA0543
Text Example
Text Example
White with #FA0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0543; }
p { color: rgb(250,5,67); }
H1.HeaderClassName
{
color: #FA0543;
}
.AnyTagClassName
{
color: #FA0543;
}
</style>
background-color css
<style>
a { background-color: #FA0543; }
a { background-color: rgb(250,5,67); }
div.DivClassName
{
background-color: #FA0543;
}
.BgClassName
{
background-color: #FA0543;
}
</style>
border-color css
<style>
span { border-color: #FA0543; }
span { border-color: rgb(250,5,67); }
td.TdClassName
{
border-color: #FA0543;
}
.TagClassName
{
border-color: #FA0543;
}
</style>