Html Css Color HEX #FE01E4 Hot Magenta

📋 copy color: '#FE01E4'

red 254 ◦ green 1 ◦ blue 228

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

Shades of Hot Magenta #FE01E4

Tints of Hot Magenta #FE01E4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 52.59%
G = 0.21%
B = 47.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE01E4 (or 0xFE01E4) is known color: Hot Magenta. HEX triplet: FE, 01 and E4. RGB value is (254,1,228). Sum of RGB (Red+Green+Blue) = 254+1+228=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01E4 is #01FE1B. Grayscale: #656565. Windows color (decimal): -130588 or 14942718. OLE color: 14942718.

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

Color convert

RGB 254 1 228 -
CMYK 0 1.00 0.10 0.00
HSL 306.17º 0.99% 0.5% -
HSV(B) 306.17º 1% 1% -
XYZ 54.89 26.69 75.66 -
YUV 102.53 198.82 236.04 -
System Red Green Blue C M Y K H S L
Decimal 254 1 228 0 1.00 0.10 0.00 306.17 0.99 0.5
Hex FE 1 E4 0 64 A 0 132 63 32
Octal 376 1 344 0 144 12 0 462 143 62
Binary 11111110 1 11100100 0 1100100 1010 0 100110010 1100011 110010

Color Harmonies of #FE01E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01E4

Black with #FE01E4

Text Example


Text Example

White with #FE01E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01E4; }

 p { color: rgb(254,1,228); }

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

background-color css

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

 a { background-color: rgb(254,1,228); }

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

border-color css

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

 span { border-color: rgb(254,1,228); }

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