Shades of Torch Red #FC0648
Tints of Torch Red #FC0648
RGB
CMYK
RGB Variations
Color information
#FC0648 (or 0xFC0648) is known color: Torch Red. HEX triplet: FC, 06 and 48. RGB value is (252,6,72). Sum of RGB (Red+Green+Blue) = 252+6+72=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0648 is #03F9B7. Grayscale: #575757. Windows color (decimal): -260536 or 4720380. OLE color: 4720380.
HSL color Cylindrical-coordinate representation of color #FC0648: hue angle of 343.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0648 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 72 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.01 |
| HSL | 343.9º | 0.98% | 0.51% | - |
| HSV(B) | 343.9º | 0.98% | 0.99% | - |
| XYZ | 41.38 | 21.29 | 8.06 | - |
| YUV | 87.08 | 119.5 | 245.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 72 | 0 | 0.98 | 0.71 | 0.01 | 343.9 | 0.98 | 0.51 |
| Hex | FC | 6 | 48 | 0 | 62 | 47 | 1 | 158 | 62 | 33 |
| Octal | 374 | 6 | 110 | 0 | 142 | 107 | 1 | 530 | 142 | 63 |
| Binary | 11111100 | 110 | 1001000 | 0 | 1100010 | 1000111 | 1 | 101011000 | 1100010 | 110011 |
Color Harmonies of #FC0648
Complementary color
Monochromatic Colors of #FC0648
Black with #FC0648
Text Example
Text Example
White with #FC0648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0648; }
p { color: rgb(252,6,72); }
H1.HeaderClassName
{
color: #FC0648;
}
.AnyTagClassName
{
color: #FC0648;
}
</style>
background-color css
<style>
a { background-color: #FC0648; }
a { background-color: rgb(252,6,72); }
div.DivClassName
{
background-color: #FC0648;
}
.BgClassName
{
background-color: #FC0648;
}
</style>
border-color css
<style>
span { border-color: #FC0648; }
span { border-color: rgb(252,6,72); }
td.TdClassName
{
border-color: #FC0648;
}
.TagClassName
{
border-color: #FC0648;
}
</style>