Shades of Torch Red #FC0A44
Tints of Torch Red #FC0A44
RGB
CMYK
RGB Variations
Color information
#FC0A44 (or 0xFC0A44) is known color: Torch Red. HEX triplet: FC, 0A and 44. RGB value is (252,10,68). Sum of RGB (Red+Green+Blue) = 252+10+68=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A44 is #03F5BB. Grayscale: #585858. Windows color (decimal): -259516 or 4459260. OLE color: 4459260.
HSL color Cylindrical-coordinate representation of color #FC0A44: hue angle of 345.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A44 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 68 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.01 |
| HSL | 345.62º | 0.98% | 0.51% | - |
| HSV(B) | 345.62º | 0.96% | 0.99% | - |
| XYZ | 41.3 | 21.33 | 7.41 | - |
| YUV | 88.97 | 116.17 | 244.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 68 | 0 | 0.96 | 0.73 | 0.01 | 345.62 | 0.98 | 0.51 |
| Hex | FC | A | 44 | 0 | 60 | 49 | 1 | 15A | 62 | 33 |
| Octal | 374 | 12 | 104 | 0 | 140 | 111 | 1 | 532 | 142 | 63 |
| Binary | 11111100 | 1010 | 1000100 | 0 | 1100000 | 1001001 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FC0A44
Complementary color
Monochromatic Colors of #FC0A44
Black with #FC0A44
Text Example
Text Example
White with #FC0A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A44; }
p { color: rgb(252,10,68); }
H1.HeaderClassName
{
color: #FC0A44;
}
.AnyTagClassName
{
color: #FC0A44;
}
</style>
background-color css
<style>
a { background-color: #FC0A44; }
a { background-color: rgb(252,10,68); }
div.DivClassName
{
background-color: #FC0A44;
}
.BgClassName
{
background-color: #FC0A44;
}
</style>
border-color css
<style>
span { border-color: #FC0A44; }
span { border-color: rgb(252,10,68); }
td.TdClassName
{
border-color: #FC0A44;
}
.TagClassName
{
border-color: #FC0A44;
}
</style>