Html Css Color HEX #FC104C Torch Red

📋 copy color: '#FC104C'

red 252 ◦ green 16 ◦ blue 76

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

Shades of Torch Red #FC104C

Tints of Torch Red #FC104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 73.26%
G = 4.65%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC104C (or 0xFC104C) is known color: Torch Red. HEX triplet: FC, 10 and 4C. RGB value is (252,16,76). Sum of RGB (Red+Green+Blue) = 252+16+76=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC104C is #03EFB3. Grayscale: #5D5D5D. Windows color (decimal): -257972 or 4985084. OLE color: 4985084.

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

Color convert

RGB 252 16 76 -
CMYK 0 0.94 0.70 0.01
HSL 344.75º 0.98% 0.53% -
HSV(B) 344.75º 0.94% 0.99% -
XYZ 41.63 21.59 8.81 -
YUV 93.4 118.19 241.12 -
System Red Green Blue C M Y K H S L
Decimal 252 16 76 0 0.94 0.70 0.01 344.75 0.98 0.53
Hex FC 10 4C 0 5E 46 1 159 62 35
Octal 374 20 114 0 136 106 1 531 142 65
Binary 11111100 10000 1001100 0 1011110 1000110 1 101011001 1100010 110101

Color Harmonies of #FC104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC104C

Black with #FC104C

Text Example


Text Example

White with #FC104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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