Html Css Color HEX #FE194F Torch Red

📋 copy color: '#FE194F'

red 254 ◦ green 25 ◦ blue 79

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

Shades of Torch Red #FE194F

Tints of Torch Red #FE194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 70.95%
G = 6.98%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE194F (or 0xFE194F) is known color: Torch Red. HEX triplet: FE, 19 and 4F. RGB value is (254,25,79). Sum of RGB (Red+Green+Blue) = 254+25+79=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE194F is #01E6B0. Grayscale: #636363. Windows color (decimal): -124593 or 5183998. OLE color: 5183998.

HSL color Cylindrical-coordinate representation of color #FE194F: hue angle of 345.85º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE194F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 25 79 -
CMYK 0 0.90 0.69 0.00
HSL 345.85º 0.99% 0.55% -
HSV(B) 345.85º 0.9% 1% -
XYZ 42.63 22.33 9.46 -
YUV 99.63 116.37 238.11 -
System Red Green Blue C M Y K H S L
Decimal 254 25 79 0 0.90 0.69 0.00 345.85 0.99 0.55
Hex FE 19 4F 0 5A 45 0 15A 63 37
Octal 376 31 117 0 132 105 0 532 143 67
Binary 11111110 11001 1001111 0 1011010 1000101 0 101011010 1100011 110111

Color Harmonies of #FE194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE194F

Black with #FE194F

Text Example


Text Example

White with #FE194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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