Html Css Color HEX #FF0642 Torch Red

📋 copy color: '#FF0642'

red 255 ◦ green 6 ◦ blue 66

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

Shades of Torch Red #FF0642

Tints of Torch Red #FF0642

RGB

 RED value IS 255 (100% from 255) = 77.98%

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 77.98%
G = 1.83%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF0642 (or 0xFF0642) is known color: Torch Red. HEX triplet: FF, 06 and 42. RGB value is (255,6,66). Sum of RGB (Red+Green+Blue) = 255+6+66=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0642 is #00F9BD. Grayscale: #575757. Windows color (decimal): -63934 or 4327167. OLE color: 4327167.

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

Color convert

RGB 255 6 66 -
CMYK 0 0.98 0.74 0
HSL 345.54º 1% 0.51% -
HSV(B) 345.54º 0.98% 1% -
XYZ 42.29 21.78 7.13 -
YUV 87.29 115.99 247.62 -
System Red Green Blue C M Y K H S L
Decimal 255 6 66 0 0.98 0.74 0 345.54 1 0.51
Hex FF 6 42 0 62 4A 0 15A 64 33
Octal 377 6 102 0 142 112 0 532 144 63
Binary 11111111 110 1000010 0 1100010 1001010 0 101011010 1100100 110011

Color Harmonies of #FF0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0642

Black with #FF0642

Text Example


Text Example

White with #FF0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0642; }

 p { color: rgb(255,6,66); }

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

background-color css

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

 a { background-color: rgb(255,6,66); }

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

border-color css

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

 span { border-color: rgb(255,6,66); }

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