Shades of Torch Red #FA0232
Tints of Torch Red #FA0232
RGB
CMYK
RGB Variations
Color information
#FA0232 (or 0xFA0232) is known color: Torch Red. HEX triplet: FA, 02 and 32. RGB value is (250,2,50). Sum of RGB (Red+Green+Blue) = 250+2+50=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0232 is #05FDCD. Grayscale: #515151. Windows color (decimal): -392654 or 3277562. OLE color: 3277562.
HSL color Cylindrical-coordinate representation of color #FA0232: hue angle of 348.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0232 is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.8 | 0.02 |
| HSL | 348.39º | 0.98% | 0.49% | - |
| HSV(B) | 348.39º | 0.99% | 0.98% | - |
| XYZ | 40.02 | 20.6 | 4.88 | - |
| YUV | 81.62 | 110.16 | 248.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 50 | 0 | 0.99 | 0.8 | 0.02 | 348.39 | 0.98 | 0.49 |
| Hex | FA | 2 | 32 | 0 | 63 | 50 | 2 | 15C | 62 | 31 |
| Octal | 372 | 2 | 62 | 0 | 143 | 120 | 2 | 534 | 142 | 61 |
| Binary | 11111010 | 10 | 110010 | 0 | 1100011 | 1010000 | 10 | 101011100 | 1100010 | 110001 |
Color Harmonies of #FA0232
Complementary color
Monochromatic Colors of #FA0232
Black with #FA0232
Text Example
Text Example
White with #FA0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0232; }
p { color: rgb(250,2,50); }
H1.HeaderClassName
{
color: #FA0232;
}
.AnyTagClassName
{
color: #FA0232;
}
</style>
background-color css
<style>
a { background-color: #FA0232; }
a { background-color: rgb(250,2,50); }
div.DivClassName
{
background-color: #FA0232;
}
.BgClassName
{
background-color: #FA0232;
}
</style>
border-color css
<style>
span { border-color: #FA0232; }
span { border-color: rgb(250,2,50); }
td.TdClassName
{
border-color: #FA0232;
}
.TagClassName
{
border-color: #FA0232;
}
</style>