Html Css Color HEX #FE00EF Magenta

📋 copy color: '#FE00EF'

red 254 ◦ green 0 ◦ blue 239

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

Shades of Magenta #FE00EF

Tints of Magenta #FE00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.52%
G = 0%
B = 48.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE00EF (or 0xFE00EF) is known color: Magenta. HEX triplet: FE, 00 and EF. RGB value is (254,0,239). Sum of RGB (Red+Green+Blue) = 254+0+239=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00EF is #01FF10. Grayscale: #666666. Windows color (decimal): -130833 or 15663358. OLE color: 15663358.

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

Color convert

RGB 254 0 239 -
CMYK 0 1 0.06 0.00
HSL 303.54º 1% 0.5% -
HSV(B) 303.54º 1% 1% -
XYZ 56.45 27.3 83.96 -
YUV 103.19 204.65 235.57 -
System Red Green Blue C M Y K H S L
Decimal 254 0 239 0 1 0.06 0.00 303.54 1 0.5
Hex FE 0 EF 0 64 6 0 130 64 32
Octal 376 0 357 0 144 6 0 460 144 62
Binary 11111110 0 11101111 0 1100100 110 0 100110000 1100100 110010

Color Harmonies of #FE00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00EF

Black with #FE00EF

Text Example


Text Example

White with #FE00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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