Html Css Color HEX #FC044E Torch Red

📋 copy color: '#FC044E'

red 252 ◦ green 4 ◦ blue 78

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

Shades of Torch Red #FC044E

Tints of Torch Red #FC044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 78 (30.86% from 255) = 23.35%

R = 75.45%
G = 1.2%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC044E (or 0xFC044E) is known color: Torch Red. HEX triplet: FC, 04 and 4E. RGB value is (252,4,78). Sum of RGB (Red+Green+Blue) = 252+4+78=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC044E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC044E is #03FBB1. Grayscale: #565656. Windows color (decimal): -261042 or 5113084. OLE color: 5113084.

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

Color convert

RGB 252 4 78 -
CMYK 0 0.98 0.69 0.01
HSL 342.1º 0.98% 0.5% -
HSV(B) 342.1º 0.98% 0.99% -
XYZ 41.56 21.33 9.13 -
YUV 86.59 123.16 245.98 -
System Red Green Blue C M Y K H S L
Decimal 252 4 78 0 0.98 0.69 0.01 342.1 0.98 0.5
Hex FC 4 4E 0 62 45 1 156 62 32
Octal 374 4 116 0 142 105 1 526 142 62
Binary 11111100 100 1001110 0 1100010 1000101 1 101010110 1100010 110010

Color Harmonies of #FC044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC044E

Black with #FC044E

Text Example


Text Example

White with #FC044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC044E; }

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

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

background-color css

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

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

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

border-color css

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

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

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