Html Css Color HEX #FE00E8 Magenta

📋 copy color: '#FE00E8'

red 254 ◦ green 0 ◦ blue 232

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

Shades of Magenta #FE00E8

Tints of Magenta #FE00E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 52.26%
G = 0%
B = 47.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE00E8 (or 0xFE00E8) is known color: Magenta. HEX triplet: FE, 00 and E8. RGB value is (254,0,232). Sum of RGB (Red+Green+Blue) = 254+0+232=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00E8 is #01FF17. Grayscale: #656565. Windows color (decimal): -130840 or 15204606. OLE color: 15204606.

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

Color convert

RGB 254 0 232 -
CMYK 0 1 0.09 0.00
HSL 305.2º 1% 0.5% -
HSV(B) 305.2º 1% 1% -
XYZ 55.44 26.9 78.61 -
YUV 102.39 201.15 236.14 -
System Red Green Blue C M Y K H S L
Decimal 254 0 232 0 1 0.09 0.00 305.2 1 0.5
Hex FE 0 E8 0 64 9 0 131 64 32
Octal 376 0 350 0 144 11 0 461 144 62
Binary 11111110 0 11101000 0 1100100 1001 0 100110001 1100100 110010

Color Harmonies of #FE00E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00E8

Black with #FE00E8

Text Example


Text Example

White with #FE00E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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