Html Css Color HEX #FE124F Torch Red

📋 copy color: '#FE124F'

red 254 ◦ green 18 ◦ blue 79

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

Shades of Torch Red #FE124F

Tints of Torch Red #FE124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

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

R = 72.36%
G = 5.13%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE124F (or 0xFE124F) is known color: Torch Red. HEX triplet: FE, 12 and 4F. RGB value is (254,18,79). Sum of RGB (Red+Green+Blue) = 254+18+79=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE124F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE124F is #01EDB0. Grayscale: #5F5F5F. Windows color (decimal): -126385 or 5182206. OLE color: 5182206.

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

Color convert

RGB 254 18 79 -
CMYK 0 0.93 0.69 0.00
HSL 344.49º 0.99% 0.53% -
HSV(B) 344.49º 0.93% 1% -
XYZ 42.5 22.07 9.42 -
YUV 95.52 118.69 241.04 -
System Red Green Blue C M Y K H S L
Decimal 254 18 79 0 0.93 0.69 0.00 344.49 0.99 0.53
Hex FE 12 4F 0 5D 45 0 158 63 35
Octal 376 22 117 0 135 105 0 530 143 65
Binary 11111110 10010 1001111 0 1011101 1000101 0 101011000 1100011 110101

Color Harmonies of #FE124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE124F

Black with #FE124F

Text Example


Text Example

White with #FE124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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