Shades of Torch Red #FC0D4A
Tints of Torch Red #FC0D4A
RGB
CMYK
RGB Variations
Color information
#FC0D4A (or 0xFC0D4A) is known color: Torch Red. HEX triplet: FC, 0D and 4A. RGB value is (252,13,74). Sum of RGB (Red+Green+Blue) = 252+13+74=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0D4A is #03F2B5. Grayscale: #5B5B5B. Windows color (decimal): -258742 or 4853244. OLE color: 4853244.
HSL color Cylindrical-coordinate representation of color #FC0D4A: hue angle of 344.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D4A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 74 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.01 |
| HSL | 344.69º | 0.98% | 0.52% | - |
| HSV(B) | 344.69º | 0.95% | 0.99% | - |
| XYZ | 41.52 | 21.48 | 8.44 | - |
| YUV | 91.42 | 118.18 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 74 | 0 | 0.95 | 0.71 | 0.01 | 344.69 | 0.98 | 0.52 |
| Hex | FC | D | 4A | 0 | 5F | 47 | 1 | 159 | 62 | 34 |
| Octal | 374 | 15 | 112 | 0 | 137 | 107 | 1 | 531 | 142 | 64 |
| Binary | 11111100 | 1101 | 1001010 | 0 | 1011111 | 1000111 | 1 | 101011001 | 1100010 | 110100 |
Color Harmonies of #FC0D4A
Complementary color
Monochromatic Colors of #FC0D4A
Black with #FC0D4A
Text Example
Text Example
White with #FC0D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D4A; }
p { color: rgb(252,13,74); }
H1.HeaderClassName
{
color: #FC0D4A;
}
.AnyTagClassName
{
color: #FC0D4A;
}
</style>
background-color css
<style>
a { background-color: #FC0D4A; }
a { background-color: rgb(252,13,74); }
div.DivClassName
{
background-color: #FC0D4A;
}
.BgClassName
{
background-color: #FC0D4A;
}
</style>
border-color css
<style>
span { border-color: #FC0D4A; }
span { border-color: rgb(252,13,74); }
td.TdClassName
{
border-color: #FC0D4A;
}
.TagClassName
{
border-color: #FC0D4A;
}
</style>