Shades of Torch Red #FC054E
Tints of Torch Red #FC054E
RGB
CMYK
RGB Variations
Color information
#FC054E (or 0xFC054E) is known color: Torch Red. HEX triplet: FC, 05 and 4E. RGB value is (252,5,78). Sum of RGB (Red+Green+Blue) = 252+5+78=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC054E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC054E is #03FAB1. Grayscale: #575757. Windows color (decimal): -260786 or 5113340. OLE color: 5113340.
HSL color Cylindrical-coordinate representation of color #FC054E: hue angle of 342.27º 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 #FC054E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.01 |
| HSL | 342.27º | 0.98% | 0.5% | - |
| HSV(B) | 342.27º | 0.98% | 0.99% | - |
| XYZ | 41.57 | 21.35 | 9.14 | - |
| YUV | 87.18 | 122.83 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 78 | 0 | 0.98 | 0.69 | 0.01 | 342.27 | 0.98 | 0.5 |
| Hex | FC | 5 | 4E | 0 | 62 | 45 | 1 | 156 | 62 | 32 |
| Octal | 374 | 5 | 116 | 0 | 142 | 105 | 1 | 526 | 142 | 62 |
| Binary | 11111100 | 101 | 1001110 | 0 | 1100010 | 1000101 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC054E
Complementary color
Monochromatic Colors of #FC054E
Black with #FC054E
Text Example
Text Example
White with #FC054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC054E; }
p { color: rgb(252,5,78); }
H1.HeaderClassName
{
color: #FC054E;
}
.AnyTagClassName
{
color: #FC054E;
}
</style>
background-color css
<style>
a { background-color: #FC054E; }
a { background-color: rgb(252,5,78); }
div.DivClassName
{
background-color: #FC054E;
}
.BgClassName
{
background-color: #FC054E;
}
</style>
border-color css
<style>
span { border-color: #FC054E; }
span { border-color: rgb(252,5,78); }
td.TdClassName
{
border-color: #FC054E;
}
.TagClassName
{
border-color: #FC054E;
}
</style>