Html Css Color HEX #FC064D Torch Red

📋 copy color: '#FC064D'

red 252 ◦ green 6 ◦ blue 77

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

Shades of Torch Red #FC064D

Tints of Torch Red #FC064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 75.22%
G = 1.79%
B = 22.99%

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

#FC064D (or 0xFC064D) is known color: Torch Red. HEX triplet: FC, 06 and 4D. RGB value is (252,6,77). Sum of RGB (Red+Green+Blue) = 252+6+77=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC064D is #03F9B2. Grayscale: #575757. Windows color (decimal): -260531 or 5048060. OLE color: 5048060.

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

Color convert

RGB 252 6 77 -
CMYK 0 0.98 0.69 0.01
HSL 342.68º 0.98% 0.51% -
HSV(B) 342.68º 0.98% 0.99% -
XYZ 41.55 21.36 8.95 -
YUV 87.65 122 245.23 -
System Red Green Blue C M Y K H S L
Decimal 252 6 77 0 0.98 0.69 0.01 342.68 0.98 0.51
Hex FC 6 4D 0 62 45 1 157 62 33
Octal 374 6 115 0 142 105 1 527 142 63
Binary 11111100 110 1001101 0 1100010 1000101 1 101010111 1100010 110011

Color Harmonies of #FC064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC064D

Black with #FC064D

Text Example


Text Example

White with #FC064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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