Html Css Color HEX #FE2EFF Magenta

📋 copy color: '#FE2EFF'

red 254 ◦ green 46 ◦ blue 255

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

Shades of Magenta #FE2EFF

Tints of Magenta #FE2EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 45.77%
G = 8.29%
B = 45.95%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE2EFF (or 0xFE2EFF) is known color: Magenta. HEX triplet: FE, 2E and FF. RGB value is (254,46,255). Sum of RGB (Red+Green+Blue) = 254+46+255=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 46 (18.36% from 255 or 8.29% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EFF is #01D100. Grayscale: #838383. Windows color (decimal): -119041 or 16723710. OLE color: 16723710.

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

Color convert

RGB 254 46 255 -
CMYK 0.00 0.82 0 0
HSL 299.71º 1% 0.59% -
HSV(B) 299.71º 0.82% 1% -
XYZ 59.9 30.24 97.29 -
YUV 132.02 197.41 215.01 -
System Red Green Blue C M Y K H S L
Decimal 254 46 255 0.00 0.82 0 0 299.71 1 0.59
Hex FE 2E FF 0 52 0 0 12C 64 3B
Octal 376 56 377 0 122 0 0 454 144 73
Binary 11111110 101110 11111111 0 1010010 0 0 100101100 1100100 111011

Color Harmonies of #FE2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2EFF

Black with #FE2EFF

Text Example


Text Example

White with #FE2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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