Html Css Color HEX #FE0046 Torch Red

📋 copy color: '#FE0046'

red 254 ◦ green 0 ◦ blue 70

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

Shades of Torch Red #FE0046

Tints of Torch Red #FE0046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 78.4%
G = 0%
B = 21.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE0046 (or 0xFE0046) is known color: Torch Red. HEX triplet: FE, 00 and 46. RGB value is (254,0,70). Sum of RGB (Red+Green+Blue) = 254+0+70=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0046 is #01FFB9. Grayscale: #535353. Windows color (decimal): -131002 or 4587774. OLE color: 4587774.

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

Color convert

RGB 254 0 70 -
CMYK 0 1 0.72 0.00
HSL 343.46º 1% 0.5% -
HSV(B) 343.46º 1% 1% -
XYZ 41.98 21.51 7.73 -
YUV 83.93 120.15 249.31 -
System Red Green Blue C M Y K H S L
Decimal 254 0 70 0 1 0.72 0.00 343.46 1 0.5
Hex FE 0 46 0 64 48 0 157 64 32
Octal 376 0 106 0 144 110 0 527 144 62
Binary 11111110 0 1000110 0 1100100 1001000 0 101010111 1100100 110010

Color Harmonies of #FE0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0046

Black with #FE0046

Text Example


Text Example

White with #FE0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0046; }

 p { color: rgb(254,0,70); }

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

background-color css

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

 a { background-color: rgb(254,0,70); }

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

border-color css

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

 span { border-color: rgb(254,0,70); }

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