Shades of Torch Red #FC034C
Tints of Torch Red #FC034C
RGB
CMYK
RGB Variations
Color information
#FC034C (or 0xFC034C) is known color: Torch Red. HEX triplet: FC, 03 and 4C. RGB value is (252,3,76). Sum of RGB (Red+Green+Blue) = 252+3+76=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC034C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC034C is #03FCB3. Grayscale: #555555. Windows color (decimal): -261300 or 4981756. OLE color: 4981756.
HSL color Cylindrical-coordinate representation of color #FC034C: hue angle of 342.41º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC034C is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.01 |
| HSL | 342.41º | 0.98% | 0.5% | - |
| HSV(B) | 342.41º | 0.99% | 0.99% | - |
| XYZ | 41.48 | 21.28 | 8.76 | - |
| YUV | 85.77 | 122.49 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 76 | 0 | 0.99 | 0.70 | 0.01 | 342.41 | 0.98 | 0.5 |
| Hex | FC | 3 | 4C | 0 | 63 | 46 | 1 | 156 | 62 | 32 |
| Octal | 374 | 3 | 114 | 0 | 143 | 106 | 1 | 526 | 142 | 62 |
| Binary | 11111100 | 11 | 1001100 | 0 | 1100011 | 1000110 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC034C
Complementary color
Monochromatic Colors of #FC034C
Black with #FC034C
Text Example
Text Example
White with #FC034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC034C; }
p { color: rgb(252,3,76); }
H1.HeaderClassName
{
color: #FC034C;
}
.AnyTagClassName
{
color: #FC034C;
}
</style>
background-color css
<style>
a { background-color: #FC034C; }
a { background-color: rgb(252,3,76); }
div.DivClassName
{
background-color: #FC034C;
}
.BgClassName
{
background-color: #FC034C;
}
</style>
border-color css
<style>
span { border-color: #FC034C; }
span { border-color: rgb(252,3,76); }
td.TdClassName
{
border-color: #FC034C;
}
.TagClassName
{
border-color: #FC034C;
}
</style>