#FE114F

Color #FE114F Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FE114F

Tints of Torch Red #FE114F

Color information

#FE114F (or 0xFE114F) is unknown color: approx Torch Red. HEX triplet: FE, 11 and 4F. RGB value is (254,17,79). Sum of RGB (Red+Green+Blue) = 254+17+79=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE114F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE114F is #01EEB0. Grayscale: #5E5E5E. Windows color (decimal): -126641 or 5181950. OLE color: 5181950.

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

Color convert

RGB2541779-
CMYK00.930.690.00
HSL344.3º99.16%53.14%-
HSV(B)344.3º93.31%99.61%-
XYZ42.4822.049.41-
YUV94.93119.02241.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 72.57%
GREEN value IS 17 (7.03% from 255) = 4.86%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=72.57%
G=4.86%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254177900.930.690.00344.399.1653.14
HexFE114F05D4501586335
Octal376211170135105053014365
Binary1111111010001100111101011101100010101010110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE114F; }

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

 H1.HeaderClassName
 {
   color: #FE114F;
 }
 .AnyTagClassName
 {
   color: #FE114F;
 }
</style>
background-color css

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

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

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

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

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

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