Html Css Color HEX #FC014D Torch Red

📋 copy color: '#FC014D'

red 252 ◦ green 1 ◦ blue 77

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

Shades of Torch Red #FC014D

Tints of Torch Red #FC014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 76.36%
G = 0.3%
B = 23.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC014D (or 0xFC014D) is known color: Torch Red. HEX triplet: FC, 01 and 4D. RGB value is (252,1,77). Sum of RGB (Red+Green+Blue) = 252+1+77=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC014D is #03FEB2. Grayscale: #545454. Windows color (decimal): -261811 or 5046780. OLE color: 5046780.

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

Color convert

RGB 252 1 77 -
CMYK 0 1.00 0.69 0.01
HSL 341.83º 0.99% 0.5% -
HSV(B) 341.83º 1% 0.99% -
XYZ 41.5 21.25 8.94 -
YUV 84.71 123.66 247.32 -
System Red Green Blue C M Y K H S L
Decimal 252 1 77 0 1.00 0.69 0.01 341.83 0.99 0.5
Hex FC 1 4D 0 64 45 1 156 63 32
Octal 374 1 115 0 144 105 1 526 143 62
Binary 11111100 1 1001101 0 1100100 1000101 1 101010110 1100011 110010

Color Harmonies of #FC014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC014D

Black with #FC014D

Text Example


Text Example

White with #FC014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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