Html Css Color HEX #FC043A Torch Red

📋 copy color: '#FC043A'

red 252 ◦ green 4 ◦ blue 58

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

Shades of Torch Red #FC043A

Tints of Torch Red #FC043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 80.25%
G = 1.27%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC043A (or 0xFC043A) is known color: Torch Red. HEX triplet: FC, 04 and 3A. RGB value is (252,4,58). Sum of RGB (Red+Green+Blue) = 252+4+58=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC043A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC043A is #03FBC5. Grayscale: #545454. Windows color (decimal): -261062 or 3802364. OLE color: 3802364.

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

Color convert

RGB 252 4 58 -
CMYK 0 0.98 0.77 0.01
HSL 346.94º 0.98% 0.5% -
HSV(B) 346.94º 0.98% 0.99% -
XYZ 40.95 21.09 5.91 -
YUV 84.31 113.16 247.61 -
System Red Green Blue C M Y K H S L
Decimal 252 4 58 0 0.98 0.77 0.01 346.94 0.98 0.5
Hex FC 4 3A 0 62 4D 1 15B 62 32
Octal 374 4 72 0 142 115 1 533 142 62
Binary 11111100 100 111010 0 1100010 1001101 1 101011011 1100010 110010

Color Harmonies of #FC043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC043A

Black with #FC043A

Text Example


Text Example

White with #FC043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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