Html Css Color HEX #FE0641 Torch Red

📋 copy color: '#FE0641'

red 254 ◦ green 6 ◦ blue 65

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

Shades of Torch Red #FE0641

Tints of Torch Red #FE0641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20%

R = 78.15%
G = 1.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE0641 (or 0xFE0641) is known color: Torch Red. HEX triplet: FE, 06 and 41. RGB value is (254,6,65). Sum of RGB (Red+Green+Blue) = 254+6+65=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0641 is #01F9BE. Grayscale: #565656. Windows color (decimal): -129471 or 4261630. OLE color: 4261630.

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

Color convert

RGB 254 6 65 -
CMYK 0 0.98 0.74 0.00
HSL 345.73º 0.99% 0.51% -
HSV(B) 345.73º 0.98% 1% -
XYZ 41.89 21.58 6.96 -
YUV 86.88 115.66 247.2 -
System Red Green Blue C M Y K H S L
Decimal 254 6 65 0 0.98 0.74 0.00 345.73 0.99 0.51
Hex FE 6 41 0 62 4A 0 15A 63 33
Octal 376 6 101 0 142 112 0 532 143 63
Binary 11111110 110 1000001 0 1100010 1001010 0 101011010 1100011 110011

Color Harmonies of #FE0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0641

Black with #FE0641

Text Example


Text Example

White with #FE0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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