#FF06EF

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

Shades of Magenta #FF06EF

Tints of Magenta #FF06EF

Color information

#FF06EF (or 0xFF06EF) is unknown color: approx Magenta. HEX triplet: FF, 06 and EF. RGB value is (255,6,239). Sum of RGB (Red+Green+Blue) = 255+6+239=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 6 (2.73% from 255 or 1.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06EF is #00F910. Grayscale: #6A6A6A. Windows color (decimal): -63761 or 15664895. OLE color: 15664895.

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

Color convert

RGB2556239-
CMYK00.980.060
HSL303.86º100%51.18%-
HSV(B)303.86º97.65%100%-
XYZ56.8927.6283.99-
YUV107.01202.49233.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 6 (2.73% from 255) = 1.2%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=51%
G=1.2%
B=47.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255623900.980.060303.8610051.18
HexFF6EF062601306433
Octal377635701426046014463
Binary11111111110111011110110001011001001100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF06EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF06EF; }

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

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

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

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

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

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

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

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