Html Css Color HEX #FE2EFD Magenta

📋 copy color: '#FE2EFD'

red 254 ◦ green 46 ◦ blue 253

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

Shades of Magenta #FE2EFD

Tints of Magenta #FE2EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 45.93%
G = 8.32%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE2EFD (or 0xFE2EFD) is known color: Magenta. HEX triplet: FE, 2E and FD. RGB value is (254,46,253). Sum of RGB (Red+Green+Blue) = 254+46+253=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 46 (18.36% from 255 or 8.32% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EFD is #01D102. Grayscale: #838383. Windows color (decimal): -119043 or 16592638. OLE color: 16592638.

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

Color convert

RGB 254 46 253 -
CMYK 0 0.82 0.00 0.00
HSL 300.29º 0.99% 0.59% -
HSV(B) 300.29º 0.82% 1% -
XYZ 59.58 30.12 95.6 -
YUV 131.79 196.41 215.17 -
System Red Green Blue C M Y K H S L
Decimal 254 46 253 0 0.82 0.00 0.00 300.29 0.99 0.59
Hex FE 2E FD 0 52 0 0 12C 63 3B
Octal 376 56 375 0 122 0 0 454 143 73
Binary 11111110 101110 11111101 0 1010010 0 0 100101100 1100011 111011

Color Harmonies of #FE2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2EFD

Black with #FE2EFD

Text Example


Text Example

White with #FE2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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