Html Css Color HEX #FE00E5 Hot Magenta

📋 copy color: '#FE00E5'

red 254 ◦ green 0 ◦ blue 229

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

Shades of Hot Magenta #FE00E5

Tints of Hot Magenta #FE00E5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 52.59%
G = 0%
B = 47.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE00E5 (or 0xFE00E5) is known color: Hot Magenta. HEX triplet: FE, 00 and E5. RGB value is (254,0,229). Sum of RGB (Red+Green+Blue) = 254+0+229=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 0 (0.39% from 255 or 0% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00E5 is #01FF1A. Grayscale: #656565. Windows color (decimal): -130843 or 15007998. OLE color: 15007998.

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

Color convert

RGB 254 0 229 -
CMYK 0 1 0.10 0.00
HSL 305.91º 1% 0.5% -
HSV(B) 305.91º 1% 1% -
XYZ 55.02 26.73 76.39 -
YUV 102.05 199.65 236.38 -
System Red Green Blue C M Y K H S L
Decimal 254 0 229 0 1 0.10 0.00 305.91 1 0.5
Hex FE 0 E5 0 64 A 0 132 64 32
Octal 376 0 345 0 144 12 0 462 144 62
Binary 11111110 0 11100101 0 1100100 1010 0 100110010 1100100 110010

Color Harmonies of #FE00E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00E5

Black with #FE00E5

Text Example


Text Example

White with #FE00E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00E5; }

 p { color: rgb(254,0,229); }

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

background-color css

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

 a { background-color: rgb(254,0,229); }

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

border-color css

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

 span { border-color: rgb(254,0,229); }

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