Html Css Color HEX #FE064F Torch Red

📋 copy color: '#FE064F'

red 254 ◦ green 6 ◦ blue 79

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

Shades of Torch Red #FE064F

Tints of Torch Red #FE064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.77%

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

R = 74.93%
G = 1.77%
B = 23.3%

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

#FE064F (or 0xFE064F) is known color: Torch Red. HEX triplet: FE, 06 and 4F. RGB value is (254,6,79). Sum of RGB (Red+Green+Blue) = 254+6+79=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE064F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE064F is #01F9B0. Grayscale: #585858. Windows color (decimal): -129457 or 5179134. OLE color: 5179134.

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

Color convert

RGB 254 6 79 -
CMYK 0 0.98 0.69 0.00
HSL 342.34º 0.99% 0.51% -
HSV(B) 342.34º 0.98% 1% -
XYZ 42.35 21.77 9.37 -
YUV 88.47 122.66 246.06 -
System Red Green Blue C M Y K H S L
Decimal 254 6 79 0 0.98 0.69 0.00 342.34 0.99 0.51
Hex FE 6 4F 0 62 45 0 156 63 33
Octal 376 6 117 0 142 105 0 526 143 63
Binary 11111110 110 1001111 0 1100010 1000101 0 101010110 1100011 110011

Color Harmonies of #FE064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE064F

Black with #FE064F

Text Example


Text Example

White with #FE064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE064F; }

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

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

background-color css

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

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

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

border-color css

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

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

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