Html Css Color HEX #FC004C Torch Red

📋 copy color: '#FC004C'

red 252 ◦ green 0 ◦ blue 76

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

Shades of Torch Red #FC004C

Tints of Torch Red #FC004C

RGB

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

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

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

R = 76.83%
G = 0%
B = 23.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC004C (or 0xFC004C) is known color: Torch Red. HEX triplet: FC, 00 and 4C. RGB value is (252,0,76). Sum of RGB (Red+Green+Blue) = 252+0+76=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC004C is #03FFB3. Grayscale: #535353. Windows color (decimal): -262068 or 4980988. OLE color: 4980988.

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

Color convert

RGB 252 0 76 -
CMYK 0 1 0.70 0.01
HSL 341.9º 1% 0.49% -
HSV(B) 341.9º 1% 0.99% -
XYZ 41.45 21.22 8.75 -
YUV 84.01 123.49 247.82 -
System Red Green Blue C M Y K H S L
Decimal 252 0 76 0 1 0.70 0.01 341.9 1 0.49
Hex FC 0 4C 0 64 46 1 156 64 31
Octal 374 0 114 0 144 106 1 526 144 61
Binary 11111100 0 1001100 0 1100100 1000110 1 101010110 1100100 110001

Color Harmonies of #FC004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC004C

Black with #FC004C

Text Example


Text Example

White with #FC004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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