#FF1EFF

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

Shades of Magenta #FF1EFF

Tints of Magenta #FF1EFF

Color information

#FF1EFF (or 0xFF1EFF) is unknown color: approx Magenta. HEX triplet: FF, 1E and FF. RGB value is (255,30,255). Sum of RGB (Red+Green+Blue) = 255+30+255=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 30 (12.11% from 255 or 5.56% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EFF is #00E100. Grayscale: #7A7A7A. Windows color (decimal): -57601 or 16719615. OLE color: 16719615.

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

Color convert

RGB25530255-
CMYK00.8800
HSL300º100%55.88%-
HSV(B)300º88.24%100%-
XYZ59.7529.4197.13-
YUV122.92202.54222.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 30 (12.11% from 255) = 5.56%
BLUE value IS 255 (100% from 255) = 47.22%
R=47.22%
G=5.56%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553025500.880030010055.88
HexFF1EFF0580012c6438
Octal3773637701300045414470
Binary11111111111101111111101011000001001011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1EFF; }

 p { color: rgb(255,30,255); }

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

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

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

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

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

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

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