Shades of Torch Red #FC043F
Tints of Torch Red #FC043F
RGB
CMYK
RGB Variations
Color information
#FC043F (or 0xFC043F) is known color: Torch Red. HEX triplet: FC, 04 and 3F. RGB value is (252,4,63). Sum of RGB (Red+Green+Blue) = 252+4+63=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC043F is #03FBC0. Grayscale: #545454. Windows color (decimal): -261057 or 4130044. OLE color: 4130044.
HSL color Cylindrical-coordinate representation of color #FC043F: hue angle of 345.73º 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 #FC043F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.01 |
| HSL | 345.73º | 0.98% | 0.5% | - |
| HSV(B) | 345.73º | 0.98% | 0.99% | - |
| XYZ | 41.09 | 21.14 | 6.62 | - |
| YUV | 84.88 | 115.66 | 247.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 63 | 0 | 0.98 | 0.75 | 0.01 | 345.73 | 0.98 | 0.5 |
| Hex | FC | 4 | 3F | 0 | 62 | 4B | 1 | 15A | 62 | 32 |
| Octal | 374 | 4 | 77 | 0 | 142 | 113 | 1 | 532 | 142 | 62 |
| Binary | 11111100 | 100 | 111111 | 0 | 1100010 | 1001011 | 1 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FC043F
Complementary color
Monochromatic Colors of #FC043F
Black with #FC043F
Text Example
Text Example
White with #FC043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC043F; }
p { color: rgb(252,4,63); }
H1.HeaderClassName
{
color: #FC043F;
}
.AnyTagClassName
{
color: #FC043F;
}
</style>
background-color css
<style>
a { background-color: #FC043F; }
a { background-color: rgb(252,4,63); }
div.DivClassName
{
background-color: #FC043F;
}
.BgClassName
{
background-color: #FC043F;
}
</style>
border-color css
<style>
span { border-color: #FC043F; }
span { border-color: rgb(252,4,63); }
td.TdClassName
{
border-color: #FC043F;
}
.TagClassName
{
border-color: #FC043F;
}
</style>