Html Css Color HEX #FC014A Torch Red

📋 copy color: '#FC014A'

red 252 ◦ green 1 ◦ blue 74

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

Shades of Torch Red #FC014A

Tints of Torch Red #FC014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 77.06%
G = 0.31%
B = 22.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC014A (or 0xFC014A) is known color: Torch Red. HEX triplet: FC, 01 and 4A. RGB value is (252,1,74). Sum of RGB (Red+Green+Blue) = 252+1+74=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC014A is #03FEB5. Grayscale: #545454. Windows color (decimal): -261814 or 4850172. OLE color: 4850172.

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

Color convert

RGB 252 1 74 -
CMYK 0 1.00 0.71 0.01
HSL 342.55º 0.99% 0.5% -
HSV(B) 342.55º 1% 0.99% -
XYZ 41.39 21.21 8.39 -
YUV 84.37 122.16 247.56 -
System Red Green Blue C M Y K H S L
Decimal 252 1 74 0 1.00 0.71 0.01 342.55 0.99 0.5
Hex FC 1 4A 0 64 47 1 157 63 32
Octal 374 1 112 0 144 107 1 527 143 62
Binary 11111100 1 1001010 0 1100100 1000111 1 101010111 1100011 110010

Color Harmonies of #FC014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC014A

Black with #FC014A

Text Example


Text Example

White with #FC014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC014A; }

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

 H1.HeaderClassName
 {
   color: #FC014A;
 }
 .AnyTagClassName
 {
   color: #FC014A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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