Html Css Color HEX #FE054F Torch Red

📋 copy color: '#FE054F'

red 254 ◦ green 5 ◦ blue 79

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

Shades of Torch Red #FE054F

Tints of Torch Red #FE054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 75.15%
G = 1.48%
B = 23.37%

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

#FE054F (or 0xFE054F) is known color: Torch Red. HEX triplet: FE, 05 and 4F. RGB value is (254,5,79). Sum of RGB (Red+Green+Blue) = 254+5+79=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE054F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE054F is #01FAB0. Grayscale: #575757. Windows color (decimal): -129713 or 5178878. OLE color: 5178878.

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

Color convert

RGB 254 5 79 -
CMYK 0 0.98 0.69 0.00
HSL 342.17º 0.99% 0.51% -
HSV(B) 342.17º 0.98% 1% -
XYZ 42.34 21.74 9.36 -
YUV 87.89 122.99 246.48 -
System Red Green Blue C M Y K H S L
Decimal 254 5 79 0 0.98 0.69 0.00 342.17 0.99 0.51
Hex FE 5 4F 0 62 45 0 156 63 33
Octal 376 5 117 0 142 105 0 526 143 63
Binary 11111110 101 1001111 0 1100010 1000101 0 101010110 1100011 110011

Color Harmonies of #FE054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE054F

Black with #FE054F

Text Example


Text Example

White with #FE054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE054F; }

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

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

background-color css

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

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

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

border-color css

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

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

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