Html Css Color HEX #FC0639 Torch Red

📋 copy color: '#FC0639'

red 252 ◦ green 6 ◦ blue 57

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

Shades of Torch Red #FC0639

Tints of Torch Red #FC0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.1%

R = 80%
G = 1.9%
B = 18.1%

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

#FC0639 (or 0xFC0639) is known color: Torch Red. HEX triplet: FC, 06 and 39. RGB value is (252,6,57). Sum of RGB (Red+Green+Blue) = 252+6+57=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0639 is #03F9C6. Grayscale: #555555. Windows color (decimal): -260551 or 3737340. OLE color: 3737340.

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

Color convert

RGB 252 6 57 -
CMYK 0 0.98 0.77 0.01
HSL 347.56º 0.98% 0.51% -
HSV(B) 347.56º 0.98% 0.99% -
XYZ 40.95 21.12 5.79 -
YUV 85.37 112 246.85 -
System Red Green Blue C M Y K H S L
Decimal 252 6 57 0 0.98 0.77 0.01 347.56 0.98 0.51
Hex FC 6 39 0 62 4D 1 15C 62 33
Octal 374 6 71 0 142 115 1 534 142 63
Binary 11111100 110 111001 0 1100010 1001101 1 101011100 1100010 110011

Color Harmonies of #FC0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0639

Black with #FC0639

Text Example


Text Example

White with #FC0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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