Shades of Torch Red #FC0A4D
Tints of Torch Red #FC0A4D
RGB
CMYK
RGB Variations
Color information
#FC0A4D (or 0xFC0A4D) is known color: Torch Red. HEX triplet: FC, 0A and 4D. RGB value is (252,10,77). Sum of RGB (Red+Green+Blue) = 252+10+77=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A4D is #03F5B2. Grayscale: #595959. Windows color (decimal): -259507 or 5049084. OLE color: 5049084.
HSL color Cylindrical-coordinate representation of color #FC0A4D: hue angle of 343.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.01 |
| HSL | 343.39º | 0.98% | 0.51% | - |
| HSV(B) | 343.39º | 0.96% | 0.99% | - |
| XYZ | 41.59 | 21.45 | 8.97 | - |
| YUV | 90 | 120.67 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 77 | 0 | 0.96 | 0.69 | 0.01 | 343.39 | 0.98 | 0.51 |
| Hex | FC | A | 4D | 0 | 60 | 45 | 1 | 157 | 62 | 33 |
| Octal | 374 | 12 | 115 | 0 | 140 | 105 | 1 | 527 | 142 | 63 |
| Binary | 11111100 | 1010 | 1001101 | 0 | 1100000 | 1000101 | 1 | 101010111 | 1100010 | 110011 |
Color Harmonies of #FC0A4D
Complementary color
Monochromatic Colors of #FC0A4D
Black with #FC0A4D
Text Example
Text Example
White with #FC0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A4D; }
p { color: rgb(252,10,77); }
H1.HeaderClassName
{
color: #FC0A4D;
}
.AnyTagClassName
{
color: #FC0A4D;
}
</style>
background-color css
<style>
a { background-color: #FC0A4D; }
a { background-color: rgb(252,10,77); }
div.DivClassName
{
background-color: #FC0A4D;
}
.BgClassName
{
background-color: #FC0A4D;
}
</style>
border-color css
<style>
span { border-color: #FC0A4D; }
span { border-color: rgb(252,10,77); }
td.TdClassName
{
border-color: #FC0A4D;
}
.TagClassName
{
border-color: #FC0A4D;
}
</style>