#FF06EE

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

Shades of Magenta #FF06EE

Tints of Magenta #FF06EE

Color information

#FF06EE (or 0xFF06EE) is unknown color: approx Magenta. HEX triplet: FF, 06 and EE. RGB value is (255,6,238). Sum of RGB (Red+Green+Blue) = 255+6+238=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 6 (2.73% from 255 or 1.20% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06EE is #00F911. Grayscale: #6A6A6A. Windows color (decimal): -63762 or 15599359. OLE color: 15599359.

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

Color convert

RGB2556238-
CMYK00.980.070
HSL304.1º100%51.18%-
HSV(B)304.1º97.65%100%-
XYZ56.7427.5683.22-
YUV106.9201.99233.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 6 (2.73% from 255) = 1.20%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=51.10%
G=1.20%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255623800.980.070304.110051.18
HexFF6EE062701306433
Octal377635601427046014463
Binary11111111110111011100110001011101001100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF06EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF06EE; }

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

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

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

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

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

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

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

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