Shades of Torch Red #FC024E
Tints of Torch Red #FC024E
RGB
CMYK
RGB Variations
Color information
#FC024E (or 0xFC024E) is known color: Torch Red. HEX triplet: FC, 02 and 4E. RGB value is (252,2,78). Sum of RGB (Red+Green+Blue) = 252+2+78=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC024E is #03FDB1. Grayscale: #555555. Windows color (decimal): -261554 or 5112572. OLE color: 5112572.
HSL color Cylindrical-coordinate representation of color #FC024E: hue angle of 341.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC024E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.01 |
| HSL | 341.76º | 0.98% | 0.5% | - |
| HSV(B) | 341.76º | 0.99% | 0.99% | - |
| XYZ | 41.54 | 21.29 | 9.13 | - |
| YUV | 85.41 | 123.83 | 246.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 78 | 0 | 0.99 | 0.69 | 0.01 | 341.76 | 0.98 | 0.5 |
| Hex | FC | 2 | 4E | 0 | 63 | 45 | 1 | 156 | 62 | 32 |
| Octal | 374 | 2 | 116 | 0 | 143 | 105 | 1 | 526 | 142 | 62 |
| Binary | 11111100 | 10 | 1001110 | 0 | 1100011 | 1000101 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FC024E
Complementary color
Monochromatic Colors of #FC024E
Black with #FC024E
Text Example
Text Example
White with #FC024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC024E; }
p { color: rgb(252,2,78); }
H1.HeaderClassName
{
color: #FC024E;
}
.AnyTagClassName
{
color: #FC024E;
}
</style>
background-color css
<style>
a { background-color: #FC024E; }
a { background-color: rgb(252,2,78); }
div.DivClassName
{
background-color: #FC024E;
}
.BgClassName
{
background-color: #FC024E;
}
</style>
border-color css
<style>
span { border-color: #FC024E; }
span { border-color: rgb(252,2,78); }
td.TdClassName
{
border-color: #FC024E;
}
.TagClassName
{
border-color: #FC024E;
}
</style>