Shades of Torch Red #FC0849
Tints of Torch Red #FC0849
RGB
CMYK
RGB Variations
Color information
#FC0849 (or 0xFC0849) is known color: Torch Red. HEX triplet: FC, 08 and 49. RGB value is (252,8,73). Sum of RGB (Red+Green+Blue) = 252+8+73=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0849 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0849 is #03F7B6. Grayscale: #585858. Windows color (decimal): -260023 or 4786428. OLE color: 4786428.
HSL color Cylindrical-coordinate representation of color #FC0849: hue angle of 344.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0849 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 73 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.01 |
| HSL | 344.02º | 0.98% | 0.51% | - |
| HSV(B) | 344.02º | 0.97% | 0.99% | - |
| XYZ | 41.43 | 21.35 | 8.24 | - |
| YUV | 88.37 | 119.34 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 73 | 0 | 0.97 | 0.71 | 0.01 | 344.02 | 0.98 | 0.51 |
| Hex | FC | 8 | 49 | 0 | 61 | 47 | 1 | 158 | 62 | 33 |
| Octal | 374 | 10 | 111 | 0 | 141 | 107 | 1 | 530 | 142 | 63 |
| Binary | 11111100 | 1000 | 1001001 | 0 | 1100001 | 1000111 | 1 | 101011000 | 1100010 | 110011 |
Color Harmonies of #FC0849
Complementary color
Monochromatic Colors of #FC0849
Black with #FC0849
Text Example
Text Example
White with #FC0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0849; }
p { color: rgb(252,8,73); }
H1.HeaderClassName
{
color: #FC0849;
}
.AnyTagClassName
{
color: #FC0849;
}
</style>
background-color css
<style>
a { background-color: #FC0849; }
a { background-color: rgb(252,8,73); }
div.DivClassName
{
background-color: #FC0849;
}
.BgClassName
{
background-color: #FC0849;
}
</style>
border-color css
<style>
span { border-color: #FC0849; }
span { border-color: rgb(252,8,73); }
td.TdClassName
{
border-color: #FC0849;
}
.TagClassName
{
border-color: #FC0849;
}
</style>