Html Css Color HEX #FE01EC Magenta

📋 copy color: '#FE01EC'

red 254 ◦ green 1 ◦ blue 236

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

Shades of Magenta #FE01EC

Tints of Magenta #FE01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 51.73%
G = 0.2%
B = 48.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE01EC (or 0xFE01EC) is known color: Magenta. HEX triplet: FE, 01 and EC. RGB value is (254,1,236). Sum of RGB (Red+Green+Blue) = 254+1+236=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01EC is #01FE13. Grayscale: #666666. Windows color (decimal): -130580 or 15467006. OLE color: 15467006.

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

Color convert

RGB 254 1 236 -
CMYK 0 1.00 0.07 0.00
HSL 304.27º 0.99% 0.5% -
HSV(B) 304.27º 1% 1% -
XYZ 56.02 27.15 81.64 -
YUV 103.44 202.82 235.39 -
System Red Green Blue C M Y K H S L
Decimal 254 1 236 0 1.00 0.07 0.00 304.27 0.99 0.5
Hex FE 1 EC 0 64 7 0 130 63 32
Octal 376 1 354 0 144 7 0 460 143 62
Binary 11111110 1 11101100 0 1100100 111 0 100110000 1100011 110010

Color Harmonies of #FE01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01EC

Black with #FE01EC

Text Example


Text Example

White with #FE01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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