Shades of Torch Red #FC0F47
Tints of Torch Red #FC0F47
RGB
CMYK
RGB Variations
Color information
#FC0F47 (or 0xFC0F47) is known color: Torch Red. HEX triplet: FC, 0F and 47. RGB value is (252,15,71). Sum of RGB (Red+Green+Blue) = 252+15+71=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F47 is #03F0B8. Grayscale: #5C5C5C. Windows color (decimal): -258233 or 4657148. OLE color: 4657148.
HSL color Cylindrical-coordinate representation of color #FC0F47: hue angle of 345.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0F47 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 71 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.01 |
| HSL | 345.82º | 0.98% | 0.52% | - |
| HSV(B) | 345.82º | 0.94% | 0.99% | - |
| XYZ | 41.45 | 21.49 | 7.92 | - |
| YUV | 92.25 | 116.02 | 241.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 71 | 0 | 0.94 | 0.72 | 0.01 | 345.82 | 0.98 | 0.52 |
| Hex | FC | F | 47 | 0 | 5E | 48 | 1 | 15A | 62 | 34 |
| Octal | 374 | 17 | 107 | 0 | 136 | 110 | 1 | 532 | 142 | 64 |
| Binary | 11111100 | 1111 | 1000111 | 0 | 1011110 | 1001000 | 1 | 101011010 | 1100010 | 110100 |
Color Harmonies of #FC0F47
Complementary color
Monochromatic Colors of #FC0F47
Black with #FC0F47
Text Example
Text Example
White with #FC0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0F47; }
p { color: rgb(252,15,71); }
H1.HeaderClassName
{
color: #FC0F47;
}
.AnyTagClassName
{
color: #FC0F47;
}
</style>
background-color css
<style>
a { background-color: #FC0F47; }
a { background-color: rgb(252,15,71); }
div.DivClassName
{
background-color: #FC0F47;
}
.BgClassName
{
background-color: #FC0F47;
}
</style>
border-color css
<style>
span { border-color: #FC0F47; }
span { border-color: rgb(252,15,71); }
td.TdClassName
{
border-color: #FC0F47;
}
.TagClassName
{
border-color: #FC0F47;
}
</style>