Html Css Color HEX #FE2EFE Magenta

📋 copy color: '#FE2EFE'

red 254 ◦ green 46 ◦ blue 254

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

Shades of Magenta #FE2EFE

Tints of Magenta #FE2EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.3%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 45.85%
G = 8.3%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE2EFE (or 0xFE2EFE) is known color: Magenta. HEX triplet: FE, 2E and FE. RGB value is (254,46,254). Sum of RGB (Red+Green+Blue) = 254+46+254=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 46 (18.36% from 255 or 8.30% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE2EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EFE is #01D101. Grayscale: #838383. Windows color (decimal): -119042 or 16658174. OLE color: 16658174.

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

Color convert

RGB 254 46 254 -
CMYK 0 0.82 0 0.00
HSL 300º 0.99% 0.59% -
HSV(B) 300º 0.82% 1% -
XYZ 59.74 30.18 96.44 -
YUV 131.9 196.91 215.09 -
System Red Green Blue C M Y K H S L
Decimal 254 46 254 0 0.82 0 0.00 300 0.99 0.59
Hex FE 2E FE 0 52 0 0 12C 63 3B
Octal 376 56 376 0 122 0 0 454 143 73
Binary 11111110 101110 11111110 0 1010010 0 0 100101100 1100011 111011

Color Harmonies of #FE2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2EFE

Black with #FE2EFE

Text Example


Text Example

White with #FE2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2EFE; }

 p { color: rgb(254,46,254); }

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

background-color css

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

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

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

border-color css

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

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

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