Shades of Torch Red #FC0048
Tints of Torch Red #FC0048
RGB
CMYK
RGB Variations
Color information
#FC0048 (or 0xFC0048) is known color: Torch Red. HEX triplet: FC, 00 and 48. RGB value is (252,0,72). Sum of RGB (Red+Green+Blue) = 252+0+72=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0048 is #03FFB7. Grayscale: #535353. Windows color (decimal): -262072 or 4718844. OLE color: 4718844.
HSL color Cylindrical-coordinate representation of color #FC0048: hue angle of 342.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0048 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.71 | 0.01 |
| HSL | 342.86º | 1% | 0.49% | - |
| HSV(B) | 342.86º | 1% | 0.99% | - |
| XYZ | 41.31 | 21.16 | 8.04 | - |
| YUV | 83.56 | 121.49 | 248.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 72 | 0 | 1 | 0.71 | 0.01 | 342.86 | 1 | 0.49 |
| Hex | FC | 0 | 48 | 0 | 64 | 47 | 1 | 157 | 64 | 31 |
| Octal | 374 | 0 | 110 | 0 | 144 | 107 | 1 | 527 | 144 | 61 |
| Binary | 11111100 | 0 | 1001000 | 0 | 1100100 | 1000111 | 1 | 101010111 | 1100100 | 110001 |
Color Harmonies of #FC0048
Complementary color
Monochromatic Colors of #FC0048
Black with #FC0048
Text Example
Text Example
White with #FC0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0048; }
p { color: rgb(252,0,72); }
H1.HeaderClassName
{
color: #FC0048;
}
.AnyTagClassName
{
color: #FC0048;
}
</style>
background-color css
<style>
a { background-color: #FC0048; }
a { background-color: rgb(252,0,72); }
div.DivClassName
{
background-color: #FC0048;
}
.BgClassName
{
background-color: #FC0048;
}
</style>
border-color css
<style>
span { border-color: #FC0048; }
span { border-color: rgb(252,0,72); }
td.TdClassName
{
border-color: #FC0048;
}
.TagClassName
{
border-color: #FC0048;
}
</style>