Shades of Torch Red #FC024A
Tints of Torch Red #FC024A
RGB
CMYK
RGB Variations
Color information
#FC024A (or 0xFC024A) is known color: Torch Red. HEX triplet: FC, 02 and 4A. RGB value is (252,2,74). Sum of RGB (Red+Green+Blue) = 252+2+74=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC024A is #03FDB5. Grayscale: #545454. Windows color (decimal): -261558 or 4850428. OLE color: 4850428.
HSL color Cylindrical-coordinate representation of color #FC024A: hue angle of 342.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC024A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.01 |
| HSL | 342.72º | 0.98% | 0.5% | - |
| HSV(B) | 342.72º | 0.99% | 0.99% | - |
| XYZ | 41.4 | 21.23 | 8.39 | - |
| YUV | 84.96 | 121.83 | 247.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 74 | 0 | 0.99 | 0.71 | 0.01 | 342.72 | 0.98 | 0.5 |
| Hex | FC | 2 | 4A | 0 | 63 | 47 | 1 | 157 | 62 | 32 |
| Octal | 374 | 2 | 112 | 0 | 143 | 107 | 1 | 527 | 142 | 62 |
| Binary | 11111100 | 10 | 1001010 | 0 | 1100011 | 1000111 | 1 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FC024A
Complementary color
Monochromatic Colors of #FC024A
Black with #FC024A
Text Example
Text Example
White with #FC024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC024A; }
p { color: rgb(252,2,74); }
H1.HeaderClassName
{
color: #FC024A;
}
.AnyTagClassName
{
color: #FC024A;
}
</style>
background-color css
<style>
a { background-color: #FC024A; }
a { background-color: rgb(252,2,74); }
div.DivClassName
{
background-color: #FC024A;
}
.BgClassName
{
background-color: #FC024A;
}
</style>
border-color css
<style>
span { border-color: #FC024A; }
span { border-color: rgb(252,2,74); }
td.TdClassName
{
border-color: #FC024A;
}
.TagClassName
{
border-color: #FC024A;
}
</style>