#FF11E7

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

Shades of Magenta #FF11E7

Tints of Magenta #FF11E7

Color information

#FF11E7 (or 0xFF11E7) is unknown color: approx Magenta. HEX triplet: FF, 11 and E7. RGB value is (255,17,231). Sum of RGB (Red+Green+Blue) = 255+17+231=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11E7 is #00EE18. Grayscale: #6F6F6F. Windows color (decimal): -60953 or 15143423. OLE color: 15143423.

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

Color convert

RGB25517231-
CMYK00.930.090
HSL306.05º100%53.33%-
HSV(B)306.05º93.33%100%-
XYZ55.8627.4377.95-
YUV112.56194.85229.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 17 (7.03% from 255) = 3.38%
BLUE value IS 231 (90.62% from 255) = 45.92%
R=50.70%
G=3.38%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551723100.930.090306.0510053.33
HexFF11E705D901326435
Octal37721347013511046214465
Binary11111111100011110011101011101100101001100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11E7; }

 p { color: rgb(255,17,231); }

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

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

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

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

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

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

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