#FF00EF

Color #FF00EF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FF00EF

Tints of Magenta #FF00EF

Color information

#FF00EF (or 0xFF00EF) is unknown color: approx Magenta. HEX triplet: FF, 00 and EF. RGB value is (255,0,239). Sum of RGB (Red+Green+Blue) = 255+0+239=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 0 (0.39% from 255 or 0% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00EF is #00FF10. Grayscale: #666666. Windows color (decimal): -65297 or 15663359. OLE color: 15663359.

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

Color convert

RGB2550239-
CMYK010.060
HSL303.76º100%50%-
HSV(B)303.76º100%100%-
XYZ56.8227.4983.97-
YUV103.49204.48236.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 239 (93.75% from 255) = 48.38%
R=51.62%
G=0%
B=48.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550239010.060303.7610050
HexFF0EF064601306432
Octal377035701446046014462
Binary111111110111011110110010011001001100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00EF; }

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

 H1.HeaderClassName
 {
   color: #FF00EF;
 }
 .AnyTagClassName
 {
   color: #FF00EF;
 }
</style>
background-color css

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

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

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

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

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

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