Html Css Color HEX #FE094F Torch Red

📋 copy color: '#FE094F'

red 254 ◦ green 9 ◦ blue 79

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

Shades of Torch Red #FE094F

Tints of Torch Red #FE094F

RGB

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

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

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

R = 74.27%
G = 2.63%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE094F (or 0xFE094F) is known color: Torch Red. HEX triplet: FE, 09 and 4F. RGB value is (254,9,79). Sum of RGB (Red+Green+Blue) = 254+9+79=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE094F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE094F is #01F6B0. Grayscale: #5A5A5A. Windows color (decimal): -128689 or 5179902. OLE color: 5179902.

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

Color convert

RGB 254 9 79 -
CMYK 0 0.96 0.69 0.00
HSL 342.86º 0.99% 0.52% -
HSV(B) 342.86º 0.96% 1% -
XYZ 42.38 21.83 9.38 -
YUV 90.24 121.67 244.81 -
System Red Green Blue C M Y K H S L
Decimal 254 9 79 0 0.96 0.69 0.00 342.86 0.99 0.52
Hex FE 9 4F 0 60 45 0 157 63 34
Octal 376 11 117 0 140 105 0 527 143 64
Binary 11111110 1001 1001111 0 1100000 1000101 0 101010111 1100011 110100

Color Harmonies of #FE094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE094F

Black with #FE094F

Text Example


Text Example

White with #FE094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE094F; }

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

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

background-color css

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

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

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

border-color css

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

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

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