#FC014C

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

Shades of Torch Red #FC014C

Tints of Torch Red #FC014C

Color information

#FC014C (or 0xFC014C) is unknown color: approx Torch Red. HEX triplet: FC, 01 and 4C. RGB value is (252,1,76). Sum of RGB (Red+Green+Blue) = 252+1+76=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC014C is #03FEB3. Grayscale: #545454. Windows color (decimal): -261812 or 4981244. OLE color: 4981244.

HSL color Cylindrical-coordinate representation of color #FC014C: hue angle of 342.07º 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 #FC014C is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB252176-
CMYK01.000.700.01
HSL342.07º99.21%49.61%-
HSV(B)342.07º99.6%98.82%-
XYZ41.4621.248.75-
YUV84.6123.16247.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.60%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=76.60%
G=0.30%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217601.000.700.01342.0799.2149.61
HexFC14C0644611566332
Octal37411140144106152614362
Binary111111001100110001100100100011011010101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC014C; }

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

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

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

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

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

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

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

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