Shades of Torch Red #FC0149
Tints of Torch Red #FC0149
RGB
CMYK
RGB Variations
Color information
#FC0149 (or 0xFC0149) is known color: Torch Red. HEX triplet: FC, 01 and 49. RGB value is (252,1,73). Sum of RGB (Red+Green+Blue) = 252+1+73=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0149 is #03FEB6. Grayscale: #545454. Windows color (decimal): -261815 or 4784636. OLE color: 4784636.
HSL color Cylindrical-coordinate representation of color #FC0149: hue angle of 342.79º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0149 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.01 |
| HSL | 342.79º | 0.99% | 0.5% | - |
| HSV(B) | 342.79º | 1% | 0.99% | - |
| XYZ | 41.36 | 21.2 | 8.22 | - |
| YUV | 84.26 | 121.66 | 247.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 73 | 0 | 1.00 | 0.71 | 0.01 | 342.79 | 0.99 | 0.5 |
| Hex | FC | 1 | 49 | 0 | 64 | 47 | 1 | 157 | 63 | 32 |
| Octal | 374 | 1 | 111 | 0 | 144 | 107 | 1 | 527 | 143 | 62 |
| Binary | 11111100 | 1 | 1001001 | 0 | 1100100 | 1000111 | 1 | 101010111 | 1100011 | 110010 |
Color Harmonies of #FC0149
Complementary color
Monochromatic Colors of #FC0149
Black with #FC0149
Text Example
Text Example
White with #FC0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0149; }
p { color: rgb(252,1,73); }
H1.HeaderClassName
{
color: #FC0149;
}
.AnyTagClassName
{
color: #FC0149;
}
</style>
background-color css
<style>
a { background-color: #FC0149; }
a { background-color: rgb(252,1,73); }
div.DivClassName
{
background-color: #FC0149;
}
.BgClassName
{
background-color: #FC0149;
}
</style>
border-color css
<style>
span { border-color: #FC0149; }
span { border-color: rgb(252,1,73); }
td.TdClassName
{
border-color: #FC0149;
}
.TagClassName
{
border-color: #FC0149;
}
</style>