Html Css Color HEX #FE12EC Magenta

📋 copy color: '#FE12EC'

red 254 ◦ green 18 ◦ blue 236

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

Shades of Magenta #FE12EC

Tints of Magenta #FE12EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.54%

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

R = 50%
G = 3.54%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE12EC (or 0xFE12EC) is known color: Magenta. HEX triplet: FE, 12 and EC. RGB value is (254,18,236). Sum of RGB (Red+Green+Blue) = 254+18+236=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 18 (7.42% from 255 or 3.54% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12EC is #01ED13. Grayscale: #707070. Windows color (decimal): -126228 or 15471358. OLE color: 15471358.

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

Color convert

RGB 254 18 236 -
CMYK 0 0.93 0.07 0.00
HSL 304.58º 0.99% 0.53% -
HSV(B) 304.58º 0.93% 1% -
XYZ 56.23 27.56 81.71 -
YUV 113.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 254 18 236 0 0.93 0.07 0.00 304.58 0.99 0.53
Hex FE 12 EC 0 5D 7 0 131 63 35
Octal 376 22 354 0 135 7 0 461 143 65
Binary 11111110 10010 11101100 0 1011101 111 0 100110001 1100011 110101

Color Harmonies of #FE12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12EC

Black with #FE12EC

Text Example


Text Example

White with #FE12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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