Shades of Torch Red #FA213F
Tints of Torch Red #FA213F
RGB
CMYK
RGB Variations
Color information
#FA213F (or 0xFA213F) is known color: Torch Red. HEX triplet: FA, 21 and 3F. RGB value is (250,33,63). Sum of RGB (Red+Green+Blue) = 250+33+63=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA213F is #05DEC0. Grayscale: #656565. Windows color (decimal): -384705 or 4137466. OLE color: 4137466.
HSL color Cylindrical-coordinate representation of color #FA213F: hue angle of 351.71º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA213F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 63 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.02 |
| HSL | 351.71º | 0.96% | 0.55% | - |
| HSV(B) | 351.71º | 0.87% | 0.98% | - |
| XYZ | 40.87 | 21.77 | 6.75 | - |
| YUV | 101.3 | 106.39 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 63 | 0 | 0.87 | 0.75 | 0.02 | 351.71 | 0.96 | 0.55 |
| Hex | FA | 21 | 3F | 0 | 57 | 4B | 2 | 160 | 60 | 37 |
| Octal | 372 | 41 | 77 | 0 | 127 | 113 | 2 | 540 | 140 | 67 |
| Binary | 11111010 | 100001 | 111111 | 0 | 1010111 | 1001011 | 10 | 101100000 | 1100000 | 110111 |
Color Harmonies of #FA213F
Complementary color
Monochromatic Colors of #FA213F
Black with #FA213F
Text Example
Text Example
White with #FA213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA213F; }
p { color: rgb(250,33,63); }
H1.HeaderClassName
{
color: #FA213F;
}
.AnyTagClassName
{
color: #FA213F;
}
</style>
background-color css
<style>
a { background-color: #FA213F; }
a { background-color: rgb(250,33,63); }
div.DivClassName
{
background-color: #FA213F;
}
.BgClassName
{
background-color: #FA213F;
}
</style>
border-color css
<style>
span { border-color: #FA213F; }
span { border-color: rgb(250,33,63); }
td.TdClassName
{
border-color: #FA213F;
}
.TagClassName
{
border-color: #FA213F;
}
</style>