Shades of Torch Red #FC1242
Tints of Torch Red #FC1242
RGB
CMYK
RGB Variations
Color information
#FC1242 (or 0xFC1242) is known color: Torch Red. HEX triplet: FC, 12 and 42. RGB value is (252,18,66). Sum of RGB (Red+Green+Blue) = 252+18+66=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1242 is #03EDBD. Grayscale: #5D5D5D. Windows color (decimal): -257470 or 4330236. OLE color: 4330236.
HSL color Cylindrical-coordinate representation of color #FC1242: hue angle of 347.69º 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 #FC1242 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 66 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.01 |
| HSL | 347.69º | 0.98% | 0.53% | - |
| HSV(B) | 347.69º | 0.93% | 0.99% | - |
| XYZ | 41.34 | 21.52 | 7.13 | - |
| YUV | 93.44 | 112.52 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 66 | 0 | 0.93 | 0.74 | 0.01 | 347.69 | 0.98 | 0.53 |
| Hex | FC | 12 | 42 | 0 | 5D | 4A | 1 | 15C | 62 | 35 |
| Octal | 374 | 22 | 102 | 0 | 135 | 112 | 1 | 534 | 142 | 65 |
| Binary | 11111100 | 10010 | 1000010 | 0 | 1011101 | 1001010 | 1 | 101011100 | 1100010 | 110101 |
Color Harmonies of #FC1242
Complementary color
Monochromatic Colors of #FC1242
Black with #FC1242
Text Example
Text Example
White with #FC1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1242; }
p { color: rgb(252,18,66); }
H1.HeaderClassName
{
color: #FC1242;
}
.AnyTagClassName
{
color: #FC1242;
}
</style>
background-color css
<style>
a { background-color: #FC1242; }
a { background-color: rgb(252,18,66); }
div.DivClassName
{
background-color: #FC1242;
}
.BgClassName
{
background-color: #FC1242;
}
</style>
border-color css
<style>
span { border-color: #FC1242; }
span { border-color: rgb(252,18,66); }
td.TdClassName
{
border-color: #FC1242;
}
.TagClassName
{
border-color: #FC1242;
}
</style>