Html Css Color HEX #FE044F Torch Red

📋 copy color: '#FE044F'

red 254 ◦ green 4 ◦ blue 79

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

Shades of Torch Red #FE044F

Tints of Torch Red #FE044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 75.37%
G = 1.19%
B = 23.44%

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

#FE044F (or 0xFE044F) is known color: Torch Red. HEX triplet: FE, 04 and 4F. RGB value is (254,4,79). Sum of RGB (Red+Green+Blue) = 254+4+79=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE044F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE044F is #01FBB0. Grayscale: #575757. Windows color (decimal): -129969 or 5178622. OLE color: 5178622.

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

Color convert

RGB 254 4 79 -
CMYK 0 0.98 0.69 0.00
HSL 342º 0.99% 0.51% -
HSV(B) 342º 0.98% 1% -
XYZ 42.33 21.72 9.36 -
YUV 87.3 123.33 246.9 -
System Red Green Blue C M Y K H S L
Decimal 254 4 79 0 0.98 0.69 0.00 342 0.99 0.51
Hex FE 4 4F 0 62 45 0 156 63 33
Octal 376 4 117 0 142 105 0 526 143 63
Binary 11111110 100 1001111 0 1100010 1000101 0 101010110 1100011 110011

Color Harmonies of #FE044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE044F

Black with #FE044F

Text Example


Text Example

White with #FE044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE044F; }

 p { color: rgb(254,4,79); }

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

background-color css

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

 a { background-color: rgb(254,4,79); }

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

border-color css

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

 span { border-color: rgb(254,4,79); }

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