Html Css Color HEX #FE0640 Torch Red

📋 copy color: '#FE0640'

red 254 ◦ green 6 ◦ blue 64

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

Shades of Torch Red #FE0640

Tints of Torch Red #FE0640

RGB

 RED value IS 254 (99.61% from 255) = 78.4%

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 78.4%
G = 1.85%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE0640 (or 0xFE0640) is known color: Torch Red. HEX triplet: FE, 06 and 40. RGB value is (254,6,64). Sum of RGB (Red+Green+Blue) = 254+6+64=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0640 is #01F9BF. Grayscale: #565656. Windows color (decimal): -129472 or 4196094. OLE color: 4196094.

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

Color convert

RGB 254 6 64 -
CMYK 0 0.98 0.75 0.00
HSL 345.97º 0.99% 0.51% -
HSV(B) 345.97º 0.98% 1% -
XYZ 41.86 21.57 6.81 -
YUV 86.76 115.16 247.28 -
System Red Green Blue C M Y K H S L
Decimal 254 6 64 0 0.98 0.75 0.00 345.97 0.99 0.51
Hex FE 6 40 0 62 4B 0 15A 63 33
Octal 376 6 100 0 142 113 0 532 143 63
Binary 11111110 110 1000000 0 1100010 1001011 0 101011010 1100011 110011

Color Harmonies of #FE0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0640

Black with #FE0640

Text Example


Text Example

White with #FE0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0640; }

 p { color: rgb(254,6,64); }

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

background-color css

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

 a { background-color: rgb(254,6,64); }

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

border-color css

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

 span { border-color: rgb(254,6,64); }

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