Html Css Color HEX #FE00EC Magenta

📋 copy color: '#FE00EC'

red 254 ◦ green 0 ◦ blue 236

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

Shades of Magenta #FE00EC

Tints of Magenta #FE00EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 51.84%
G = 0%
B = 48.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE00EC (or 0xFE00EC) is known color: Magenta. HEX triplet: FE, 00 and EC. RGB value is (254,0,236). Sum of RGB (Red+Green+Blue) = 254+0+236=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00EC is #01FF13. Grayscale: #666666. Windows color (decimal): -130836 or 15466750. OLE color: 15466750.

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

Color convert

RGB 254 0 236 -
CMYK 0 1 0.07 0.00
HSL 304.25º 1% 0.5% -
HSV(B) 304.25º 1% 1% -
XYZ 56.01 27.13 81.64 -
YUV 102.85 203.15 235.81 -
System Red Green Blue C M Y K H S L
Decimal 254 0 236 0 1 0.07 0.00 304.25 1 0.5
Hex FE 0 EC 0 64 7 0 130 64 32
Octal 376 0 354 0 144 7 0 460 144 62
Binary 11111110 0 11101100 0 1100100 111 0 100110000 1100100 110010

Color Harmonies of #FE00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00EC

Black with #FE00EC

Text Example


Text Example

White with #FE00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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