Shades of Torch Red #FC0144
Tints of Torch Red #FC0144
RGB
CMYK
RGB Variations
Color information
#FC0144 (or 0xFC0144) is known color: Torch Red. HEX triplet: FC, 01 and 44. RGB value is (252,1,68). Sum of RGB (Red+Green+Blue) = 252+1+68=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0144 is #03FEBB. Grayscale: #535353. Windows color (decimal): -261820 or 4456956. OLE color: 4456956.
HSL color Cylindrical-coordinate representation of color #FC0144: hue angle of 343.98º 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 #FC0144 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 68 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.01 |
| HSL | 343.98º | 0.99% | 0.5% | - |
| HSV(B) | 343.98º | 1% | 0.99% | - |
| XYZ | 41.2 | 21.13 | 7.38 | - |
| YUV | 83.69 | 119.16 | 248.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 68 | 0 | 1.00 | 0.73 | 0.01 | 343.98 | 0.99 | 0.5 |
| Hex | FC | 1 | 44 | 0 | 64 | 49 | 1 | 158 | 63 | 32 |
| Octal | 374 | 1 | 104 | 0 | 144 | 111 | 1 | 530 | 143 | 62 |
| Binary | 11111100 | 1 | 1000100 | 0 | 1100100 | 1001001 | 1 | 101011000 | 1100011 | 110010 |
Color Harmonies of #FC0144
Complementary color
Monochromatic Colors of #FC0144
Black with #FC0144
Text Example
Text Example
White with #FC0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0144; }
p { color: rgb(252,1,68); }
H1.HeaderClassName
{
color: #FC0144;
}
.AnyTagClassName
{
color: #FC0144;
}
</style>
background-color css
<style>
a { background-color: #FC0144; }
a { background-color: rgb(252,1,68); }
div.DivClassName
{
background-color: #FC0144;
}
.BgClassName
{
background-color: #FC0144;
}
</style>
border-color css
<style>
span { border-color: #FC0144; }
span { border-color: rgb(252,1,68); }
td.TdClassName
{
border-color: #FC0144;
}
.TagClassName
{
border-color: #FC0144;
}
</style>