Html Css Color HEX #FE064E Torch Red

📋 copy color: '#FE064E'

red 254 ◦ green 6 ◦ blue 78

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

Shades of Torch Red #FE064E

Tints of Torch Red #FE064E

RGB

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

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

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

R = 75.15%
G = 1.78%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE064E (or 0xFE064E) is known color: Torch Red. HEX triplet: FE, 06 and 4E. RGB value is (254,6,78). Sum of RGB (Red+Green+Blue) = 254+6+78=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE064E is #01F9B1. Grayscale: #585858. Windows color (decimal): -129458 or 5113598. OLE color: 5113598.

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

Color convert

RGB 254 6 78 -
CMYK 0 0.98 0.69 0.00
HSL 342.58º 0.99% 0.51% -
HSV(B) 342.58º 0.98% 1% -
XYZ 42.31 21.75 9.18 -
YUV 88.36 122.16 246.15 -
System Red Green Blue C M Y K H S L
Decimal 254 6 78 0 0.98 0.69 0.00 342.58 0.99 0.51
Hex FE 6 4E 0 62 45 0 157 63 33
Octal 376 6 116 0 142 105 0 527 143 63
Binary 11111110 110 1001110 0 1100010 1000101 0 101010111 1100011 110011

Color Harmonies of #FE064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE064E

Black with #FE064E

Text Example


Text Example

White with #FE064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE064E; }

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

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

background-color css

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

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

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

border-color css

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

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

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