Html Css Color HEX #FE0F4D Torch Red

📋 copy color: '#FE0F4D'

red 254 ◦ green 15 ◦ blue 77

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

Shades of Torch Red #FE0F4D

Tints of Torch Red #FE0F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 73.41%
G = 4.34%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE0F4D (or 0xFE0F4D) is known color: Torch Red. HEX triplet: FE, 0F and 4D. RGB value is (254,15,77). Sum of RGB (Red+Green+Blue) = 254+15+77=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0F4D is #01F0B2. Grayscale: #5D5D5D. Windows color (decimal): -127155 or 5050366. OLE color: 5050366.

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

Color convert

RGB 254 15 77 -
CMYK 0 0.94 0.70 0.00
HSL 344.44º 0.99% 0.53% -
HSV(B) 344.44º 0.94% 1% -
XYZ 42.38 21.95 9.02 -
YUV 93.53 118.68 242.46 -
System Red Green Blue C M Y K H S L
Decimal 254 15 77 0 0.94 0.70 0.00 344.44 0.99 0.53
Hex FE F 4D 0 5E 46 0 158 63 35
Octal 376 17 115 0 136 106 0 530 143 65
Binary 11111110 1111 1001101 0 1011110 1000110 0 101011000 1100011 110101

Color Harmonies of #FE0F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0F4D

Black with #FE0F4D

Text Example


Text Example

White with #FE0F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0F4D; }

 p { color: rgb(254,15,77); }

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

background-color css

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

 a { background-color: rgb(254,15,77); }

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

border-color css

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

 span { border-color: rgb(254,15,77); }

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