Html Css Color HEX #FE00E9 Magenta

📋 copy color: '#FE00E9'

red 254 ◦ green 0 ◦ blue 233

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

Shades of Magenta #FE00E9

Tints of Magenta #FE00E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 52.16%
G = 0%
B = 47.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE00E9 (or 0xFE00E9) is known color: Magenta. HEX triplet: FE, 00 and E9. RGB value is (254,0,233). Sum of RGB (Red+Green+Blue) = 254+0+233=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00E9 is #01FF16. Grayscale: #656565. Windows color (decimal): -130839 or 15270142. OLE color: 15270142.

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

Color convert

RGB 254 0 233 -
CMYK 0 1 0.08 0.00
HSL 304.96º 1% 0.5% -
HSV(B) 304.96º 1% 1% -
XYZ 55.58 26.95 79.36 -
YUV 102.51 201.65 236.05 -
System Red Green Blue C M Y K H S L
Decimal 254 0 233 0 1 0.08 0.00 304.96 1 0.5
Hex FE 0 E9 0 64 8 0 131 64 32
Octal 376 0 351 0 144 10 0 461 144 62
Binary 11111110 0 11101001 0 1100100 1000 0 100110001 1100100 110010

Color Harmonies of #FE00E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00E9

Black with #FE00E9

Text Example


Text Example

White with #FE00E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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