Html Css Color HEX #FC164C Torch Red

📋 copy color: '#FC164C'

red 252 ◦ green 22 ◦ blue 76

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

Shades of Torch Red #FC164C

Tints of Torch Red #FC164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

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

R = 72%
G = 6.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC164C (or 0xFC164C) is known color: Torch Red. HEX triplet: FC, 16 and 4C. RGB value is (252,22,76). Sum of RGB (Red+Green+Blue) = 252+22+76=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC164C is #03E9B3. Grayscale: #606060. Windows color (decimal): -256436 or 4986620. OLE color: 4986620.

HSL color Cylindrical-coordinate representation of color #FC164C: hue angle of 345.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC164C is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 22 76 -
CMYK 0 0.91 0.70 0.01
HSL 345.91º 0.97% 0.54% -
HSV(B) 345.91º 0.91% 0.99% -
XYZ 41.74 21.79 8.84 -
YUV 96.93 116.2 238.61 -
System Red Green Blue C M Y K H S L
Decimal 252 22 76 0 0.91 0.70 0.01 345.91 0.97 0.54
Hex FC 16 4C 0 5B 46 1 15A 61 36
Octal 374 26 114 0 133 106 1 532 141 66
Binary 11111100 10110 1001100 0 1011011 1000110 1 101011010 1100001 110110

Color Harmonies of #FC164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC164C

Black with #FC164C

Text Example


Text Example

White with #FC164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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