Shades of Torch Red #FC054A
Tints of Torch Red #FC054A
RGB
CMYK
RGB Variations
Color information
#FC054A (or 0xFC054A) is known color: Torch Red. HEX triplet: FC, 05 and 4A. RGB value is (252,5,74). Sum of RGB (Red+Green+Blue) = 252+5+74=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC054A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC054A is #03FAB5. Grayscale: #565656. Windows color (decimal): -260790 or 4851196. OLE color: 4851196.
HSL color Cylindrical-coordinate representation of color #FC054A: hue angle of 343.24º 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 #FC054A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.01 |
| HSL | 343.24º | 0.98% | 0.5% | - |
| HSV(B) | 343.24º | 0.98% | 0.99% | - |
| XYZ | 41.44 | 21.3 | 8.41 | - |
| YUV | 86.72 | 120.83 | 245.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 74 | 0 | 0.98 | 0.71 | 0.01 | 343.24 | 0.98 | 0.5 |
| Hex | FC | 5 | 4A | 0 | 62 | 47 | 1 | 157 | 62 | 32 |
| Octal | 374 | 5 | 112 | 0 | 142 | 107 | 1 | 527 | 142 | 62 |
| Binary | 11111100 | 101 | 1001010 | 0 | 1100010 | 1000111 | 1 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FC054A
Complementary color
Monochromatic Colors of #FC054A
Black with #FC054A
Text Example
Text Example
White with #FC054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC054A; }
p { color: rgb(252,5,74); }
H1.HeaderClassName
{
color: #FC054A;
}
.AnyTagClassName
{
color: #FC054A;
}
</style>
background-color css
<style>
a { background-color: #FC054A; }
a { background-color: rgb(252,5,74); }
div.DivClassName
{
background-color: #FC054A;
}
.BgClassName
{
background-color: #FC054A;
}
</style>
border-color css
<style>
span { border-color: #FC054A; }
span { border-color: rgb(252,5,74); }
td.TdClassName
{
border-color: #FC054A;
}
.TagClassName
{
border-color: #FC054A;
}
</style>