Shades of Torch Red #FC014E
Tints of Torch Red #FC014E
RGB
CMYK
RGB Variations
Color information
#FC014E (or 0xFC014E) is known color: Torch Red. HEX triplet: FC, 01 and 4E. RGB value is (252,1,78). Sum of RGB (Red+Green+Blue) = 252+1+78=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC014E is #03FEB1. Grayscale: #545454. Windows color (decimal): -261810 or 5112316. OLE color: 5112316.
HSL color Cylindrical-coordinate representation of color #FC014E: hue angle of 341.59º 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 #FC014E is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.01 |
| HSL | 341.59º | 0.99% | 0.5% | - |
| HSV(B) | 341.59º | 1% | 0.99% | - |
| XYZ | 41.53 | 21.27 | 9.12 | - |
| YUV | 84.83 | 124.16 | 247.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 78 | 0 | 1.00 | 0.69 | 0.01 | 341.59 | 0.99 | 0.5 |
| Hex | FC | 1 | 4E | 0 | 64 | 45 | 1 | 156 | 63 | 32 |
| Octal | 374 | 1 | 116 | 0 | 144 | 105 | 1 | 526 | 143 | 62 |
| Binary | 11111100 | 1 | 1001110 | 0 | 1100100 | 1000101 | 1 | 101010110 | 1100011 | 110010 |
Color Harmonies of #FC014E
Complementary color
Monochromatic Colors of #FC014E
Black with #FC014E
Text Example
Text Example
White with #FC014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC014E; }
p { color: rgb(252,1,78); }
H1.HeaderClassName
{
color: #FC014E;
}
.AnyTagClassName
{
color: #FC014E;
}
</style>
background-color css
<style>
a { background-color: #FC014E; }
a { background-color: rgb(252,1,78); }
div.DivClassName
{
background-color: #FC014E;
}
.BgClassName
{
background-color: #FC014E;
}
</style>
border-color css
<style>
span { border-color: #FC014E; }
span { border-color: rgb(252,1,78); }
td.TdClassName
{
border-color: #FC014E;
}
.TagClassName
{
border-color: #FC014E;
}
</style>