Html Css Color HEX #FE074E Torch Red

📋 copy color: '#FE074E'

red 254 ◦ green 7 ◦ blue 78

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

Shades of Torch Red #FE074E

Tints of Torch Red #FE074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

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

R = 74.93%
G = 2.06%
B = 23.01%

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

#FE074E (or 0xFE074E) is known color: Torch Red. HEX triplet: FE, 07 and 4E. RGB value is (254,7,78). Sum of RGB (Red+Green+Blue) = 254+7+78=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE074E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE074E is #01F8B1. Grayscale: #585858. Windows color (decimal): -129202 or 5113854. OLE color: 5113854.

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

Color convert

RGB 254 7 78 -
CMYK 0 0.97 0.69 0.00
HSL 342.75º 0.99% 0.51% -
HSV(B) 342.75º 0.97% 1% -
XYZ 42.32 21.77 9.18 -
YUV 88.95 121.83 245.73 -
System Red Green Blue C M Y K H S L
Decimal 254 7 78 0 0.97 0.69 0.00 342.75 0.99 0.51
Hex FE 7 4E 0 61 45 0 157 63 33
Octal 376 7 116 0 141 105 0 527 143 63
Binary 11111110 111 1001110 0 1100001 1000101 0 101010111 1100011 110011

Color Harmonies of #FE074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE074E

Black with #FE074E

Text Example


Text Example

White with #FE074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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