Html Css Color HEX #FE00E6 Magenta

📋 copy color: '#FE00E6'

red 254 ◦ green 0 ◦ blue 230

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

Shades of Magenta #FE00E6

Tints of Magenta #FE00E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.52%

R = 52.48%
G = 0%
B = 47.52%

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

#FE00E6 (or 0xFE00E6) is known color: Magenta. HEX triplet: FE, 00 and E6. RGB value is (254,0,230). Sum of RGB (Red+Green+Blue) = 254+0+230=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00E6 is #01FF19. Grayscale: #656565. Windows color (decimal): -130842 or 15073534. OLE color: 15073534.

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

Color convert

RGB 254 0 230 -
CMYK 0 1 0.09 0.00
HSL 305.67º 1% 0.5% -
HSV(B) 305.67º 1% 1% -
XYZ 55.16 26.78 77.13 -
YUV 102.17 200.15 236.3 -
System Red Green Blue C M Y K H S L
Decimal 254 0 230 0 1 0.09 0.00 305.67 1 0.5
Hex FE 0 E6 0 64 9 0 132 64 32
Octal 376 0 346 0 144 11 0 462 144 62
Binary 11111110 0 11100110 0 1100100 1001 0 100110010 1100100 110010

Color Harmonies of #FE00E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00E6

Black with #FE00E6

Text Example


Text Example

White with #FE00E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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