Shades of Torch Red #FC194F
Tints of Torch Red #FC194F
RGB
CMYK
RGB Variations
Color information
#FC194F (or 0xFC194F) is known color: Torch Red. HEX triplet: FC, 19 and 4F. RGB value is (252,25,79). Sum of RGB (Red+Green+Blue) = 252+25+79=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC194F is #03E6B0. Grayscale: #636363. Windows color (decimal): -255665 or 5183996. OLE color: 5183996.
HSL color Cylindrical-coordinate representation of color #FC194F: hue angle of 345.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC194F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 79 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.01 |
| HSL | 345.73º | 0.97% | 0.54% | - |
| HSV(B) | 345.73º | 0.9% | 0.99% | - |
| XYZ | 41.9 | 21.96 | 9.43 | - |
| YUV | 99.03 | 116.71 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 79 | 0 | 0.90 | 0.69 | 0.01 | 345.73 | 0.97 | 0.54 |
| Hex | FC | 19 | 4F | 0 | 5A | 45 | 1 | 15A | 61 | 36 |
| Octal | 374 | 31 | 117 | 0 | 132 | 105 | 1 | 532 | 141 | 66 |
| Binary | 11111100 | 11001 | 1001111 | 0 | 1011010 | 1000101 | 1 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FC194F
Complementary color
Monochromatic Colors of #FC194F
Black with #FC194F
Text Example
Text Example
White with #FC194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC194F; }
p { color: rgb(252,25,79); }
H1.HeaderClassName
{
color: #FC194F;
}
.AnyTagClassName
{
color: #FC194F;
}
</style>
background-color css
<style>
a { background-color: #FC194F; }
a { background-color: rgb(252,25,79); }
div.DivClassName
{
background-color: #FC194F;
}
.BgClassName
{
background-color: #FC194F;
}
</style>
border-color css
<style>
span { border-color: #FC194F; }
span { border-color: rgb(252,25,79); }
td.TdClassName
{
border-color: #FC194F;
}
.TagClassName
{
border-color: #FC194F;
}
</style>