Shades of Torch Red #FA084A
Tints of Torch Red #FA084A
RGB
CMYK
RGB Variations
Color information
#FA084A (or 0xFA084A) is known color: Torch Red. HEX triplet: FA, 08 and 4A. RGB value is (250,8,74). Sum of RGB (Red+Green+Blue) = 250+8+74=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA084A is #05F7B5. Grayscale: #575757. Windows color (decimal): -391094 or 4851962. OLE color: 4851962.
HSL color Cylindrical-coordinate representation of color #FA084A: hue angle of 343.64º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA084A is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 74 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.02 |
| HSL | 343.64º | 0.96% | 0.51% | - |
| HSV(B) | 343.64º | 0.97% | 0.98% | - |
| XYZ | 40.75 | 20.99 | 8.38 | - |
| YUV | 87.88 | 120.17 | 243.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 74 | 0 | 0.97 | 0.70 | 0.02 | 343.64 | 0.96 | 0.51 |
| Hex | FA | 8 | 4A | 0 | 61 | 46 | 2 | 158 | 60 | 33 |
| Octal | 372 | 10 | 112 | 0 | 141 | 106 | 2 | 530 | 140 | 63 |
| Binary | 11111010 | 1000 | 1001010 | 0 | 1100001 | 1000110 | 10 | 101011000 | 1100000 | 110011 |
Color Harmonies of #FA084A
Complementary color
Monochromatic Colors of #FA084A
Black with #FA084A
Text Example
Text Example
White with #FA084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA084A; }
p { color: rgb(250,8,74); }
H1.HeaderClassName
{
color: #FA084A;
}
.AnyTagClassName
{
color: #FA084A;
}
</style>
background-color css
<style>
a { background-color: #FA084A; }
a { background-color: rgb(250,8,74); }
div.DivClassName
{
background-color: #FA084A;
}
.BgClassName
{
background-color: #FA084A;
}
</style>
border-color css
<style>
span { border-color: #FA084A; }
span { border-color: rgb(250,8,74); }
td.TdClassName
{
border-color: #FA084A;
}
.TagClassName
{
border-color: #FA084A;
}
</style>