Shades of Torch Red #FA203F
Tints of Torch Red #FA203F
RGB
CMYK
RGB Variations
Color information
#FA203F (or 0xFA203F) is known color: Torch Red. HEX triplet: FA, 20 and 3F. RGB value is (250,32,63). Sum of RGB (Red+Green+Blue) = 250+32+63=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA203F is #05DFC0. Grayscale: #646464. Windows color (decimal): -384961 or 4137210. OLE color: 4137210.
HSL color Cylindrical-coordinate representation of color #FA203F: hue angle of 351.47º 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 #FA203F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 63 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.02 |
| HSL | 351.47º | 0.96% | 0.55% | - |
| HSV(B) | 351.47º | 0.87% | 0.98% | - |
| XYZ | 40.84 | 21.72 | 6.74 | - |
| YUV | 100.72 | 106.72 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 63 | 0 | 0.87 | 0.75 | 0.02 | 351.47 | 0.96 | 0.55 |
| Hex | FA | 20 | 3F | 0 | 57 | 4B | 2 | 15F | 60 | 37 |
| Octal | 372 | 40 | 77 | 0 | 127 | 113 | 2 | 537 | 140 | 67 |
| Binary | 11111010 | 100000 | 111111 | 0 | 1010111 | 1001011 | 10 | 101011111 | 1100000 | 110111 |
Color Harmonies of #FA203F
Complementary color
Monochromatic Colors of #FA203F
Black with #FA203F
Text Example
Text Example
White with #FA203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA203F; }
p { color: rgb(250,32,63); }
H1.HeaderClassName
{
color: #FA203F;
}
.AnyTagClassName
{
color: #FA203F;
}
</style>
background-color css
<style>
a { background-color: #FA203F; }
a { background-color: rgb(250,32,63); }
div.DivClassName
{
background-color: #FA203F;
}
.BgClassName
{
background-color: #FA203F;
}
</style>
border-color css
<style>
span { border-color: #FA203F; }
span { border-color: rgb(250,32,63); }
td.TdClassName
{
border-color: #FA203F;
}
.TagClassName
{
border-color: #FA203F;
}
</style>