Shades of Torch Red #FC144F
Tints of Torch Red #FC144F
RGB
CMYK
RGB Variations
Color information
#FC144F (or 0xFC144F) is known color: Torch Red. HEX triplet: FC, 14 and 4F. RGB value is (252,20,79). Sum of RGB (Red+Green+Blue) = 252+20+79=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC144F is #03EBB0. Grayscale: #606060. Windows color (decimal): -256945 or 5182716. OLE color: 5182716.
HSL color Cylindrical-coordinate representation of color #FC144F: hue angle of 344.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC144F is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 79 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.01 |
| HSL | 344.74º | 0.97% | 0.53% | - |
| HSV(B) | 344.74º | 0.92% | 0.99% | - |
| XYZ | 41.81 | 21.76 | 9.39 | - |
| YUV | 96.09 | 118.36 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 79 | 0 | 0.92 | 0.69 | 0.01 | 344.74 | 0.97 | 0.53 |
| Hex | FC | 14 | 4F | 0 | 5C | 45 | 1 | 159 | 61 | 35 |
| Octal | 374 | 24 | 117 | 0 | 134 | 105 | 1 | 531 | 141 | 65 |
| Binary | 11111100 | 10100 | 1001111 | 0 | 1011100 | 1000101 | 1 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FC144F
Complementary color
Monochromatic Colors of #FC144F
Black with #FC144F
Text Example
Text Example
White with #FC144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC144F; }
p { color: rgb(252,20,79); }
H1.HeaderClassName
{
color: #FC144F;
}
.AnyTagClassName
{
color: #FC144F;
}
</style>
background-color css
<style>
a { background-color: #FC144F; }
a { background-color: rgb(252,20,79); }
div.DivClassName
{
background-color: #FC144F;
}
.BgClassName
{
background-color: #FC144F;
}
</style>
border-color css
<style>
span { border-color: #FC144F; }
span { border-color: rgb(252,20,79); }
td.TdClassName
{
border-color: #FC144F;
}
.TagClassName
{
border-color: #FC144F;
}
</style>