Html Css Color HEX #FE084E Torch Red

📋 copy color: '#FE084E'

red 254 ◦ green 8 ◦ blue 78

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

Shades of Torch Red #FE084E

Tints of Torch Red #FE084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 74.71%
G = 2.35%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE084E (or 0xFE084E) is known color: Torch Red. HEX triplet: FE, 08 and 4E. RGB value is (254,8,78). Sum of RGB (Red+Green+Blue) = 254+8+78=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE084E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE084E is #01F7B1. Grayscale: #595959. Windows color (decimal): -128946 or 5114110. OLE color: 5114110.

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

Color convert

RGB 254 8 78 -
CMYK 0 0.97 0.69 0.00
HSL 342.93º 0.99% 0.51% -
HSV(B) 342.93º 0.97% 1% -
XYZ 42.34 21.79 9.18 -
YUV 89.53 121.5 245.31 -
System Red Green Blue C M Y K H S L
Decimal 254 8 78 0 0.97 0.69 0.00 342.93 0.99 0.51
Hex FE 8 4E 0 61 45 0 157 63 33
Octal 376 10 116 0 141 105 0 527 143 63
Binary 11111110 1000 1001110 0 1100001 1000101 0 101010111 1100011 110011

Color Harmonies of #FE084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE084E

Black with #FE084E

Text Example


Text Example

White with #FE084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE084E; }

 p { color: rgb(254,8,78); }

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

background-color css

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

 a { background-color: rgb(254,8,78); }

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

border-color css

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

 span { border-color: rgb(254,8,78); }

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