Html Css Color HEX #FC104A Torch Red

📋 copy color: '#FC104A'

red 252 ◦ green 16 ◦ blue 74

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

Shades of Torch Red #FC104A

Tints of Torch Red #FC104A

RGB

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

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

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

R = 73.68%
G = 4.68%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC104A (or 0xFC104A) is known color: Torch Red. HEX triplet: FC, 10 and 4A. RGB value is (252,16,74). Sum of RGB (Red+Green+Blue) = 252+16+74=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC104A is #03EFB5. Grayscale: #5D5D5D. Windows color (decimal): -257974 or 4854012. OLE color: 4854012.

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

Color convert

RGB 252 16 74 -
CMYK 0 0.94 0.71 0.01
HSL 345.25º 0.98% 0.53% -
HSV(B) 345.25º 0.94% 0.99% -
XYZ 41.57 21.56 8.45 -
YUV 93.18 117.19 241.28 -
System Red Green Blue C M Y K H S L
Decimal 252 16 74 0 0.94 0.71 0.01 345.25 0.98 0.53
Hex FC 10 4A 0 5E 47 1 159 62 35
Octal 374 20 112 0 136 107 1 531 142 65
Binary 11111100 10000 1001010 0 1011110 1000111 1 101011001 1100010 110101

Color Harmonies of #FC104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC104A

Black with #FC104A

Text Example


Text Example

White with #FC104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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