Shades of Torch Red #FC0547
Tints of Torch Red #FC0547
RGB
CMYK
RGB Variations
Color information
#FC0547 (or 0xFC0547) is known color: Torch Red. HEX triplet: FC, 05 and 47. RGB value is (252,5,71). Sum of RGB (Red+Green+Blue) = 252+5+71=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0547 is #03FAB8. Grayscale: #565656. Windows color (decimal): -260793 or 4654588. OLE color: 4654588.
HSL color Cylindrical-coordinate representation of color #FC0547: hue angle of 343.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0547 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.01 |
| HSL | 343.97º | 0.98% | 0.5% | - |
| HSV(B) | 343.97º | 0.98% | 0.99% | - |
| XYZ | 41.34 | 21.26 | 7.89 | - |
| YUV | 86.38 | 119.33 | 246.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 71 | 0 | 0.98 | 0.72 | 0.01 | 343.97 | 0.98 | 0.5 |
| Hex | FC | 5 | 47 | 0 | 62 | 48 | 1 | 158 | 62 | 32 |
| Octal | 374 | 5 | 107 | 0 | 142 | 110 | 1 | 530 | 142 | 62 |
| Binary | 11111100 | 101 | 1000111 | 0 | 1100010 | 1001000 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FC0547
Complementary color
Monochromatic Colors of #FC0547
Black with #FC0547
Text Example
Text Example
White with #FC0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0547; }
p { color: rgb(252,5,71); }
H1.HeaderClassName
{
color: #FC0547;
}
.AnyTagClassName
{
color: #FC0547;
}
</style>
background-color css
<style>
a { background-color: #FC0547; }
a { background-color: rgb(252,5,71); }
div.DivClassName
{
background-color: #FC0547;
}
.BgClassName
{
background-color: #FC0547;
}
</style>
border-color css
<style>
span { border-color: #FC0547; }
span { border-color: rgb(252,5,71); }
td.TdClassName
{
border-color: #FC0547;
}
.TagClassName
{
border-color: #FC0547;
}
</style>