Html Css Color HEX #FC0446 Torch Red

📋 copy color: '#FC0446'

red 252 ◦ green 4 ◦ blue 70

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

Shades of Torch Red #FC0446

Tints of Torch Red #FC0446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 77.3%
G = 1.23%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC0446 (or 0xFC0446) is known color: Torch Red. HEX triplet: FC, 04 and 46. RGB value is (252,4,70). Sum of RGB (Red+Green+Blue) = 252+4+70=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0446 is #03FBB9. Grayscale: #555555. Windows color (decimal): -261050 or 4588796. OLE color: 4588796.

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

Color convert

RGB 252 4 70 -
CMYK 0 0.98 0.72 0.01
HSL 344.03º 0.98% 0.5% -
HSV(B) 344.03º 0.98% 0.99% -
XYZ 41.29 21.22 7.71 -
YUV 85.68 119.16 246.63 -
System Red Green Blue C M Y K H S L
Decimal 252 4 70 0 0.98 0.72 0.01 344.03 0.98 0.5
Hex FC 4 46 0 62 48 1 158 62 32
Octal 374 4 106 0 142 110 1 530 142 62
Binary 11111100 100 1000110 0 1100010 1001000 1 101011000 1100010 110010

Color Harmonies of #FC0446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0446

Black with #FC0446

Text Example


Text Example

White with #FC0446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0446; }

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

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

background-color css

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

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

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

border-color css

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

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

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