#FC0140

Color #FC0140 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC0140

Tints of Torch Red #FC0140

Color information

#FC0140 (or 0xFC0140) is unknown color: approx Torch Red. HEX triplet: FC, 01 and 40. RGB value is (252,1,64). Sum of RGB (Red+Green+Blue) = 252+1+64=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0140 is #03FEBF. Grayscale: #535353. Windows color (decimal): -261824 or 4194812. OLE color: 4194812.

HSL color Cylindrical-coordinate representation of color #FC0140: hue angle of 344.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0140 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB252164-
CMYK01.000.750.01
HSL344.94º99.21%49.61%-
HSV(B)344.94º99.6%98.82%-
XYZ41.0821.096.76-
YUV83.23117.16248.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 79.50%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=79.50%
G=0.32%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216401.000.750.01344.9499.2149.61
HexFC1400644B11596332
Octal37411000144113153114362
Binary111111001100000001100100100101111010110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0140; }

 p { color: rgb(252,1,64); }

 H1.HeaderClassName
 {
   color: #FC0140;
 }
 .AnyTagClassName
 {
   color: #FC0140;
 }
</style>
background-color css

<style>
 a { background-color: #FC0140; }

 a { background-color: rgb(252,1,64); }

 div.DivClassName
 {
   background-color: #FC0140;
 }
 .BgClassName
 {
   background-color: #FC0140;
 }
</style>
border-color css

<style>
 span { border-color: #FC0140; }

 span { border-color: rgb(252,1,64); }

 td.TdClassName
 {
   border-color: #FC0140;
 }
 .TagClassName
 {
   border-color: #FC0140;
 }
</style>