Shades of Torch Red #FA024B
Tints of Torch Red #FA024B
RGB
CMYK
RGB Variations
Color information
#FA024B (or 0xFA024B) is known color: Torch Red. HEX triplet: FA, 02 and 4B. RGB value is (250,2,75). Sum of RGB (Red+Green+Blue) = 250+2+75=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA024B is #05FDB4. Grayscale: #545454. Windows color (decimal): -392629 or 4915962. OLE color: 4915962.
HSL color Cylindrical-coordinate representation of color #FA024B: hue angle of 342.34º 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 #FA024B is Cyan = 0, Magento = 0.99, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.7 | 0.02 |
| HSL | 342.34º | 0.98% | 0.49% | - |
| HSV(B) | 342.34º | 0.99% | 0.98% | - |
| XYZ | 40.72 | 20.88 | 8.54 | - |
| YUV | 84.47 | 122.66 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 75 | 0 | 0.99 | 0.7 | 0.02 | 342.34 | 0.98 | 0.49 |
| Hex | FA | 2 | 4B | 0 | 63 | 46 | 2 | 156 | 62 | 31 |
| Octal | 372 | 2 | 113 | 0 | 143 | 106 | 2 | 526 | 142 | 61 |
| Binary | 11111010 | 10 | 1001011 | 0 | 1100011 | 1000110 | 10 | 101010110 | 1100010 | 110001 |
Color Harmonies of #FA024B
Complementary color
Monochromatic Colors of #FA024B
Black with #FA024B
Text Example
Text Example
White with #FA024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA024B; }
p { color: rgb(250,2,75); }
H1.HeaderClassName
{
color: #FA024B;
}
.AnyTagClassName
{
color: #FA024B;
}
</style>
background-color css
<style>
a { background-color: #FA024B; }
a { background-color: rgb(250,2,75); }
div.DivClassName
{
background-color: #FA024B;
}
.BgClassName
{
background-color: #FA024B;
}
</style>
border-color css
<style>
span { border-color: #FA024B; }
span { border-color: rgb(250,2,75); }
td.TdClassName
{
border-color: #FA024B;
}
.TagClassName
{
border-color: #FA024B;
}
</style>