Html Css Color HEX #FC014C Torch Red

📋 copy color: '#FC014C'

red 252 ◦ green 1 ◦ blue 76

#FC014C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FC014C

Tints of Torch Red #FC014C

RGB

 RED value IS 252 (98.83% from 255) = 76.6%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 76.6%
G = 0.3%
B = 23.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC014C (or 0xFC014C) is known color: 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

RGB 252 1 76 -
CMYK 0 1.00 0.70 0.01
HSL 342.07º 0.99% 0.5% -
HSV(B) 342.07º 1% 0.99% -
XYZ 41.46 21.24 8.75 -
YUV 84.6 123.16 247.4 -
System Red Green Blue C M Y K H S L
Decimal 252 1 76 0 1.00 0.70 0.01 342.07 0.99 0.5
Hex FC 1 4C 0 64 46 1 156 63 32
Octal 374 1 114 0 144 106 1 526 143 62
Binary 11111100 1 1001100 0 1100100 1000110 1 101010110 1100011 110010

Color Harmonies of #FC014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC014C

Black with #FC014C

Text Example


Text Example

White with #FC014C

Text Example


Text Example

HTML Codes & Css Web 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>