Html Css Color HEX #FE04EF Magenta

📋 copy color: '#FE04EF'

red 254 ◦ green 4 ◦ blue 239

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

Shades of Magenta #FE04EF

Tints of Magenta #FE04EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.8%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 51.11%
G = 0.8%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE04EF (or 0xFE04EF) is known color: Magenta. HEX triplet: FE, 04 and EF. RGB value is (254,4,239). Sum of RGB (Red+Green+Blue) = 254+4+239=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 4 (1.95% from 255 or 0.80% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04EF is #01FB10. Grayscale: #686868. Windows color (decimal): -129809 or 15664382. OLE color: 15664382.

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

Color convert

RGB 254 4 239 -
CMYK 0 0.98 0.06 0.00
HSL 303.6º 0.99% 0.51% -
HSV(B) 303.6º 0.98% 1% -
XYZ 56.5 27.39 83.97 -
YUV 105.54 203.33 233.89 -
System Red Green Blue C M Y K H S L
Decimal 254 4 239 0 0.98 0.06 0.00 303.6 0.99 0.51
Hex FE 4 EF 0 62 6 0 130 63 33
Octal 376 4 357 0 142 6 0 460 143 63
Binary 11111110 100 11101111 0 1100010 110 0 100110000 1100011 110011

Color Harmonies of #FE04EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04EF

Black with #FE04EF

Text Example


Text Example

White with #FE04EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04EF; }

 p { color: rgb(254,4,239); }

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

background-color css

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

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

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

border-color css

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

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

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