Html Css Color HEX #FE0EFD Magenta

📋 copy color: '#FE0EFD'

red 254 ◦ green 14 ◦ blue 253

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

Shades of Magenta #FE0EFD

Tints of Magenta #FE0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.69%

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

R = 48.75%
G = 2.69%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE0EFD (or 0xFE0EFD) is known color: Magenta. HEX triplet: FE, 0E and FD. RGB value is (254,14,253). Sum of RGB (Red+Green+Blue) = 254+14+253=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 14 (5.86% from 255 or 2.69% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EFD is #01F102. Grayscale: #707070. Windows color (decimal): -127235 or 16584446. OLE color: 16584446.

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

Color convert

RGB 254 14 253 -
CMYK 0 0.94 0.00 0.00
HSL 300.25º 0.99% 0.53% -
HSV(B) 300.25º 0.94% 1% -
XYZ 58.76 28.48 95.33 -
YUV 113.01 207.01 228.57 -
System Red Green Blue C M Y K H S L
Decimal 254 14 253 0 0.94 0.00 0.00 300.25 0.99 0.53
Hex FE E FD 0 5E 0 0 12C 63 35
Octal 376 16 375 0 136 0 0 454 143 65
Binary 11111110 1110 11111101 0 1011110 0 0 100101100 1100011 110101

Color Harmonies of #FE0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EFD

Black with #FE0EFD

Text Example


Text Example

White with #FE0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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