Html Css Color HEX #FC063F Torch Red

📋 copy color: '#FC063F'

red 252 ◦ green 6 ◦ blue 63

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

Shades of Torch Red #FC063F

Tints of Torch Red #FC063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 78.5%
G = 1.87%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC063F (or 0xFC063F) is known color: Torch Red. HEX triplet: FC, 06 and 3F. RGB value is (252,6,63). Sum of RGB (Red+Green+Blue) = 252+6+63=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC063F is #03F9C0. Grayscale: #565656. Windows color (decimal): -260545 or 4130556. OLE color: 4130556.

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

Color convert

RGB 252 6 63 -
CMYK 0 0.98 0.75 0.01
HSL 346.1º 0.98% 0.51% -
HSV(B) 346.1º 0.98% 0.99% -
XYZ 41.11 21.18 6.63 -
YUV 86.05 115 246.37 -
System Red Green Blue C M Y K H S L
Decimal 252 6 63 0 0.98 0.75 0.01 346.1 0.98 0.51
Hex FC 6 3F 0 62 4B 1 15A 62 33
Octal 374 6 77 0 142 113 1 532 142 63
Binary 11111100 110 111111 0 1100010 1001011 1 101011010 1100010 110011

Color Harmonies of #FC063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC063F

Black with #FC063F

Text Example


Text Example

White with #FC063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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