Shades of Torch Red #FC124A
Tints of Torch Red #FC124A
RGB
CMYK
RGB Variations
Color information
#FC124A (or 0xFC124A) is known color: Torch Red. HEX triplet: FC, 12 and 4A. RGB value is (252,18,74). Sum of RGB (Red+Green+Blue) = 252+18+74=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC124A is #03EDB5. Grayscale: #5E5E5E. Windows color (decimal): -257462 or 4854524. OLE color: 4854524.
HSL color Cylindrical-coordinate representation of color #FC124A: hue angle of 345.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC124A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 74 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.01 |
| HSL | 345.64º | 0.98% | 0.53% | - |
| HSV(B) | 345.64º | 0.93% | 0.99% | - |
| XYZ | 41.6 | 21.62 | 8.46 | - |
| YUV | 94.35 | 116.52 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 74 | 0 | 0.93 | 0.71 | 0.01 | 345.64 | 0.98 | 0.53 |
| Hex | FC | 12 | 4A | 0 | 5D | 47 | 1 | 15A | 62 | 35 |
| Octal | 374 | 22 | 112 | 0 | 135 | 107 | 1 | 532 | 142 | 65 |
| Binary | 11111100 | 10010 | 1001010 | 0 | 1011101 | 1000111 | 1 | 101011010 | 1100010 | 110101 |
Color Harmonies of #FC124A
Complementary color
Monochromatic Colors of #FC124A
Black with #FC124A
Text Example
Text Example
White with #FC124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC124A; }
p { color: rgb(252,18,74); }
H1.HeaderClassName
{
color: #FC124A;
}
.AnyTagClassName
{
color: #FC124A;
}
</style>
background-color css
<style>
a { background-color: #FC124A; }
a { background-color: rgb(252,18,74); }
div.DivClassName
{
background-color: #FC124A;
}
.BgClassName
{
background-color: #FC124A;
}
</style>
border-color css
<style>
span { border-color: #FC124A; }
span { border-color: rgb(252,18,74); }
td.TdClassName
{
border-color: #FC124A;
}
.TagClassName
{
border-color: #FC124A;
}
</style>