#FC044D

Color #FC044D Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC044D

Tints of Torch Red #FC044D

Color information

#FC044D (or 0xFC044D) is unknown color: approx Torch Red. HEX triplet: FC, 04 and 4D. RGB value is (252,4,77). Sum of RGB (Red+Green+Blue) = 252+4+77=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC044D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC044D is #03FBB2. Grayscale: #565656. Windows color (decimal): -261043 or 5047548. OLE color: 5047548.

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

Color convert

RGB252477-
CMYK00.980.690.01
HSL342.34º97.64%50.2%-
HSV(B)342.34º98.41%98.82%-
XYZ41.5321.328.95-
YUV86.47122.66246.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 75.68%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=75.68%
G=1.20%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25247700.980.690.01342.3497.6450.2
HexFC44D0624511566232
Octal37441150142105152614262
Binary11111100100100110101100010100010111010101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC044D; }

 p { color: rgb(252,4,77); }

 H1.HeaderClassName
 {
   color: #FC044D;
 }
 .AnyTagClassName
 {
   color: #FC044D;
 }
</style>
background-color css

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

 a { background-color: rgb(252,4,77); }

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

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

 span { border-color: rgb(252,4,77); }

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