Shades of Torch Red #FC014B
Tints of Torch Red #FC014B
RGB
CMYK
RGB Variations
Color information
#FC014B (or 0xFC014B) is known color: Torch Red. HEX triplet: FC, 01 and 4B. RGB value is (252,1,75). Sum of RGB (Red+Green+Blue) = 252+1+75=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC014B is #03FEB4. Grayscale: #545454. Windows color (decimal): -261813 or 4915708. OLE color: 4915708.
HSL color Cylindrical-coordinate representation of color #FC014B: hue angle of 342.31º 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 #FC014B is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.01 |
| HSL | 342.31º | 0.99% | 0.5% | - |
| HSV(B) | 342.31º | 1% | 0.99% | - |
| XYZ | 41.43 | 21.23 | 8.57 | - |
| YUV | 84.49 | 122.66 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 75 | 0 | 1.00 | 0.70 | 0.01 | 342.31 | 0.99 | 0.5 |
| Hex | FC | 1 | 4B | 0 | 64 | 46 | 1 | 156 | 63 | 32 |
| Octal | 374 | 1 | 113 | 0 | 144 | 106 | 1 | 526 | 143 | 62 |
| Binary | 11111100 | 1 | 1001011 | 0 | 1100100 | 1000110 | 1 | 101010110 | 1100011 | 110010 |
Color Harmonies of #FC014B
Complementary color
Monochromatic Colors of #FC014B
Black with #FC014B
Text Example
Text Example
White with #FC014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC014B; }
p { color: rgb(252,1,75); }
H1.HeaderClassName
{
color: #FC014B;
}
.AnyTagClassName
{
color: #FC014B;
}
</style>
background-color css
<style>
a { background-color: #FC014B; }
a { background-color: rgb(252,1,75); }
div.DivClassName
{
background-color: #FC014B;
}
.BgClassName
{
background-color: #FC014B;
}
</style>
border-color css
<style>
span { border-color: #FC014B; }
span { border-color: rgb(252,1,75); }
td.TdClassName
{
border-color: #FC014B;
}
.TagClassName
{
border-color: #FC014B;
}
</style>