Html Css Color HEX #FC004A Torch Red

📋 copy color: '#FC004A'

red 252 ◦ green 0 ◦ blue 74

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

Shades of Torch Red #FC004A

Tints of Torch Red #FC004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.3%
G = 0%
B = 22.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC004A (or 0xFC004A) is known color: Torch Red. HEX triplet: FC, 00 and 4A. RGB value is (252,0,74). Sum of RGB (Red+Green+Blue) = 252+0+74=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC004A is #03FFB5. Grayscale: #535353. Windows color (decimal): -262070 or 4849916. OLE color: 4849916.

HSL color Cylindrical-coordinate representation of color #FC004A: hue angle of 342.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC004A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 74 -
CMYK 0 1 0.71 0.01
HSL 342.38º 1% 0.49% -
HSV(B) 342.38º 1% 0.99% -
XYZ 41.38 21.19 8.39 -
YUV 83.78 122.49 247.98 -
System Red Green Blue C M Y K H S L
Decimal 252 0 74 0 1 0.71 0.01 342.38 1 0.49
Hex FC 0 4A 0 64 47 1 156 64 31
Octal 374 0 112 0 144 107 1 526 144 61
Binary 11111100 0 1001010 0 1100100 1000111 1 101010110 1100100 110001

Color Harmonies of #FC004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC004A

Black with #FC004A

Text Example


Text Example

White with #FC004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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