Html Css Color HEX #FE094D Torch Red

📋 copy color: '#FE094D'

red 254 ◦ green 9 ◦ blue 77

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

Shades of Torch Red #FE094D

Tints of Torch Red #FE094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 74.71%
G = 2.65%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE094D (or 0xFE094D) is known color: Torch Red. HEX triplet: FE, 09 and 4D. RGB value is (254,9,77). Sum of RGB (Red+Green+Blue) = 254+9+77=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE094D is #01F6B2. Grayscale: #595959. Windows color (decimal): -128691 or 5048830. OLE color: 5048830.

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

Color convert

RGB 254 9 77 -
CMYK 0 0.96 0.70 0.00
HSL 343.35º 0.99% 0.52% -
HSV(B) 343.35º 0.96% 1% -
XYZ 42.31 21.8 9 -
YUV 90.01 120.67 244.97 -
System Red Green Blue C M Y K H S L
Decimal 254 9 77 0 0.96 0.70 0.00 343.35 0.99 0.52
Hex FE 9 4D 0 60 46 0 157 63 34
Octal 376 11 115 0 140 106 0 527 143 64
Binary 11111110 1001 1001101 0 1100000 1000110 0 101010111 1100011 110100

Color Harmonies of #FE094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE094D

Black with #FE094D

Text Example


Text Example

White with #FE094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE094D; }

 p { color: rgb(254,9,77); }

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

background-color css

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

 a { background-color: rgb(254,9,77); }

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

border-color css

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

 span { border-color: rgb(254,9,77); }

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